Home
last modified time | relevance | path

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

12

/Linux-v4.19/drivers/scsi/
Dscsi_scan.c1054 enum scsi_scan_mode rescan, in scsi_probe_and_add_lun() argument
1069 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun()
1206 enum scsi_scan_mode rescan) in scsi_sequential_lun_scan() argument
1270 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan()
1297 enum scsi_scan_mode rescan) in scsi_report_lun_scan() argument
1441 lun, NULL, NULL, rescan, NULL); in scsi_report_lun_scan()
1524 if (sdev->handler && sdev->handler->rescan) in scsi_rescan_device()
1525 sdev->handler->rescan(sdev); in scsi_rescan_device()
1530 if (drv->rescan) in scsi_rescan_device()
1531 drv->rescan(dev); in scsi_rescan_device()
[all …]
Dgdth_ioctl.h219 } rescan; member
/Linux-v4.19/Documentation/scsi/
Dsmartpqi.txt31 /sys/class/scsi_host/host*/rescan
34 The host rescan attribute is a write only attribute. Writing to this
63 to rescan for new devices. This does exactly the same thing as writing to the
64 smartpqi specific host "rescan" attribute.
Dhpsa.txt46 /sys/class/scsi_host/host*/rescan
51 the host "rescan" attribute is a write only attribute. Writing to this
112 to rescan for new devices. This does exactly the same thing as writing to the
113 hpsa specific host "rescan" attribute.
Ddpti.txt67 * rescan command
68 * Add code to rescan routine that notifies scsi-core about new devices
/Linux-v4.19/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()
/Linux-v4.19/include/scsi/
Dscsi_driver.h15 void (*rescan)(struct device *); member
Dscsi_dh.h74 void (*rescan)(struct scsi_device *); member
Dscsi_device.h422 enum scsi_scan_mode rescan);
/Linux-v4.19/block/
Dpartition-generic.c512 rescan: in rescan_partitions()
538 goto rescan; in rescan_partitions()
552 goto rescan; in rescan_partitions()
582 goto rescan; in rescan_partitions()
593 goto rescan; in rescan_partitions()
/Linux-v4.19/drivers/isdn/hardware/eicon/
Didifunc.c141 rescan: in remove_all_idi_proc()
149 goto rescan; in remove_all_idi_proc()
/Linux-v4.19/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-cciss35 Where: /sys/bus/pci/devices/<dev>/ccissX/rescan
39 Description: Kicks of a rescan of the controller to discover logical
Dsysfs-bus-pci60 What: /sys/bus/pci/rescan
65 force a rescan of all PCI buses in the system, and
100 What: /sys/bus/pci/devices/.../pci_bus/.../rescan
105 force a rescan of the bus and all child buses,
109 What: /sys/bus/pci/devices/.../rescan
114 force a rescan of the device's parent bus and all
Dsysfs-bus-fsi1 What: /sys/bus/platform/devices/fsi-master/rescan
/Linux-v4.19/drivers/usb/host/
Dehci-hcd.c396 rescan: in ehci_work()
405 goto rescan; in ehci_work()
953 rescan: in ehci_endpoint_disable()
992 goto rescan; in ehci_endpoint_disable()
Dfotg210-hcd.c2266 rescan: in qh_completions()
2462 goto rescan; in qh_completions()
3220 rescan: in scan_async()
3240 goto rescan; in scan_async()
3878 rescan: in scan_intr()
3896 goto rescan; in scan_intr()
4836 rescan: in fotg210_work()
4845 goto rescan; in fotg210_work()
5375 rescan: in fotg210_endpoint_disable()
5415 goto rescan; in fotg210_endpoint_disable()
Dohci-hcd.c362 rescan: in ohci_endpoint_disable()
380 goto rescan; in ohci_endpoint_disable()
Dehci-q.c301 rescan: in qh_completions()
508 goto rescan; in qh_completions()
/Linux-v4.19/drivers/pci/hotplug/
Dpnv_php.c417 static int pnv_php_enable(struct pnv_php_slot *php_slot, bool rescan) in pnv_php_enable() argument
485 if (rescan) { in pnv_php_enable()
493 if (rescan) in pnv_php_enable()
/Linux-v4.19/fs/
Dsuper.c690 rescan: in __get_super()
711 goto rescan; in __get_super()
814 rescan: in user_get_super()
829 goto rescan; in user_get_super()
/Linux-v4.19/net/appletalk/
Daarp.c923 rescan: in iter_next()
938 goto rescan; in iter_next()
943 goto rescan; in iter_next()
/Linux-v4.19/drivers/usb/gadget/udc/
Ddummy_hcd.c1395 int rescan = 0; in transfer() local
1430 rescan = 1; in transfer()
1481 rescan = 1; in transfer()
1488 rescan = 1; in transfer()
1503 rescan = 1; in transfer()
1511 if (rescan) in transfer()
/Linux-v4.19/include/uapi/linux/
Dbtrfs_tree.h951 __le64 rescan; member
/Linux-v4.19/drivers/pci/
Dpci-sysfs.c432 static BUS_ATTR(rescan, (S_IWUSR|S_IWGRP), NULL, bus_rescan_store);
465 static struct device_attribute dev_rescan_attr = __ATTR(rescan,
505 static DEVICE_ATTR(rescan, (S_IWUSR|S_IWGRP), NULL, dev_bus_rescan_store);
/Linux-v4.19/drivers/s390/cio/
Dqdio_main.c1655 goto rescan; in qdio_start_irq()
1657 goto rescan; in qdio_start_irq()
1660 rescan: in qdio_start_irq()

12