Home
last modified time | relevance | path

Searched refs:scan_devices (Results 1 – 5 of 5) sorted by relevance

/drivers/lguest/
Dlguest_device.c476 static void scan_devices(void) in scan_devices() function
520 scan_devices(); in lguest_devices_init()
/drivers/s390/kvm/
Dkvm_virtio.c332 static void scan_devices(void) in scan_devices() function
475 scan_devices(); in kvm_devices_init()
/drivers/scsi/
Dtmscsim.c1293 if (pDCB && pACB->scan_devices && pDCB->GoingSRBCnt == 1) { in dc390_DataIO_Comm()
1495 if( !pACB->scan_devices ) in dc390_SetXferRate()
1596 if( !( pACB->scan_devices ) ) in dc390_Reselect()
1755 pACB->scan_devices) in dc390_SRBdone()
2138 pACB->scan_devices = 1; in dc390_slave_alloc()
2155 pACB->scan_devices = 0; in dc390_slave_destroy()
2189 acb->scan_devices = 0; in dc390_slave_configure()
Ddc395x.c324 u8 scan_devices; member
3010 if (acb->scan_devices) { in set_xfer_rate()
3083 || acb->scan_devices) { in disconnect()
3143 if (!acb->scan_devices) { in reselect()
3341 dcb->target_lun, status, acb->scan_devices); in srb_done()
3347 dcb->target_lun, status, acb->scan_devices); in srb_done()
3353 dcb->target_lun, status, acb->scan_devices); in srb_done()
3359 dcb->target_lun, status, acb->scan_devices); in srb_done()
3365 dcb->target_lun, status, acb->scan_devices); in srb_done()
4387 acb->scan_devices = 1; in adapter_init_params()
Dtmscsim.h121 u8 scan_devices; member