Home
last modified time | relevance | path

Searched refs:rescan (Results 1 – 25 of 31) sorted by relevance

12

/drivers/scsi/
Dscsi_scan.c1124 enum scsi_scan_mode rescan, in scsi_probe_and_add_lun() argument
1139 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun()
1275 enum scsi_scan_mode rescan) in scsi_sequential_lun_scan() argument
1339 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan()
1366 enum scsi_scan_mode rescan) in scsi_report_lun_scan() argument
1509 lun, NULL, NULL, rescan, NULL); in scsi_report_lun_scan()
1592 if (sdev->handler && sdev->handler->rescan) in scsi_rescan_device()
1593 sdev->handler->rescan(sdev); in scsi_rescan_device()
1598 if (drv->rescan) in scsi_rescan_device()
1599 drv->rescan(dev); in scsi_rescan_device()
[all …]
Dscsi_transport_iscsi.c1782 enum scsi_scan_mode rescan; member
1819 scan_data->lun, scan_data->rescan); in iscsi_user_scan_session()
1840 scan_data.rescan = SCSI_SCAN_MANUAL; in iscsi_user_scan()
1857 scan_data.rescan = SCSI_SCAN_RESCAN; in iscsi_scan_session()
/drivers/usb/usbip/
Dvudc_transfer.c194 int rescan = 0; in transfer() local
216 rescan = 1; in transfer()
266 rescan = 1; in transfer()
273 rescan = 1; in transfer()
288 rescan = 1; in transfer()
296 if (rescan) in transfer()
/drivers/cxl/
Dpmem.c118 bool release = false, rescan = false; in cxl_nvb_update_state() local
128 rescan = true; in cxl_nvb_update_state()
142 if (rescan) { in cxl_nvb_update_state()
/drivers/usb/host/
Dehci-hcd.c398 rescan: in ehci_work()
407 goto rescan; in ehci_work()
983 rescan: in ehci_endpoint_disable()
1022 goto rescan; in ehci_endpoint_disable()
Dfotg210-hcd.c2270 rescan: in qh_completions()
2466 goto rescan; in qh_completions()
3221 rescan: in scan_async()
3241 goto rescan; in scan_async()
3879 rescan: in scan_intr()
3897 goto rescan; in scan_intr()
4838 rescan: in fotg210_work()
4847 goto rescan; in fotg210_work()
5376 rescan: in fotg210_endpoint_disable()
5416 goto rescan; in fotg210_endpoint_disable()
Dohci-hcd.c363 rescan: in ohci_endpoint_disable()
381 goto rescan; in ohci_endpoint_disable()
Dehci-q.c312 rescan: in qh_completions()
519 goto rescan; in qh_completions()
Duhci-q.c1752 rescan: in uhci_scan_schedule()
1780 goto rescan; in uhci_scan_schedule()
Doxu210hp-hcd.c2183 rescan: in scan_async()
2202 goto rescan; in scan_async()
3426 rescan: in oxu_endpoint_disable()
3457 goto rescan; in oxu_endpoint_disable()
/drivers/pci/hotplug/
Dpnv_php.c444 static int pnv_php_enable(struct pnv_php_slot *php_slot, bool rescan) in pnv_php_enable() argument
512 if (rescan) { in pnv_php_enable()
520 if (rescan) in pnv_php_enable()
/drivers/thunderbolt/
Dusb4_port.c177 static DEVICE_ATTR_WO(rescan);
/drivers/usb/gadget/udc/
Ddummy_hcd.c1411 int rescan = 0; in transfer() local
1446 rescan = 1; in transfer()
1497 rescan = 1; in transfer()
1504 rescan = 1; in transfer()
1519 rescan = 1; in transfer()
1527 if (rescan) in transfer()
Dgoku_udc.c1544 rescan: in goku_irq()
1685 goto rescan; in goku_irq()
Dat91_udc.c325 rescan: in read_fifo()
378 goto rescan; in read_fifo()
/drivers/s390/cio/
Dqdio_main.c1248 goto rescan; in qdio_start_irq()
1252 goto rescan; in qdio_start_irq()
1257 rescan: in qdio_start_irq()
Dcss.c939 static DEVICE_ATTR_WO(rescan);
/drivers/pci/
Dpci-sysfs.c425 static BUS_ATTR_WO(rescan);
458 static struct device_attribute dev_attr_dev_rescan = __ATTR(rescan, 0200, NULL,
496 static struct device_attribute dev_attr_bus_rescan = __ATTR(rescan, 0200, NULL,
/drivers/tty/vt/
Dvt.c2658 static int vc_translate_unicode(struct vc_data *vc, int c, bool *rescan) in vc_translate_unicode() argument
2689 *rescan = true; in vc_translate_unicode()
2724 static int vc_translate(struct vc_data *vc, int *c, bool *rescan) in vc_translate() argument
2731 return *c = vc_translate_unicode(vc, *c, rescan); in vc_translate()
2903 bool rescan; in do_con_write() local
2938 rescan = false; in do_con_write()
2940 tc = vc_translate(vc, &c, &rescan); in do_con_write()
2958 if (rescan) in do_con_write()
/drivers/usb/core/
Ddevio.c586 goto rescan; in cancel_bulk_urbs()
594 rescan: in cancel_bulk_urbs()
604 goto rescan; in cancel_bulk_urbs()
Dhcd.c1799 rescan: in usb_hcd_flush_endpoint()
1820 goto rescan; in usb_hcd_flush_endpoint()
/drivers/tty/hvc/
Dhvcs.c468 static DRIVER_ATTR_RW(rescan);
/drivers/bus/fsl-mc/
Dfsl-mc-bus.c246 static BUS_ATTR_WO(rescan);
/drivers/scsi/device_handler/
Dscsi_dh_alua.c1254 .rescan = alua_rescan,
/drivers/scsi/smartpqi/
Dsmartpqi.h1072 u8 rescan : 1; member

12