Searched refs:select_timeout (Results 1 – 9 of 9) sorted by relevance
/Linux-v4.19/drivers/i2c/muxes/ |
D | i2c-mux-pca9541.c | 76 unsigned long select_timeout; member 205 data->select_timeout = SELECT_DELAY_SHORT; in pca9541_arbitrate() 211 data->select_timeout = SELECT_DELAY_LONG * 2; in pca9541_arbitrate() 230 data->select_timeout = SELECT_DELAY_LONG; in pca9541_arbitrate() 265 if (data->select_timeout == SELECT_DELAY_SHORT) in pca9541_select_chan() 266 udelay(data->select_timeout); in pca9541_select_chan() 268 msleep(data->select_timeout / 1000); in pca9541_select_chan()
|
/Linux-v4.19/drivers/scsi/arm/ |
D | fas216.h | 273 unsigned char select_timeout; /* timeout (R5) */ member
|
D | arxescsi.c | 284 info->info.ifcfg.select_timeout = 255; in arxescsi_probe()
|
D | powertec.c | 338 info->info.ifcfg.select_timeout = 255; in powertecscsi_probe()
|
D | cumana_2.c | 412 info->info.ifcfg.select_timeout = 255; in cumanascsi2_probe()
|
D | fas216.c | 214 info->ifcfg.clockrate, info->ifcfg.select_timeout, in fas216_dumpinfo() 1678 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in __fas216_start_command() 1873 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_do_bus_device_reset() 2639 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_init_chip()
|
D | eesox.c | 531 info->info.ifcfg.select_timeout = 255; in eesoxscsi_probe()
|
/Linux-v4.19/drivers/media/rc/ |
D | ene_ir.c | 411 goto select_timeout; in ene_rx_setup() 443 select_timeout: in ene_rx_setup()
|
/Linux-v4.19/tools/power/x86/turbostat/ |
D | turbostat.c | 2925 struct timeval select_timeout; in do_sleep() local 2937 select_timeout = interval_tv; in do_sleep() 2938 retval = select(1, &readfds, NULL, NULL, &select_timeout); in do_sleep()
|