/linux/drivers/thunderbolt/ |
H A D | ctl.h | 24 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, int index, int timeout_msec, 107 struct tb_cfg_request *req, int timeout_msec); 132 u32 length, int timeout_msec); 136 u32 length, int timeout_msec);
|
H A D | ctl.c | 34 * @timeout_msec: Default timeout for non-raw control messages 50 int timeout_msec; member 597 * @timeout_msec: Timeout how long to wait @req to complete 606 int timeout_msec) in tb_cfg_request_sync() 608 unsigned long timeout = msecs_to_jiffies(timeout_msec); in tb_cfg_request_sync() 633 * @timeout_msec: Default timeout used with non-raw control messages 641 struct tb_ctl *tb_ctl_alloc(struct tb_nhi *nhi, int index, int timeout_msec, in tb_ctl_alloc() 651 ctl->timeout_msec = timeout_msec; in tb_ctl_alloc() 916 res = tb_cfg_request_sync(ctl, req, ctl->timeout_msec); in tb_cfg_reset() 603 tb_cfg_request_sync(struct tb_ctl * ctl,struct tb_cfg_request * req,int timeout_msec) tb_cfg_request_sync() argument 638 tb_ctl_alloc(struct tb_nhi * nhi,int index,int timeout_msec,event_cb cb,void * cb_data) tb_ctl_alloc() argument 935 tb_cfg_read_raw(struct tb_ctl * ctl,void * buffer,u64 route,u32 port,enum tb_cfg_space space,u32 offset,u32 length,int timeout_msec) tb_cfg_read_raw() argument 1006 tb_cfg_write_raw(struct tb_ctl * ctl,const void * buffer,u64 route,u32 port,enum tb_cfg_space space,u32 offset,u32 length,int timeout_msec) tb_cfg_write_raw() argument [all...] |
H A D | dma_port.c | 89 u32 port, u32 offset, u32 length, int timeout_msec) in dma_port_read() argument 118 res = tb_cfg_request_sync(ctl, req, timeout_msec); in dma_port_read() 130 u32 port, u32 offset, u32 length, int timeout_msec) in dma_port_write() argument 161 res = tb_cfg_request_sync(ctl, req, timeout_msec); in dma_port_write()
|
H A D | domain.c | 373 struct tb *tb_domain_alloc(struct tb_nhi *nhi, int timeout_msec, size_t privsize) in tb_domain_alloc() argument 400 tb->ctl = tb_ctl_alloc(nhi, tb->index, timeout_msec, tb_domain_event_cb, tb); in tb_domain_alloc()
|
H A D | switch.c | 1189 int timeout_msec) in tb_port_wait_for_link_width() argument 1191 ktime_t timeout = ktime_add_ms(ktime_get(), timeout_msec); in tb_port_wait_for_link_width() 1677 u32 value, int timeout_msec) in tb_switch_wait_for_bit() argument 1679 ktime_t timeout = ktime_add_ms(ktime_get(), timeout_msec); in tb_switch_wait_for_bit()
|
/linux/arch/mips/include/asm/sn/ |
H A D | launch.h | 92 #define LAUNCH_WAIT (*(void (*)(int nasid, int cpu, int timeout_msec)) \
|
/linux/drivers/ata/ |
H A D | sata_sil24.c | 599 unsigned int timeout_msec) in sil24_exec_polled_cmd() argument 625 10, timeout_msec); in sil24_exec_polled_cmd() 653 unsigned int timeout_msec = 0; in sil24_softreset() local 666 timeout_msec = jiffies_to_msecs(deadline - jiffies); in sil24_softreset() 670 timeout_msec); in sil24_softreset()
|
H A D | libahci.c | 1409 unsigned int timeout_msec) in ahci_exec_polled_cmd() argument 1433 if (timeout_msec) { in ahci_exec_polled_cmd() 1435 0x1, 0x1, 1, timeout_msec); in ahci_exec_polled_cmd()
|
/linux/drivers/scsi/ |
H A D | 3w-9xxx.h | 615 unsigned long timeout_msec; member
|
H A D | 3w-9xxx.c | 851 tw_dev->ioctl_time = ktime_add_ms(current_time, tw_lock->timeout_msec); in twa_chrdev_ioctl() 853 tw_lock->time_remaining_msec = tw_lock->timeout_msec; in twa_chrdev_ioctl()
|
/linux/include/linux/ |
H A D | thunderbolt.h | 349 unsigned int timeout_msec);
|
/linux/drivers/scsi/qla2xxx/ |
H A D | qla_init.c | 3484 uint timeout_msec; in qla25xx_manipulate_risc_semaphore() local 3495 timeout_msec = TIMEOUT_SEMAPHORE; in qla25xx_manipulate_risc_semaphore() 3496 n = timeout_msec / delta_msec; in qla25xx_manipulate_risc_semaphore() 3515 timeout_msec = TIMEOUT_SEMAPHORE_FORCE; in qla25xx_manipulate_risc_semaphore() 3516 n = timeout_msec / delta_msec; in qla25xx_manipulate_risc_semaphore()
|