Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/i2c/muxes/
Di2c-mux-pca9541.c76 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-5.19.10/drivers/scsi/arm/
Dfas216.h270 unsigned char select_timeout; /* timeout (R5) */ member
Darxescsi.c290 info->info.ifcfg.select_timeout = 255; in arxescsi_probe()
Dpowertec.c339 info->info.ifcfg.select_timeout = 255; in powertecscsi_probe()
Dcumana_2.c416 info->info.ifcfg.select_timeout = 255; in cumanascsi2_probe()
Dfas216.c214 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()
Deesox.c533 info->info.ifcfg.select_timeout = 255; in eesoxscsi_probe()
/linux-5.19.10/drivers/media/rc/
Dene_ir.c401 goto select_timeout; in ene_rx_setup()
433 select_timeout: in ene_rx_setup()