Home
last modified time | relevance | path

Searched refs:full_count (Results 1 – 6 of 6) sorted by relevance

/Linux-v4.19/arch/arm/mach-pxa/
Dsharpsl_pm.c300 sharpsl_pm.full_count = 0; in sharpsl_charge_on()
373 sharpsl_pm.full_count++; in sharpsl_chrg_full_timer()
379 } else if (sharpsl_pm.full_count < 2) { in sharpsl_chrg_full_timer()
722 sharpsl_pm.full_count = 0; in sharpsl_off_charge_battery()
729 if (sharpsl_pm.full_count == 0) { in sharpsl_off_charge_battery()
754 sharpsl_pm.full_count++; in sharpsl_off_charge_battery()
774 if (sharpsl_pm.full_count > SHARPSL_CHARGE_RETRY_CNT) { in sharpsl_off_charge_battery()
776 sharpsl_pm.full_count = 0; in sharpsl_off_charge_battery()
778 sharpsl_pm.full_count++; in sharpsl_off_charge_battery()
Dsharpsl_pm.h88 int full_count; member
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_guc_log.h73 u32 full_count; member
Dintel_guc_log.c256 log->relay.full_count++; in guc_read_update_log_buffer()
Di915_debugfs.c2374 log->relay.full_count); in i915_guc_log_info()
/Linux-v4.19/drivers/staging/comedi/drivers/
Dmite.c211 unsigned int full_count = fcr_bits & 0xff; in mite_fifo_size() local
213 return empty_count + full_count; in mite_fifo_size()