Searched refs:poll_count (Results 1 - 18 of 18) sorted by relevance

/linux-master/drivers/power/supply/
H A Dug3105_battery.c77 int poll_count; member in struct:ug3105_chip
206 chip->poll_count++;
212 * if ((chip->poll_count % 10) == 0) {
227 win_size = min(chip->poll_count, UG3105_MOV_AVG_WINDOW);
242 chip->poll_count < 2)
280 (chip->poll_count <= UG3105_INIT_POLL_COUNT) ?
373 chip->poll_count = 0;
/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-encoder.c133 unsigned int poll_count; local
217 poll_count = 0;
219 poll_count++;
228 if (rdData[0] && (poll_count < 1000)) continue;
/linux-master/drivers/iio/adc/
H A Dcc10001_adc.c110 unsigned int poll_count = 0; local
116 if (poll_count++ == CC10001_MAX_POLL_COUNT)
120 poll_count = 0;
125 if (poll_count++ == CC10001_MAX_POLL_COUNT)
/linux-master/drivers/pci/hotplug/
H A Dibmphp_hpc.c793 int poll_count = 0; local
823 ++poll_count;
850 ++poll_count;
863 if (poll_count >= POLL_LATCH_CNT) {
864 poll_count = 0;
/linux-master/drivers/scsi/arcmsr/
H A Darcmsr_hba.c1706 int poll_count = 0; local
1729 for (poll_count = 0; poll_count < acb->maxOutstanding; poll_count++){
3577 uint32_t flag_ccb, outbound_intstatus, poll_ccb_done = 0, poll_count = 0; local
3583 poll_count++;
3593 if (poll_count > 100){
3638 uint32_t flag_ccb, poll_ccb_done = 0, poll_count = 0; local
3644 poll_count++;
3656 if (poll_count > 10
3709 uint32_t poll_ccb_done = 0, poll_count = 0; local
3767 uint32_t poll_ccb_done = 0, poll_count = 0, flag_ccb; local
3843 uint32_t poll_ccb_done = 0, poll_count = 0, doneq_index; local
[all...]
/linux-master/drivers/net/wireless/ti/wlcore/
H A Dcmd.c48 u16 poll_count = 0; local
88 poll_count++;
89 if (poll_count < WL1271_CMD_FAST_POLL_COUNT)
170 u16 poll_count = 0; local
193 poll_count++;
194 if (poll_count < WL1271_WAIT_EVENT_FAST_POLL_COUNT)
/linux-master/drivers/net/ethernet/smsc/
H A Dsmc91x.c634 unsigned int numPages, poll_count, status; local
670 poll_count = MEMORY_WAIT_TIME;
677 } while (--poll_count);
682 if (!poll_count) {
/linux-master/drivers/cxl/
H A Dpci.c317 for (i = 0; i < mbox_cmd->poll_count; i++) {
327 timeout * mbox_cmd->poll_count);
H A Dcxlmem.h121 * @poll_count: (input) Number of timeouts to attempt.
139 int poll_count; member in struct:cxl_mbox_cmd
/linux-master/drivers/cxl/core/
H A Dmemdev.c840 .poll_count = 30,
965 .poll_count = 30,
/linux-master/sound/soc/codecs/
H A Drt5651.c1664 rt5651->poll_count = 0;
1699 rt5651->poll_count++;
1700 if (rt5651->poll_count < (JACK_UNPLUG_TIME / BP_POLL_TIME)) {
H A Drt5640.c2195 rt5640->poll_count = 0;
2230 rt5640->poll_count++;
2231 if (rt5640->poll_count < (JACK_UNPLUG_TIME / BP_POLL_TIME)) {
H A Drt5651.h2081 int poll_count; member in struct:rt5651_priv
H A Drt5640.h2165 int poll_count; member in struct:rt5640_priv
/linux-master/drivers/tty/serial/8250/
H A D8250_omap.c950 int poll_count = 25; local
953 poll_count--)
956 if (poll_count == -1)
/linux-master/include/sound/
H A Dhdaudio.h355 int poll_count; member in struct:hdac_bus
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c1229 u32 poll_count)
1232 u32 cur_cnt = poll_count;
1259 poll_count-cur_cnt, FLR_WAIT_INTERVAL, regs->pN);
1264 u32 poll_count)
1267 u32 cur_cnt = poll_count;
1291 poll_count-cur_cnt, FLR_WAIT_INTERVAL, regs->pN);
1295 u32 expected, u32 poll_count)
1297 u32 cur_cnt = poll_count;
1330 void bnx2x_tx_hw_flushed(struct bnx2x *bp, u32 poll_count) argument
1387 bnx2x_pbf_pN_cmd_flushed(bp, &cmd_regs[i], poll_count);
1227 bnx2x_pbf_pN_buf_flushed(struct bnx2x *bp, struct pbf_pN_buf_regs *regs, u32 poll_count) argument
1262 bnx2x_pbf_pN_cmd_flushed(struct bnx2x *bp, struct pbf_pN_cmd_regs *regs, u32 poll_count) argument
1294 bnx2x_flr_clnup_reg_poll(struct bnx2x *bp, u32 reg, u32 expected, u32 poll_count) argument
[all...]
H A Dbnx2x.h2061 void bnx2x_tx_hw_flushed(struct bnx2x *bp, u32 poll_count);

Completed in 453 milliseconds