Searched refs:poll_timeout (Results 1 - 9 of 9) sorted by relevance

/drivers/ide/
H A Dide-eh.c180 if (time_before(jiffies, hwif->poll_timeout)) {
242 if (time_before(jiffies, hwif->poll_timeout)) {
357 hwif->poll_timeout = jiffies + WAIT_WORSTCASE;
417 hwif->poll_timeout = jiffies + WAIT_WORSTCASE;
/drivers/macintosh/
H A Dvia-maciisi.c162 int poll_timeout = ADB_DELAY * 5; local
164 while (!(via[IFR] & SR_INT) && poll_timeout-- > 0)
170 status, poll_timeout, tmp);
/drivers/mmc/host/
H A Djz4740_mmc.c254 goto poll_timeout;
270 goto poll_timeout;
284 poll_timeout:
311 goto poll_timeout;
329 goto poll_timeout;
359 poll_timeout:
/drivers/s390/crypto/
H A Dap_bus.c113 static unsigned long long poll_timeout = 250000; variable
961 return snprintf(buf, PAGE_SIZE, "%llu\n", poll_timeout);
974 poll_timeout = time;
975 hr_time = ktime_set(0, poll_timeout);
985 static BUS_ATTR(poll_timeout, 0644, poll_timeout_show, poll_timeout_store);
1286 hr_time = ktime_set(0, poll_timeout);
1794 poll_timeout = 1500000;
/drivers/net/wireless/
H A Dat76c50x-usb.c303 unsigned char poll_timeout[3]; member in struct:dfu_status
358 return msecs_to_jiffies((s->poll_timeout[2] << 16)
359 | (s->poll_timeout[1] << 8)
360 | (s->poll_timeout[0]));
/drivers/scsi/qla2xxx/
H A Dqla_nx.h1044 uint16_t poll_timeout; member in struct:qla82xx_md_entry_crb::__anon4940
H A Dqla_nx.c3703 poll_time = crb_entry->crb_strd.poll_timeout;
/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic.h1420 u16 poll_timeout; member in struct:netxen_minidump_entry_crb::__anon2768::__anon2769
H A Dnetxen_nic_hw.c2026 timeout = crtEntry->poll_timeout;

Completed in 211 milliseconds