Home
last modified time | relevance | path

Searched refs:timeout_msec (Results 1 – 8 of 8) sorted by relevance

/drivers/thunderbolt/
Dctl.h59 int timeout_msec);
63 u32 length, int timeout_msec);
67 u32 length, int timeout_msec);
Dctl.c441 size_t length, int timeout_msec, in tb_ctl_rx() argument
448 msecs_to_jiffies(timeout_msec))) { in tb_ctl_rx()
597 int timeout_msec) in tb_cfg_reset() argument
607 return tb_ctl_rx(ctl, &reply, sizeof(reply), timeout_msec, route, in tb_cfg_reset()
618 u32 offset, u32 length, int timeout_msec) in tb_cfg_read_raw() argument
636 res = tb_ctl_rx(ctl, &reply, 12 + 4 * length, timeout_msec, route, in tb_cfg_read_raw()
655 u32 offset, u32 length, int timeout_msec) in tb_cfg_write_raw() argument
675 res = tb_ctl_rx(ctl, &reply, sizeof(reply), timeout_msec, route, in tb_cfg_write_raw()
/drivers/ata/
Dsata_sil24.c607 unsigned long timeout_msec) in sil24_exec_polled_cmd() argument
633 10, timeout_msec); in sil24_exec_polled_cmd()
661 unsigned long timeout_msec = 0; in sil24_softreset() local
676 timeout_msec = jiffies_to_msecs(deadline - jiffies); in sil24_softreset()
680 timeout_msec); in sil24_softreset()
Dlibahci.c1333 unsigned long timeout_msec) in ahci_exec_polled_cmd() argument
1357 if (timeout_msec) { in ahci_exec_polled_cmd()
1359 0x1, 0x1, 1, timeout_msec); in ahci_exec_polled_cmd()
/drivers/scsi/
D3w-9xxx.h599 unsigned long timeout_msec; member
D3w-9xxx.c851 tw_dev->ioctl_msec = current_time_ms + tw_lock->timeout_msec; in twa_chrdev_ioctl()
853 tw_lock->time_remaining_msec = tw_lock->timeout_msec; in twa_chrdev_ioctl()
/drivers/media/pci/cobalt/
Dcobalt-v4l2.c365 int timeout_msec = 100; in cobalt_dma_stop_streaming() local
392 msecs_to_jiffies(timeout_msec))) { in cobalt_dma_stop_streaming()
/drivers/scsi/qla2xxx/
Dqla_init.c1291 uint timeout_msec; in qla25xx_manipulate_risc_semaphore() local
1302 timeout_msec = TIMEOUT_SEMAPHORE; in qla25xx_manipulate_risc_semaphore()
1303 n = timeout_msec / delta_msec; in qla25xx_manipulate_risc_semaphore()
1322 timeout_msec = TIMEOUT_SEMAPHORE_FORCE; in qla25xx_manipulate_risc_semaphore()
1323 n = timeout_msec / delta_msec; in qla25xx_manipulate_risc_semaphore()