/kernel/linux/linux-5.10/drivers/scsi/ |
D | scsi_scan.c | 1046 enum scsi_scan_mode rescan, in scsi_probe_and_add_lun() argument 1061 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun() 1199 enum scsi_scan_mode rescan) in scsi_sequential_lun_scan() argument 1263 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan() 1290 enum scsi_scan_mode rescan) in scsi_report_lun_scan() argument 1434 lun, NULL, NULL, rescan, NULL); in scsi_report_lun_scan() 1517 if (sdev->handler && sdev->handler->rescan) in scsi_rescan_device() 1518 sdev->handler->rescan(sdev); in scsi_rescan_device() 1523 if (drv->rescan) in scsi_rescan_device() 1524 drv->rescan(dev); in scsi_rescan_device() [all …]
|
/kernel/linux/linux-5.10/Documentation/scsi/ |
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.
|
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.
|
D | dpti.rst | 78 - rescan command 79 - Add code to rescan routine that notifies scsi-core about new devices
|
/kernel/linux/linux-5.10/drivers/usb/usbip/ |
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() 296 if (rescan) in transfer()
|
/kernel/linux/linux-5.10/include/scsi/ |
D | scsi_driver.h | 16 void (*rescan)(struct device *); member
|
D | scsi_dh.h | 61 void (*rescan)(struct scsi_device *); member
|
/kernel/linux/linux-5.10/Documentation/ABI/testing/ |
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
|
D | sysfs-bus-pci | 66 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
|
D | sysfs-bus-fsi | 1 What: /sys/bus/platform/devices/../fsi-master/fsi0/rescan
|
/kernel/linux/linux-5.10/arch/s390/pci/ |
D | pci_irq.c | 121 static void zpci_handle_cpu_local_irq(bool rescan) in zpci_handle_cpu_local_irq() argument 131 if (!rescan || irqs_on++) in zpci_handle_cpu_local_irq()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
D | ehci-hcd.c | 397 rescan: in ehci_work() 406 goto rescan; in ehci_work() 985 rescan: in ehci_endpoint_disable() 1024 goto rescan; in ehci_endpoint_disable()
|
D | fotg210-hcd.c | 2270 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() 4837 rescan: in fotg210_work() 4846 goto rescan; in fotg210_work() 5375 rescan: in fotg210_endpoint_disable() 5415 goto rescan; in fotg210_endpoint_disable()
|
/kernel/linux/linux-5.10/net/appletalk/ |
D | aarp.c | 926 rescan: in iter_next() 941 goto rescan; in iter_next() 946 goto rescan; in iter_next()
|
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
D | pnv_php.c | 444 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()
|
/kernel/linux/linux-5.10/fs/ |
D | super.c | 751 rescan: in __get_super() 772 goto rescan; in __get_super() 875 rescan: in user_get_super() 890 goto rescan; in user_get_super()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
D | dummy_hcd.c | 1400 int rescan = 0; in transfer() local 1435 rescan = 1; in transfer() 1486 rescan = 1; in transfer() 1493 rescan = 1; in transfer() 1508 rescan = 1; in transfer() 1516 if (rescan) in transfer()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0014_linux_drivers_bus.patch | 83 +static DEVICE_ATTR_WO(rescan); 267 +static BUS_ATTR_WO(rescan); 369 + * Force a rescan of the devices in this container and retry the lookup.
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
D | btrfs_tree.h | 470 __le64 rescan; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
D | btrfs_tree.h | 971 __le64 rescan; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
D | btrfs_tree.h | 410 __le64 rescan; member
|
/kernel/linux/linux-5.10/mm/ |
D | compaction.c | 1029 !cc->rescan && !cc->contended) { in isolate_migratepages_block() 1083 if (low_pfn == end_pfn && (!nr_isolated || cc->rescan)) { in isolate_migratepages_block() 2292 cc->rescan = false; in compact_zone() 2295 cc->rescan = true; in compact_zone()
|
/kernel/linux/linux-5.10/drivers/pci/ |
D | pci-sysfs.c | 417 static BUS_ATTR_WO(rescan); 450 static struct device_attribute dev_attr_dev_rescan = __ATTR(rescan, 0200, NULL, 488 static struct device_attribute dev_attr_bus_rescan = __ATTR(rescan, 0200, NULL,
|
/kernel/linux/linux-5.10/drivers/tty/vt/ |
D | vt.c | 2659 static int vc_translate_unicode(struct vc_data *vc, int c, bool *rescan) in vc_translate_unicode() argument 2690 *rescan = true; in vc_translate_unicode() 2725 static int vc_translate(struct vc_data *vc, int *c, bool *rescan) in vc_translate() argument 2732 return *c = vc_translate_unicode(vc, *c, rescan); in vc_translate() 2904 bool rescan; in do_con_write() local 2939 rescan = false; in do_con_write() 2941 tc = vc_translate(vc, &c, &rescan); in do_con_write() 2959 if (rescan) in do_con_write()
|
/kernel/linux/linux-5.10/drivers/s390/cio/ |
D | qdio_main.c | 1552 goto rescan; in qdio_start_irq() 1556 goto rescan; in qdio_start_irq() 1561 rescan: in qdio_start_irq()
|