Searched refs:select_timeout (Results 1 - 16 of 16) sorted by relevance
/kernel/linux/linux-5.10/drivers/i2c/muxes/ |
H A 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()
|
/kernel/linux/linux-6.6/drivers/i2c/muxes/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/scsi/arm/ |
H A D | fas216.h | 270 unsigned char select_timeout; /* timeout (R5) */ member
|
H A D | arxescsi.c | 285 info->info.ifcfg.select_timeout = 255; in arxescsi_probe()
|
H A D | powertec.c | 335 info->info.ifcfg.select_timeout = 255; in powertecscsi_probe()
|
H A D | eesox.c | 528 info->info.ifcfg.select_timeout = 255; in eesoxscsi_probe()
|
H A D | cumana_2.c | 411 info->info.ifcfg.select_timeout = 255; in cumanascsi2_probe()
|
H A D | fas216.c | 210 printk(" ifcfg={ clockrate=%X select_timeout=%X asyncperiod=%X sync_max_depth=%X }\n", in fas216_dumpinfo() 211 info->ifcfg.clockrate, info->ifcfg.select_timeout, in fas216_dumpinfo() 1682 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in __fas216_start_command() 1877 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_do_bus_device_reset() 2644 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_init_chip()
|
/kernel/linux/linux-6.6/drivers/scsi/arm/ |
H A D | fas216.h | 270 unsigned char select_timeout; /* timeout (R5) */ member
|
H A D | arxescsi.c | 290 info->info.ifcfg.select_timeout = 255; in arxescsi_probe()
|
H A D | eesox.c | 533 info->info.ifcfg.select_timeout = 255; in eesoxscsi_probe()
|
H A D | powertec.c | 339 info->info.ifcfg.select_timeout = 255; in powertecscsi_probe()
|
H A D | cumana_2.c | 416 info->info.ifcfg.select_timeout = 255; in cumanascsi2_probe()
|
H A D | fas216.c | 213 printk(" ifcfg={ clockrate=%X select_timeout=%X asyncperiod=%X sync_max_depth=%X }\n", in fas216_dumpinfo() 214 info->ifcfg.clockrate, info->ifcfg.select_timeout, in fas216_dumpinfo() 1688 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in __fas216_start_command() 1872 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_do_bus_device_reset() 2646 fas216_writeb(info, REG_STIM, info->ifcfg.select_timeout); in fas216_init_chip()
|
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | ene_ir.c | 401 goto select_timeout; in ene_rx_setup() 433 select_timeout: in ene_rx_setup()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | ene_ir.c | 401 goto select_timeout; in ene_rx_setup() 433 select_timeout: in ene_rx_setup()
|
Completed in 17 milliseconds