Searched refs:full_count (Results 1 – 6 of 6) sorted by relevance
296 sharpsl_pm.full_count = 0; in sharpsl_charge_on()369 sharpsl_pm.full_count++; in sharpsl_chrg_full_timer()375 } else if (sharpsl_pm.full_count < 2) { in sharpsl_chrg_full_timer()718 sharpsl_pm.full_count = 0; in sharpsl_off_charge_battery()725 if (sharpsl_pm.full_count == 0) { in sharpsl_off_charge_battery()750 sharpsl_pm.full_count++; in sharpsl_off_charge_battery()770 if (sharpsl_pm.full_count > SHARPSL_CHARGE_RETRY_CNT) { in sharpsl_off_charge_battery()772 sharpsl_pm.full_count = 0; in sharpsl_off_charge_battery()774 sharpsl_pm.full_count++; in sharpsl_off_charge_battery()
84 int full_count; member
52 u32 full_count; member
237 log->relay.full_count++; in guc_read_update_log_buffer()700 drm_printf(p, "\tRelay full count: %u\n", log->relay.full_count); in intel_guc_log_info()
211 unsigned int full_count = fcr_bits & 0xff; in mite_fifo_size() local213 return empty_count + full_count; in mite_fifo_size()
66 s32 full_count; in contains_full_configuration() local73 full_count = (scratch - GPIO_USER_CONTROL) - in contains_full_configuration()101 return (count >= full_count); in contains_full_configuration()
Completed in 21 milliseconds