/linux/drivers/scsi/ |
H A D | scsi_scan.c | 1161 * @rescan: if not equal to SCSI_SCAN_INITIAL skip some code only 1179 enum scsi_scan_mode rescan, in scsi_probe_and_add_lun() argument 1189 * The rescan flag is used as an optimization, the first scan of a in scsi_probe_and_add_lun() 1190 * host adapter calls into here with rescan == 0. in scsi_probe_and_add_lun() 1194 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun() 1319 * @rescan: passed to scsi_probe_add_lun() 1330 enum scsi_scan_mode rescan) in scsi_sequential_lun_scan() argument 1394 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan() 1404 * @rescan: nonzero if we can skip code only needed on first scan 1421 enum scsi_scan_mode rescan) in scsi_report_lun_scan() argument 1746 __scsi_scan_target(struct device * parent,unsigned int channel,unsigned int id,u64 lun,enum scsi_scan_mode rescan) __scsi_scan_target() argument 1817 scsi_scan_target(struct device * parent,unsigned int channel,unsigned int id,u64 lun,enum scsi_scan_mode rescan) scsi_scan_target() argument 1842 scsi_scan_channel(struct Scsi_Host * shost,unsigned int channel,unsigned int id,u64 lun,enum scsi_scan_mode rescan) scsi_scan_channel() argument 1874 scsi_scan_host_selected(struct Scsi_Host * shost,unsigned int channel,unsigned int id,u64 lun,enum scsi_scan_mode rescan) scsi_scan_host_selected() argument [all...] |
/linux/Documentation/ABI/stable/ |
H A D | sysfs-bus-fsl-mc | 1 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/Documentation/scsi/ |
H A D | smartpqi.rst | 34 - /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.
|
H A D | hpsa.rst | 50 /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.
|
H A D | dpti.rst | 78 - rescan command 79 - Add code to rescan routine that notifies scsi-core about new devices
|
/linux/drivers/usb/usbip/ |
H A D | vudc_transfer.c | 194 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() 295 /* rescan to continue with any other queued i/o */ in transfer() 296 if (rescan) in transfer()
|
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-cdx | 1 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
|
H A D | sysfs-bus-peci | 1 What: /sys/bus/peci/rescan
|
H A D | sysfs-bus-pci-devices-cciss | 35 What: /sys/bus/pci/devices/<dev>/ccissX/rescan 39 Description: Kicks of a rescan of the controller to discover logical
|
H A D | sysfs-bus-fsi | 1 What: /sys/bus/platform/devices/../fsi-master/fsi0/rescan
|
H A D | sysfs-bus-pci | 70 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/include/scsi/ |
H A D | scsi_driver.h | 16 void (*rescan)(struct device *); member
|
H A D | scsi_dh.h | 62 void (*rescan)(struct scsi_device *); member
|
/linux/drivers/peci/ |
H A D | sysfs.c | 36 static BUS_ATTR_WO(rescan);
|
/linux/drivers/gpu/drm/ci/xfails/ |
H A D | i915-glk-flakes.txt | 6 core_hotunplug@unplug-rescan
|
/linux/drivers/usb/host/ |
H A D | ehci-hcd.c | 398 rescan: in ehci_work() 407 goto rescan; in ehci_work() 982 rescan: in ehci_endpoint_disable() 1021 goto rescan; in ehci_endpoint_disable()
|
/linux/arch/s390/pci/ |
H A D | pci_irq.c | 152 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/net/appletalk/ |
H A D | aarp.c | 913 rescan: in iter_next() 928 goto rescan; in iter_next() 933 goto rescan; in iter_next()
|
/linux/drivers/pci/hotplug/ |
H A D | pnv_php.c | 542 static int pnv_php_enable(struct pnv_php_slot *php_slot, bool rescan) in pnv_php_enable() argument 610 if (rescan) { in pnv_php_enable() 618 if (rescan) in pnv_php_enable()
|
/linux/block/partitions/ |
H A D | core.c | 653 rescan: in bdev_disk_changed() 695 goto rescan; in bdev_disk_changed()
|
/linux/Documentation/admin-guide/ |
H A D | thunderbolt.rst | 264 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/net/rose/ |
H A D | af_rose.c | 187 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/drivers/usb/gadget/udc/ |
H A D | dummy_hcd.c | 1419 int rescan = 0; in transfer() local 1454 rescan = 1; in transfer() 1505 rescan = 1; in transfer() 1512 rescan = 1; in transfer() 1527 rescan = 1; in transfer() 1534 /* rescan to continue with any other queued i/o */ in transfer() 1535 if (rescan) in transfer()
|
/linux/drivers/s390/cio/ |
H A D | qdio_main.c | 1360 goto rescan; in qdio_start_irq() 1364 goto rescan; in qdio_start_irq() 1369 rescan: in qdio_start_irq()
|
/linux/drivers/usb/fotg210/ |
H A D | fotg210-hcd.c | 2264 rescan: in qh_completions() 2456 /* Do we need to rescan for URBs dequeued during a giveback? */ in qh_completions() 2458 /* If the QH is already unlinked, do the rescan now. */ in qh_completions() 2460 goto rescan; in qh_completions() 3215 rescan: in scan_async() 3235 goto rescan; in scan_async() 3873 rescan: in scan_intr() 3891 goto rescan; in scan_intr() 4829 rescan: in fotg210_work() 4838 goto rescan; in fotg210_work() [all...] |