Home
last modified time | relevance | path

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

/drivers/power/supply/
A Dug3105_battery.c78 int poll_count; member
152 chip->poll_count++; in ug3105_work()
173 win_size = min(chip->poll_count, UG3105_MOV_AVG_WINDOW); in ug3105_work()
193 chip->poll_count < 2) in ug3105_work()
231 (chip->poll_count <= UG3105_INIT_POLL_COUNT) ? in ug3105_work()
320 chip->poll_count = 0; in ug3105_init()
/drivers/iio/adc/
A Dcc10001_adc.c110 unsigned int poll_count = 0; in cc10001_adc_poll_done() local
116 if (poll_count++ == CC10001_MAX_POLL_COUNT) in cc10001_adc_poll_done()
120 poll_count = 0; in cc10001_adc_poll_done()
125 if (poll_count++ == CC10001_MAX_POLL_COUNT) in cc10001_adc_poll_done()
/drivers/media/usb/pvrusb2/
A 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()
/drivers/pci/hotplug/
A Dibmphp_hpc.c793 int poll_count = 0; in poll_hpc() local
823 ++poll_count; in poll_hpc()
850 ++poll_count; in poll_hpc()
863 if (poll_count >= POLL_LATCH_CNT) { in poll_hpc()
864 poll_count = 0; in poll_hpc()
/drivers/scsi/arcmsr/
A Darcmsr_hba.c1707 int poll_count = 0; in arcmsr_remove() local
1730 for (poll_count = 0; poll_count < acb->maxOutstanding; poll_count++){ in arcmsr_remove()
3585 poll_count++; in arcmsr_hbaA_polling_ccbdone()
3595 if (poll_count > 100){ in arcmsr_hbaA_polling_ccbdone()
3646 poll_count++; in arcmsr_hbaB_polling_ccbdone()
3658 if (poll_count > 100){ in arcmsr_hbaB_polling_ccbdone()
3716 poll_count++; in arcmsr_hbaC_polling_ccbdone()
3777 poll_count++; in arcmsr_hbaD_polling_ccbdone()
3789 if (poll_count > 40) { in arcmsr_hbaD_polling_ccbdone()
3853 poll_count++; in arcmsr_hbaE_polling_ccbdone()
[all …]
/drivers/net/wireless/ti/wlcore/
A 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
193 poll_count++; in wlcore_cmd_wait_for_event_or_timeout()
194 if (poll_count < WL1271_WAIT_EVENT_FAST_POLL_COUNT) in wlcore_cmd_wait_for_event_or_timeout()
/drivers/net/ethernet/smsc/
A Dsmc91x.c634 unsigned int numPages, poll_count, status; in smc_hard_start_xmit() local
670 poll_count = MEMORY_WAIT_TIME; in smc_hard_start_xmit()
677 } while (--poll_count); in smc_hard_start_xmit()
682 if (!poll_count) { in smc_hard_start_xmit()
/drivers/cxl/
A Dpci.c321 for (i = 0; i < mbox_cmd->poll_count; i++) { in __cxl_pci_mbox_send_cmd()
331 timeout * mbox_cmd->poll_count); in __cxl_pci_mbox_send_cmd()
/drivers/tty/serial/8250/
A D8250_omap.c963 int poll_count = 25; in __dma_rx_do_complete() local
966 poll_count--) in __dma_rx_do_complete()
969 if (poll_count == -1) in __dma_rx_do_complete()
/drivers/cxl/core/
A Dmemdev.c805 .poll_count = 30, in cxl_mem_abort_fw_xfer()
932 .poll_count = 30, in cxl_fw_write()
/drivers/net/ethernet/broadcom/bnx2x/
A Dbnx2x_main.c1229 u32 poll_count) in bnx2x_pbf_pN_buf_flushed() argument
1232 u32 cur_cnt = poll_count; in bnx2x_pbf_pN_buf_flushed()
1259 poll_count-cur_cnt, FLR_WAIT_INTERVAL, regs->pN); in bnx2x_pbf_pN_buf_flushed()
1264 u32 poll_count) in bnx2x_pbf_pN_cmd_flushed() argument
1267 u32 cur_cnt = poll_count; in bnx2x_pbf_pN_cmd_flushed()
1291 poll_count-cur_cnt, FLR_WAIT_INTERVAL, regs->pN); in bnx2x_pbf_pN_cmd_flushed()
1295 u32 expected, u32 poll_count) in bnx2x_flr_clnup_reg_poll() argument
1297 u32 cur_cnt = poll_count; in bnx2x_flr_clnup_reg_poll()
1330 void bnx2x_tx_hw_flushed(struct bnx2x *bp, u32 poll_count) in bnx2x_tx_hw_flushed() argument
1387 bnx2x_pbf_pN_cmd_flushed(bp, &cmd_regs[i], poll_count); in bnx2x_tx_hw_flushed()
[all …]
A Dbnx2x.h2061 void bnx2x_tx_hw_flushed(struct bnx2x *bp, u32 poll_count);

Completed in 64 milliseconds