Home
last modified time | relevance | path

Searched refs:busy_count (Results 1 – 8 of 8) sorted by relevance

/linux/include/trace/events/
H A Dfsi_master_ast_cf.h87 TP_PROTO(const struct fsi_master_acf *master, int busy_count),
88 TP_ARGS(master, busy_count),
91 __field(int, busy_count)
95 __entry->busy_count = busy_count;
98 __entry->master_idx, __entry->busy_count
/linux/drivers/watchdog/
H A Dbcm_kona_wdt.c53 unsigned long busy_count; member
77 if (count > wdt->busy_count) in secure_register_read()
78 wdt->busy_count = count; in secure_register_read()
127 wdt->busy_count); in bcm_kona_show()
/linux/drivers/gpu/drm/lima/
H A Dlima_devfreq.c26 if (devfreq->busy_count > 0) in lima_devfreq_update_utilization()
189 devfreq->busy_count++; in lima_devfreq_record_busy()
205 WARN_ON(--devfreq->busy_count < 0); in lima_devfreq_record_idle()
H A Dlima_devfreq.h24 int busy_count; member
/linux/drivers/gpu/drm/panfrost/
H A Dpanfrost_devfreq.h28 int busy_count; member
/linux/drivers/fsi/
H A Dfsi-master-gpio.c428 int busy_count = 0, rc, i; in poll_for_response() local
480 if (busy_count++ < FSI_MASTER_MAX_BUSY) { in poll_for_response()
509 if (busy_count > 0) in poll_for_response()
510 trace_fsi_master_gpio_poll_response_busy(master, busy_count); in poll_for_response()
H A Dfsi-master-ast-cf.c470 int busy_count = 0, rc; in handle_response() local
535 if (busy_count++ < FSI_MASTER_MAX_BUSY) { in handle_response()
564 if (busy_count > 0) { in handle_response()
565 trace_fsi_master_acf_poll_response_busy(master, busy_count); in handle_response()
/linux/drivers/target/
H A Dtarget_core_stat.c502 CONFIGFS_ATTR_RO(target_stat_port_, busy_count);