Home
last modified time | relevance | path

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

/linux/arch/arm/mach-pxa/
H A Dsharpsl_pm.c290 sharpsl_pm.full_count = 0; in sharpsl_charge_on()
363 sharpsl_pm.full_count++; in sharpsl_chrg_full_timer()
369 } else if (sharpsl_pm.full_count < 2) { in sharpsl_chrg_full_timer()
712 sharpsl_pm.full_count = 0; in sharpsl_off_charge_battery()
719 if (sharpsl_pm.full_count == 0) { in sharpsl_off_charge_battery()
744 sharpsl_pm.full_count++; in sharpsl_off_charge_battery()
764 if (sharpsl_pm.full_count > SHARPSL_CHARGE_RETRY_CNT) { in sharpsl_off_charge_battery()
766 sharpsl_pm.full_count = 0; in sharpsl_off_charge_battery()
768 sharpsl_pm.full_count++; in sharpsl_off_charge_battery()
H A Dsharpsl_pm.h84 int full_count; member
/linux/kernel/
H A Drelay.c258 buf->stats.full_count++; in relay_subbuf_start()
306 buf->stats.full_count = 0; in __relay_reset()
718 count = rbuf->stats.full_count; in relay_stats()
726 count += rbuf->stats.full_count; in relay_stats()
/linux/include/linux/
H A Drelay.h43 unsigned int full_count; /* counter for buffer full */ member
/linux/drivers/comedi/drivers/
H A Dmite.c210 unsigned int full_count = fcr_bits & 0xff; in mite_fifo_size() local
212 return empty_count + full_count; in mite_fifo_size()
/linux/drivers/gpu/drm/i915/gt/uc/
H A Dintel_guc_capture.c1295 unsigned int buffer_size, read_offset, write_offset, full_count; in __guc_capture_process_output() local
1318 full_count = log_buf_state_local.buffer_full_cnt; in __guc_capture_process_output()
1323 full_count); in __guc_capture_process_output()