Searched refs:scan_devices (Results 1 – 5 of 5) sorted by relevance
/drivers/lguest/ |
D | lguest_device.c | 378 static void scan_devices(void) in scan_devices() function 420 scan_devices(); in lguest_devices_init()
|
/drivers/s390/kvm/ |
D | kvm_virtio.c | 281 static void scan_devices(void) in scan_devices() function 355 scan_devices(); in kvm_devices_init()
|
/drivers/scsi/ |
D | tmscsim.c | 1292 if (pDCB && pACB->scan_devices && pDCB->GoingSRBCnt == 1) { in dc390_DataIO_Comm() 1494 if( !pACB->scan_devices ) in dc390_SetXferRate() 1595 if( !( pACB->scan_devices ) ) in dc390_Reselect() 1755 pACB->scan_devices) in dc390_SRBdone() 2137 pACB->scan_devices = 1; in dc390_slave_alloc() 2154 pACB->scan_devices = 0; in dc390_slave_destroy() 2188 acb->scan_devices = 0; in dc390_slave_configure()
|
D | dc395x.c | 321 u8 scan_devices; member 3009 if (acb->scan_devices) { in set_xfer_rate() 3082 || acb->scan_devices) { in disconnect() 3142 if (!acb->scan_devices) { in reselect() 3340 dcb->target_lun, status, acb->scan_devices); in srb_done() 3346 dcb->target_lun, status, acb->scan_devices); in srb_done() 3352 dcb->target_lun, status, acb->scan_devices); in srb_done() 3358 dcb->target_lun, status, acb->scan_devices); in srb_done() 3364 dcb->target_lun, status, acb->scan_devices); in srb_done() 4386 acb->scan_devices = 1; in adapter_init_params()
|
D | tmscsim.h | 121 u8 scan_devices; member
|