Home
last modified time | relevance | path

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

123

/Linux-v5.15/drivers/scsi/
Dscsi_scan.c1074 enum scsi_scan_mode rescan, in scsi_probe_and_add_lun() argument
1089 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun()
1226 enum scsi_scan_mode rescan) in scsi_sequential_lun_scan() argument
1290 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan()
1317 enum scsi_scan_mode rescan) in scsi_report_lun_scan() argument
1460 lun, NULL, NULL, rescan, NULL); in scsi_report_lun_scan()
1543 if (sdev->handler && sdev->handler->rescan) in scsi_rescan_device()
1544 sdev->handler->rescan(sdev); in scsi_rescan_device()
1549 if (drv->rescan) in scsi_rescan_device()
1550 drv->rescan(dev); in scsi_rescan_device()
[all …]
/Linux-v5.15/Documentation/ABI/stable/
Dsysfs-bus-fsl-mc1 What: /sys/bus/fsl-mc/rescan
6 force a rescan of fsl-mc bus in the system and
16 disable the DPRC IRQs on which automatic rescan
/Linux-v5.15/Documentation/scsi/
Dsmartpqi.rst34 - /sys/class/scsi_host/host*/rescan
37 The host rescan attribute is a write only attribute. Writing to this
64 to rescan for new devices. This does exactly the same thing as writing to the
65 smartpqi specific host "rescan" attribute.
Dhpsa.rst50 /sys/class/scsi_host/host*/rescan
55 the host "rescan" attribute is a write only attribute. Writing to this
115 to rescan for new devices. This does exactly the same thing as writing to the
116 hpsa specific host "rescan" attribute.
Ddpti.rst78 - rescan command
79 - Add code to rescan routine that notifies scsi-core about new devices
/Linux-v5.15/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-v5.15/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()
/Linux-v5.15/include/scsi/
Dscsi_driver.h16 void (*rescan)(struct device *); member
Dscsi_dh.h62 void (*rescan)(struct scsi_device *); member
/Linux-v5.15/Documentation/ABI/testing/
Dsysfs-bus-pci-devices-cciss35 What: /sys/bus/pci/devices/<dev>/ccissX/rescan
39 Description: Kicks of a rescan of the controller to discover logical
Dsysfs-bus-fsi1 What: /sys/bus/platform/devices/../fsi-master/fsi0/rescan
Dsysfs-bus-pci66 What: /sys/bus/pci/rescan
71 force a rescan of all PCI buses in the system, and
106 What: /sys/bus/pci/devices/.../pci_bus/.../rescan
111 force a rescan of the bus and all child buses,
115 What: /sys/bus/pci/devices/.../rescan
120 force a rescan of the device's parent bus and all
/Linux-v5.15/arch/s390/pci/
Dpci_irq.c153 static void zpci_handle_cpu_local_irq(bool rescan) in zpci_handle_cpu_local_irq() argument
163 if (!rescan || irqs_on++) in zpci_handle_cpu_local_irq()
/Linux-v5.15/drivers/usb/host/
Dehci-hcd.c398 rescan: in ehci_work()
407 goto rescan; in ehci_work()
970 rescan: in ehci_endpoint_disable()
1009 goto rescan; in ehci_endpoint_disable()
Dfotg210-hcd.c2273 rescan: in qh_completions()
2469 goto rescan; in qh_completions()
3224 rescan: in scan_async()
3244 goto rescan; in scan_async()
3882 rescan: in scan_intr()
3900 goto rescan; in scan_intr()
4841 rescan: in fotg210_work()
4850 goto rescan; in fotg210_work()
5379 rescan: in fotg210_endpoint_disable()
5419 goto rescan; in fotg210_endpoint_disable()
/Linux-v5.15/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()
/Linux-v5.15/net/appletalk/
Daarp.c926 rescan: in iter_next()
941 goto rescan; in iter_next()
946 goto rescan; in iter_next()
/Linux-v5.15/fs/
Dsuper.c759 rescan: in get_super()
774 goto rescan; in get_super()
817 rescan: in user_get_super()
838 goto rescan; in user_get_super()
/Linux-v5.15/Documentation/admin-guide/
Dthunderbolt.rst264 attributes: ``offline`` and ``rescan``. The way to upgrade the firmware
273 # echo 1 > /sys/bus/thunderbolt/devices/0-0/usb4_port1/rescan
279 5 or more seconds before running rescan again::
281 # echo 1 > /sys/bus/thunderbolt/devices/0-0/usb4_port1/rescan
/Linux-v5.15/drivers/thunderbolt/
Dusb4_port.c177 static DEVICE_ATTR_WO(rescan);
/Linux-v5.15/block/partitions/
Dcore.c673 rescan: in bdev_disk_changed()
699 goto rescan; in bdev_disk_changed()
/Linux-v5.15/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()
/Linux-v5.15/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()
/Linux-v5.15/mm/
Dcompaction.c1079 !cc->rescan && !cc->contended) { in isolate_migratepages_block()
1151 if (low_pfn == end_pfn && (!nr_isolated || cc->rescan)) { in isolate_migratepages_block()
2364 cc->rescan = false; in compact_zone()
2367 cc->rescan = true; in compact_zone()
/Linux-v5.15/drivers/pci/
Dpci-sysfs.c426 static BUS_ATTR_WO(rescan);
459 static struct device_attribute dev_attr_dev_rescan = __ATTR(rescan, 0200, NULL,
497 static struct device_attribute dev_attr_bus_rescan = __ATTR(rescan, 0200, NULL,

123