Home
last modified time | relevance | path

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

123

/kernel/linux/linux-5.10/drivers/scsi/
Dscsi_scan.c1046 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/
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
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/include/scsi/
Dscsi_driver.h16 void (*rescan)(struct device *); member
Dscsi_dh.h61 void (*rescan)(struct scsi_device *); member
/kernel/linux/linux-5.10/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-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
Dsysfs-bus-fsi1 What: /sys/bus/platform/devices/../fsi-master/fsi0/rescan
/kernel/linux/linux-5.10/arch/s390/pci/
Dpci_irq.c121 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/
Dehci-hcd.c397 rescan: in ehci_work()
406 goto rescan; in ehci_work()
985 rescan: in ehci_endpoint_disable()
1024 goto rescan; in ehci_endpoint_disable()
Dfotg210-hcd.c2270 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/
Daarp.c926 rescan: in iter_next()
941 goto rescan; in iter_next()
946 goto rescan; in iter_next()
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/fs/
Dsuper.c751 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/
Ddummy_hcd.c1400 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/
D0014_linux_drivers_bus.patch83 +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/
Dbtrfs_tree.h470 __le64 rescan; member
/kernel/linux/linux-5.10/include/uapi/linux/
Dbtrfs_tree.h971 __le64 rescan; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dbtrfs_tree.h410 __le64 rescan; member
/kernel/linux/linux-5.10/mm/
Dcompaction.c1029 !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/
Dpci-sysfs.c417 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/
Dvt.c2659 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/
Dqdio_main.c1552 goto rescan; in qdio_start_irq()
1556 goto rescan; in qdio_start_irq()
1561 rescan: in qdio_start_irq()

123