| /OK3568_Linux_fs/kernel/include/trace/events/ |
| H A D | fsi_master_ast_cf.h | 87 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
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | bcm_kona_wdt.c | 53 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()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_devfreq.c | 20 if (pfdevfreq->busy_count > 0) in panfrost_devfreq_update_utilization() 212 pfdevfreq->busy_count++; in panfrost_devfreq_record_busy() 228 WARN_ON(--pfdevfreq->busy_count < 0); in panfrost_devfreq_record_idle()
|
| H A D | panfrost_devfreq.h | 25 int busy_count; member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/ |
| H A D | lima_devfreq.c | 26 if (devfreq->busy_count > 0) in lima_devfreq_update_utilization() 214 devfreq->busy_count++; in lima_devfreq_record_busy() 230 WARN_ON(--devfreq->busy_count < 0); in lima_devfreq_record_idle()
|
| H A D | lima_devfreq.h | 26 int busy_count; member
|
| /OK3568_Linux_fs/kernel/drivers/fsi/ |
| H A D | fsi-master-gpio.c | 428 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 D | fsi-master-ast-cf.c | 470 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()
|
| /OK3568_Linux_fs/kernel/fs/crypto/ |
| H A D | keyring.c | 900 size_t busy_count = 0; in check_for_busy_inodes() local 907 busy_count++; in check_for_busy_inodes() 909 if (busy_count == 0) { in check_for_busy_inodes() 930 sb->s_id, busy_count, master_key_spec_type(&mk->mk_spec), in check_for_busy_inodes()
|
| /OK3568_Linux_fs/kernel/drivers/char/hw_random/ |
| H A D | n2-drv.c | 382 int i, busy_count, err = -ENODEV; in n2rng_grab_diag_control() local 384 busy_count = 0; in n2rng_grab_diag_control() 390 if (++busy_count > 100) { in n2rng_grab_diag_control()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/cywdhd/bcmdhd/ |
| H A D | wl_cfgscan.c | 1759 static u32 busy_count = 0; in wl_cfgscan_handle_scanbusy() local 1762 busy_count = 0; in wl_cfgscan_handle_scanbusy() 1780 if (busy_count++ > (SCAN_EBUSY_RETRY_LIMIT/5)) { in wl_cfgscan_handle_scanbusy() 1783 if (busy_count > SCAN_EBUSY_RETRY_LIMIT) { in wl_cfgscan_handle_scanbusy() 1791 busy_count = 0; in wl_cfgscan_handle_scanbusy() 1830 busy_count = 0; in wl_cfgscan_handle_scanbusy()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/infineon/ |
| H A D | wl_cfgscan.c | 1750 static u32 busy_count = 0; in wl_cfgscan_handle_scanbusy() local 1753 busy_count = 0; in wl_cfgscan_handle_scanbusy() 1771 if (busy_count++ > (SCAN_EBUSY_RETRY_LIMIT/5)) { in wl_cfgscan_handle_scanbusy() 1774 if (busy_count > SCAN_EBUSY_RETRY_LIMIT) { in wl_cfgscan_handle_scanbusy() 1782 busy_count = 0; in wl_cfgscan_handle_scanbusy() 1821 busy_count = 0; in wl_cfgscan_handle_scanbusy()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/infineon/bcmdhd/ |
| H A D | wl_cfgscan.c | 1759 static u32 busy_count = 0; in wl_cfgscan_handle_scanbusy() local 1762 busy_count = 0; in wl_cfgscan_handle_scanbusy() 1780 if (busy_count++ > (SCAN_EBUSY_RETRY_LIMIT/5)) { in wl_cfgscan_handle_scanbusy() 1783 if (busy_count > SCAN_EBUSY_RETRY_LIMIT) { in wl_cfgscan_handle_scanbusy() 1791 busy_count = 0; in wl_cfgscan_handle_scanbusy() 1830 busy_count = 0; in wl_cfgscan_handle_scanbusy()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | wl_cfgscan.c | 2318 static u32 busy_count = 0; in wl_cfgscan_handle_scanbusy() local 2321 busy_count = 0; in wl_cfgscan_handle_scanbusy() 2340 if (busy_count++ > (SCAN_EBUSY_RETRY_LIMIT/5)) { in wl_cfgscan_handle_scanbusy() 2343 if (busy_count > SCAN_EBUSY_RETRY_LIMIT) { in wl_cfgscan_handle_scanbusy() 2353 busy_count = 0; in wl_cfgscan_handle_scanbusy() 2407 busy_count = 0; in wl_cfgscan_handle_scanbusy()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | wl_cfgscan.c | 2314 static u32 busy_count = 0; in wl_cfgscan_handle_scanbusy() local 2317 busy_count = 0; in wl_cfgscan_handle_scanbusy() 2336 if (busy_count++ > (SCAN_EBUSY_RETRY_LIMIT/5)) { in wl_cfgscan_handle_scanbusy() 2339 if (busy_count > SCAN_EBUSY_RETRY_LIMIT) { in wl_cfgscan_handle_scanbusy() 2349 busy_count = 0; in wl_cfgscan_handle_scanbusy() 2403 busy_count = 0; in wl_cfgscan_handle_scanbusy()
|
| /OK3568_Linux_fs/kernel/drivers/target/ |
| H A D | target_core_stat.c | 501 CONFIGFS_ATTR_RO(target_stat_port_, busy_count);
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_indep_power/ |
| H A D | wl_cfg80211.c | 3116 static s32 busy_count = 0; in __wl_cfg80211_scan() local 3306 busy_count = 0; in __wl_cfg80211_scan() 3328 if (busy_count++ > SCAN_EBUSY_RETRY_LIMIT) { in __wl_cfg80211_scan() 3334 busy_count = 0; in __wl_cfg80211_scan() 3372 busy_count = 0; in __wl_cfg80211_scan()
|