Home
last modified time | relevance | path

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

12

/linux/drivers/scsi/
H A Dscsi_scan.c1186 enum scsi_scan_mode rescan, in scsi_probe_and_add_lun() argument
1201 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun()
1343 enum scsi_scan_mode rescan) in scsi_sequential_lun_scan() argument
1407 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan()
1434 enum scsi_scan_mode rescan) in scsi_report_lun_scan() argument
1590 lun, NULL, NULL, rescan, NULL); in scsi_report_lun_scan()
1740 if (sdev->handler && sdev->handler->rescan) in scsi_rescan_device()
1741 sdev->handler->rescan(sdev); in scsi_rescan_device()
1746 if (drv->rescan) in scsi_rescan_device()
1747 drv->rescan(dev); in scsi_rescan_device()
[all …]
/linux/Documentation/ABI/stable/
H A 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/Documentation/scsi/
H A 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.
H A 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.
H A Ddpti.rst78 - rescan command
79 - Add code to rescan routine that notifies scsi-core about new devices
/linux/drivers/usb/usbip/
H A 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/Documentation/ABI/testing/
H A 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
H A 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
H A Dsysfs-bus-peci1 What: /sys/bus/peci/rescan
H A Dsysfs-bus-fsi1 What: /sys/bus/platform/devices/../fsi-master/fsi0/rescan
H A 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
H A Dsysfs-bus-thunderbolt328 What: /sys/bus/thunderbolt/devices/usb4_portX/rescan
333 attribute forces rescan of the sideband for on-board
/linux/include/scsi/
H A Dscsi_driver.h16 void (*rescan)(struct device *); member
H A Dscsi_dh.h62 void (*rescan)(struct scsi_device *); member
/linux/drivers/peci/
H A Dsysfs.c36 static BUS_ATTR_WO(rescan);
/linux/net/appletalk/
H A Daarp.c913 rescan: in iter_next()
928 goto rescan; in iter_next()
933 goto rescan; in iter_next()
/linux/drivers/pci/hotplug/
H A Dpnv_php.c542 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 Dcore.c653 rescan: in bdev_disk_changed()
695 goto rescan; in bdev_disk_changed()
/linux/arch/s390/pci/
H A Dpci_irq.c170 static void zpci_handle_cpu_local_irq(bool rescan) in zpci_handle_cpu_local_irq() argument
183 if (!rescan || irqs_on++) in zpci_handle_cpu_local_irq()
/linux/Documentation/admin-guide/
H A Dthunderbolt.rst284 attributes: ``offline`` and ``rescan``. The way to upgrade the firmware
293 # echo 1 > /sys/bus/thunderbolt/devices/0-0/usb4_port1/rescan
299 5 or more seconds before running rescan again::
301 # echo 1 > /sys/bus/thunderbolt/devices/0-0/usb4_port1/rescan
/linux/net/rose/
H A 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/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1419 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()
1535 if (rescan) in transfer()
/linux/drivers/s390/cio/
H A Dqdio_main.c1360 goto rescan; in qdio_start_irq()
1364 goto rescan; in qdio_start_irq()
1369 rescan: in qdio_start_irq()
/linux/drivers/tty/vt/
H A Dvt.c2851 static int vc_translate_unicode(struct vc_data *vc, int c, bool *rescan) in vc_translate_unicode() argument
2879 *rescan = true; in vc_translate_unicode()
2910 static int vc_translate(struct vc_data *vc, int *c, bool *rescan) in vc_translate() argument
2917 return *c = vc_translate_unicode(vc, *c, rescan); in vc_translate()
3188 bool rescan; in do_con_write() local
3215 rescan = false; in do_con_write()
3217 tc = vc_translate(vc, &c, &rescan); in do_con_write()
3235 if (rescan) in do_con_write()
/linux/drivers/pci/
H A Dpci-sysfs.c477 static BUS_ATTR_WO(rescan);
510 static struct device_attribute dev_attr_dev_rescan = __ATTR(rescan, 0200, NULL,
548 static struct device_attribute dev_attr_bus_rescan = __ATTR(rescan, 0200, NULL,

12