Home
last modified time | relevance | path

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

/linux-4.4.14/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()
/linux-4.4.14/arch/arm/mach-pxa/include/mach/
Dsharpsl_pm.h88 int full_count; member
/linux-4.4.14/drivers/staging/comedi/drivers/
Dmite.c89 unsigned full_count = fcr_bits & 0xff; in mite_fifo_size() local
91 return empty_count + full_count; in mite_fifo_size()