Home
last modified time | relevance | path

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

123

/linux-6.12.1/drivers/scsi/
Dscsi_scan.c1178 enum scsi_scan_mode rescan, in scsi_probe_and_add_lun() argument
1193 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun()
1329 enum scsi_scan_mode rescan) in scsi_sequential_lun_scan() argument
1393 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan()
1420 enum scsi_scan_mode rescan) in scsi_report_lun_scan() argument
1576 lun, NULL, NULL, rescan, NULL); in scsi_report_lun_scan()
1708 if (sdev->handler && sdev->handler->rescan) in scsi_rescan_device()
1709 sdev->handler->rescan(sdev); in scsi_rescan_device()
1714 if (drv->rescan) in scsi_rescan_device()
1715 drv->rescan(dev); in scsi_rescan_device()
[all …]
/linux-6.12.1/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-6.12.1/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-6.12.1/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-6.12.1/drivers/gpu/drm/ci/xfails/
Dvkms-none-fails.txt6 core_hotunplug@hotunplug-rescan,Fail
8 core_hotunplug@unplug-rescan,Fail
Di915-glk-flakes.txt6 core_hotunplug@unplug-rescan
/linux-6.12.1/Documentation/ABI/testing/
Dsysfs-bus-cdx1 What: /sys/bus/cdx/rescan
5 Writing y/1/on to this file will cause rescan of the bus
12 # echo 1 > /sys/bus/cdx/rescan
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-peci1 What: /sys/bus/peci/rescan
Dsysfs-bus-fsi1 What: /sys/bus/platform/devices/../fsi-master/fsi0/rescan
Dsysfs-bus-pci70 What: /sys/bus/pci/rescan
75 force a rescan of all PCI buses in the system, and
121 What: /sys/bus/pci/devices/.../pci_bus/.../rescan
126 force a rescan of the bus and all child buses,
130 What: /sys/bus/pci/devices/.../rescan
135 force a rescan of the device's parent bus and all
/linux-6.12.1/include/scsi/
Dscsi_driver.h16 void (*rescan)(struct device *); member
Dscsi_dh.h62 void (*rescan)(struct scsi_device *); member
/linux-6.12.1/drivers/peci/
Dsysfs.c36 static BUS_ATTR_WO(rescan);
/linux-6.12.1/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()
/linux-6.12.1/drivers/pci/hotplug/
Dpnv_php.c445 static int pnv_php_enable(struct pnv_php_slot *php_slot, bool rescan) in pnv_php_enable() argument
513 if (rescan) { in pnv_php_enable()
521 if (rescan) in pnv_php_enable()
/linux-6.12.1/arch/s390/pci/
Dpci_irq.c152 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-6.12.1/net/appletalk/
Daarp.c926 rescan: in iter_next()
941 goto rescan; in iter_next()
946 goto rescan; in iter_next()
/linux-6.12.1/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-6.12.1/block/partitions/
Dcore.c645 rescan: in bdev_disk_changed()
687 goto rescan; in bdev_disk_changed()
/linux-6.12.1/drivers/thunderbolt/
Dusb4_port.c207 static DEVICE_ATTR_WO(rescan);
/linux-6.12.1/net/rose/
Daf_rose.c187 bool rescan; in rose_kill_by_device() local
191 rescan = false; in rose_kill_by_device()
198 rescan = true; in rose_kill_by_device()
224 if (rescan) in rose_kill_by_device()
/linux-6.12.1/drivers/usb/gadget/udc/
Ddummy_hcd.c1418 int rescan = 0; in transfer() local
1453 rescan = 1; in transfer()
1504 rescan = 1; in transfer()
1511 rescan = 1; in transfer()
1526 rescan = 1; in transfer()
1534 if (rescan) in transfer()

123