Searched refs:poll_time (Results 1 - 12 of 12) sorted by relevance

/linux-master/include/linux/
H A Dserial_max3100.h18 * @poll_time: poll time for CTS signal in ms, 0 disables (so no hw
27 * .poll_time = 100,
45 int poll_time; member in struct:plat_max3100
/linux-master/drivers/tty/serial/
H A Dmax3100.c16 .poll_time = 100,
131 int poll_time; member in struct:max3100_port
187 mod_timer(&s->timer, jiffies + s->poll_time);
339 if (s->poll_time > 0)
523 if (s->poll_time > 0)
552 if (s->poll_time > 0)
773 max3100s[i]->poll_time = msecs_to_jiffies(pdata->poll_time);
774 if (pdata->poll_time > 0 && max3100s[i]->poll_time
[all...]
/linux-master/drivers/power/supply/
H A Dsbs-battery.c211 int poll_time; member in struct:sbs_info
655 if (chip->poll_time == 0)
660 chip->poll_time = 0;
1069 chip->poll_time = chip->poll_retry_count;
1082 chip->poll_time = 0;
1096 chip->poll_time = 0;
1100 if (chip->poll_time > 0) {
1102 chip->poll_time--;
1233 if (chip->poll_time > 0)
/linux-master/drivers/net/ethernet/brocade/bna/
H A Dbfa_ioc.h157 u32 poll_time; member in struct:bfa_iocpf
H A Dbfa_ioc.c720 iocpf->poll_time = 0;
3010 if (ioc->iocpf.poll_time >= BFA_IOC_TOV) {
3013 ioc->iocpf.poll_time += BFA_IOC_POLL_TOV;
/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dwmi.h1239 __le32 poll_time; member in struct:wmi_rssi_threshold_params_cmd
1276 __le32 poll_time; member in struct:wmi_snr_threshold_params_cmd
H A Dwmi.c1493 cmd.poll_time = cpu_to_le32(sq_thresh->polling_interval);
1735 cmd.poll_time = cpu_to_le32(sq_thresh->polling_interval);
/linux-master/drivers/scsi/bfa/
H A Dbfa_ioc.h329 u32 poll_time; member in struct:bfa_iocpf_s
H A Dbfa_ioc.c902 iocpf->poll_time = 0;
3166 if (ioc->iocpf.poll_time >= (3 * BFA_IOC_TOV))
3169 ioc->iocpf.poll_time += BFA_IOC_POLL_TOV;
/linux-master/drivers/scsi/qla4xxx/
H A Dql4_nx.c2195 uint32_t read_value, opcode, poll_time, addr, index, rval = QLA_SUCCESS; local
2236 poll_time = crb_entry->crb_strd.poll_timeout;
2237 wtime = jiffies + poll_time;
/linux-master/drivers/scsi/qla2xxx/
H A Dqla_nx.c3677 uint32_t read_value, opcode, poll_time; local
3721 poll_time = crb_entry->crb_strd.poll_timeout;
3722 wtime = jiffies + poll_time;
H A Dqla_nx2.c2207 uint32_t read_value, opcode, poll_time, addr, index; local
2248 poll_time = crb_entry->crb_strd.poll_timeout;
2249 wtime = jiffies + poll_time;

Completed in 226 milliseconds