Home
last modified time | relevance | path

Searched refs:poll_count (Results 1 – 19 of 19) sorted by relevance

/Linux-v5.4/drivers/i2c/busses/
Di2c-puv3.c244 int poll_count; in puv3_i2c_suspend() local
247 for (poll_count = 0; poll_count < 50; poll_count++) { in puv3_i2c_suspend()
/Linux-v5.4/drivers/staging/rtl8188eu/hal/
Dpwrseqcmd.c22 u32 poll_count = 0; /* polling autoload done. */ in rtl88eu_pwrseqcmdparsing() local
76 if (poll_count++ > max_poll_count) { in rtl88eu_pwrseqcmdparsing()
/Linux-v5.4/drivers/media/usb/pvrusb2/
Dpvrusb2-encoder.c133 unsigned int poll_count; in pvr2_encoder_cmd() local
217 poll_count = 0; in pvr2_encoder_cmd()
219 poll_count++; in pvr2_encoder_cmd()
228 if (rdData[0] && (poll_count < 1000)) continue; in pvr2_encoder_cmd()
/Linux-v5.4/drivers/iio/adc/
Dcc10001_adc.c111 unsigned int poll_count = 0; in cc10001_adc_poll_done() local
117 if (poll_count++ == CC10001_MAX_POLL_COUNT) in cc10001_adc_poll_done()
121 poll_count = 0; in cc10001_adc_poll_done()
126 if (poll_count++ == CC10001_MAX_POLL_COUNT) in cc10001_adc_poll_done()
/Linux-v5.4/drivers/staging/greybus/tools/
Dloopback_test.c94 int poll_count; member
663 t->poll_count = fds_idx; in open_poll_files()
677 for (i = 0; i < t->poll_count; i++) in close_poll_files()
743 ret = ppoll(t->fds, t->poll_count, ts, &mask_old); in wait_for_complete()
750 for (i = 0; i < t->poll_count; i++) { in wait_for_complete()
758 if (number_of_events == t->poll_count) in wait_for_complete()
/Linux-v5.4/drivers/pci/hotplug/
Dibmphp_hpc.c795 int poll_count = 0; in poll_hpc() local
825 ++poll_count; in poll_hpc()
852 ++poll_count; in poll_hpc()
865 if (poll_count >= POLL_LATCH_CNT) { in poll_hpc()
866 poll_count = 0; in poll_hpc()
/Linux-v5.4/drivers/net/ethernet/pensando/ionic/
Dionic_lif.h50 u64 poll_count; member
263 qcq->napi_stats.poll_count++; in debug_stats_napi_poll()
Dionic_stats.c60 IONIC_NAPI_STAT_DESC(poll_count),
/Linux-v5.4/drivers/scsi/arcmsr/
Darcmsr_hba.c1591 int poll_count = 0; in arcmsr_remove() local
1614 for (poll_count = 0; poll_count < acb->maxOutstanding; poll_count++){ in arcmsr_remove()
3311 uint32_t flag_ccb, outbound_intstatus, poll_ccb_done = 0, poll_count = 0; in arcmsr_hbaA_polling_ccbdone() local
3317 poll_count++; in arcmsr_hbaA_polling_ccbdone()
3327 if (poll_count > 100){ in arcmsr_hbaA_polling_ccbdone()
3372 uint32_t flag_ccb, poll_ccb_done = 0, poll_count = 0; in arcmsr_hbaB_polling_ccbdone() local
3378 poll_count++; in arcmsr_hbaB_polling_ccbdone()
3390 if (poll_count > 100){ in arcmsr_hbaB_polling_ccbdone()
3443 uint32_t poll_ccb_done = 0, poll_count = 0; in arcmsr_hbaC_polling_ccbdone() local
3448 poll_count++; in arcmsr_hbaC_polling_ccbdone()
[all …]
/Linux-v5.4/drivers/net/wireless/ti/wlcore/
Dcmd.c48 u16 poll_count = 0; in __wlcore_cmd_send() local
88 poll_count++; in __wlcore_cmd_send()
89 if (poll_count < WL1271_CMD_FAST_POLL_COUNT) in __wlcore_cmd_send()
170 u16 poll_count = 0; in wlcore_cmd_wait_for_event_or_timeout() local
195 poll_count++; in wlcore_cmd_wait_for_event_or_timeout()
196 if (poll_count < WL1271_WAIT_EVENT_FAST_POLL_COUNT) in wlcore_cmd_wait_for_event_or_timeout()
/Linux-v5.4/sound/pci/hda/
Dhda_controller.c808 bus->poll_count = 0; in azx_rirb_get_response()
836 if (!bus->polling_mode && bus->poll_count < 2) { in azx_rirb_get_response()
841 bus->poll_count++; in azx_rirb_get_response()
/Linux-v5.4/drivers/net/ethernet/smsc/
Dsmc91x.c633 unsigned int numPages, poll_count, status; in smc_hard_start_xmit() local
669 poll_count = MEMORY_WAIT_TIME; in smc_hard_start_xmit()
676 } while (--poll_count); in smc_hard_start_xmit()
681 if (!poll_count) { in smc_hard_start_xmit()
/Linux-v5.4/sound/soc/codecs/
Drt5651.c1664 rt5651->poll_count = 0; in rt5651_start_button_press_work()
1699 rt5651->poll_count++; in rt5651_button_press_work()
1700 if (rt5651->poll_count < (JACK_UNPLUG_TIME / BP_POLL_TIME)) { in rt5651_button_press_work()
Drt5640.c2182 rt5640->poll_count = 0; in rt5640_start_button_press_work()
2217 rt5640->poll_count++; in rt5640_button_press_work()
2218 if (rt5640->poll_count < (JACK_UNPLUG_TIME / BP_POLL_TIME)) { in rt5640_button_press_work()
Drt5651.h2081 int poll_count; member
Drt5640.h2145 int poll_count; member
/Linux-v5.4/include/sound/
Dhdaudio.h341 int poll_count; member
/Linux-v5.4/drivers/net/ethernet/broadcom/bnx2x/
Dbnx2x_main.c1208 u32 poll_count) in bnx2x_pbf_pN_buf_flushed() argument
1211 u32 cur_cnt = poll_count; in bnx2x_pbf_pN_buf_flushed()
1238 poll_count-cur_cnt, FLR_WAIT_INTERVAL, regs->pN); in bnx2x_pbf_pN_buf_flushed()
1243 u32 poll_count) in bnx2x_pbf_pN_cmd_flushed() argument
1246 u32 cur_cnt = poll_count; in bnx2x_pbf_pN_cmd_flushed()
1270 poll_count-cur_cnt, FLR_WAIT_INTERVAL, regs->pN); in bnx2x_pbf_pN_cmd_flushed()
1274 u32 expected, u32 poll_count) in bnx2x_flr_clnup_reg_poll() argument
1276 u32 cur_cnt = poll_count; in bnx2x_flr_clnup_reg_poll()
1309 void bnx2x_tx_hw_flushed(struct bnx2x *bp, u32 poll_count) in bnx2x_tx_hw_flushed() argument
1366 bnx2x_pbf_pN_cmd_flushed(bp, &cmd_regs[i], poll_count); in bnx2x_tx_hw_flushed()
[all …]
Dbnx2x.h2049 void bnx2x_tx_hw_flushed(struct bnx2x *bp, u32 poll_count);