Home
last modified time | relevance | path

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

/linux-6.6.21/arch/arm/mach-pxa/
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()
Dsharpsl_pm.h84 int full_count; member
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/
Dintel_guc_log.h65 u32 full_count; member
Dintel_guc_log.c402 log->relay.full_count++; in _guc_log_copy_debuglogs_for_relay()
863 drm_printf(p, "\tRelay full count: %u\n", log->relay.full_count); in intel_guc_log_info()
Dintel_guc_capture.c1299 unsigned int buffer_size, read_offset, write_offset, full_count; in __guc_capture_process_output() local
1322 full_count = log_buf_state_local.buffer_full_cnt; in __guc_capture_process_output()
1327 full_count); in __guc_capture_process_output()
/linux-6.6.21/drivers/comedi/drivers/
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-6.6.21/drivers/ptp/
Dptp_clockmatrix.c66 s32 full_count; in contains_full_configuration() local
73 full_count = (scratch - GPIO_USER_CONTROL) - in contains_full_configuration()
101 return (count >= full_count); in contains_full_configuration()