Searched refs:rescan (Results 1 - 25 of 45) sorted by relevance

12

/linux-master/include/scsi/
H A Dscsi_driver.h16 void (*rescan)(struct device *); member in struct:scsi_driver
H A Dscsi_dh.h62 void (*rescan)(struct scsi_device *); member in struct:scsi_device_handler
H A Dscsi_device.h480 enum scsi_scan_mode rescan);
/linux-master/drivers/scsi/
H A Dscsi_scan.c1153 * @rescan: if not equal to SCSI_SCAN_INITIAL skip some code only
1171 enum scsi_scan_mode rescan,
1181 * The rescan flag is used as an optimization, the first scan of a
1182 * host adapter calls into here with rescan == 0.
1186 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) {
1311 * @rescan: passed to scsi_probe_add_lun()
1322 enum scsi_scan_mode rescan)
1386 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan,
1396 * @rescan: nonzero if we can skip code only needed on first scan
1413 enum scsi_scan_mode rescan)
1168 scsi_probe_and_add_lun(struct scsi_target *starget, u64 lun, blist_flags_t *bflagsp, struct scsi_device **sdevp, enum scsi_scan_mode rescan, void *hostdata) argument
1320 scsi_sequential_lun_scan(struct scsi_target *starget, blist_flags_t bflags, int scsi_level, enum scsi_scan_mode rescan) argument
1412 scsi_report_lun_scan(struct scsi_target *starget, blist_flags_t bflags, enum scsi_scan_mode rescan) argument
1719 __scsi_scan_target(struct device *parent, unsigned int channel, unsigned int id, u64 lun, enum scsi_scan_mode rescan) argument
1790 scsi_scan_target(struct device *parent, unsigned int channel, unsigned int id, u64 lun, enum scsi_scan_mode rescan) argument
1814 scsi_scan_channel(struct Scsi_Host *shost, unsigned int channel, unsigned int id, u64 lun, enum scsi_scan_mode rescan) argument
1846 scsi_scan_host_selected(struct Scsi_Host *shost, unsigned int channel, unsigned int id, u64 lun, enum scsi_scan_mode rescan) argument
[all...]
/linux-master/drivers/peci/
H A Dsysfs.c36 static BUS_ATTR_WO(rescan);
/linux-master/drivers/usb/usbip/
H A Dvudc_transfer.c194 int rescan = 0; local
216 rescan = 1;
266 rescan = 1;
273 rescan = 1;
288 rescan = 1;
295 /* rescan to continue with any other queued i/o */
296 if (rescan)
/linux-master/arch/s390/pci/
H A Dpci_irq.c152 static void zpci_handle_cpu_local_irq(bool rescan) argument
163 if (!rescan || irqs_on++)
/linux-master/drivers/usb/host/
H A Dehci-hcd.c398 rescan:
407 goto rescan;
983 rescan:
1022 goto rescan;
H A Dohci-hcd.c361 rescan:
379 goto rescan;
H A Dehci-q.c313 rescan:
516 /* Do we need to rescan for URBs dequeued during a giveback? */
518 /* If the QH is already unlinked, do the rescan now. */
520 goto rescan;
H A Duhci-q.c1752 rescan:
1780 goto rescan;
/linux-master/drivers/thunderbolt/
H A Dusb4_port.c207 static DEVICE_ATTR_WO(rescan);
/linux-master/block/partitions/
H A Dcore.c646 rescan:
688 goto rescan;
/linux-master/net/appletalk/
H A Daarp.c926 rescan:
941 goto rescan;
946 goto rescan;
/linux-master/drivers/pci/hotplug/
H A Dpnv_php.c446 static int pnv_php_enable(struct pnv_php_slot *php_slot, bool rescan) argument
514 if (rescan) {
522 if (rescan)
/linux-master/drivers/usb/gadget/udc/
H A Ddummy_hcd.c1411 int rescan = 0; local
1446 rescan = 1;
1497 rescan = 1;
1504 rescan = 1;
1519 rescan = 1;
1526 /* rescan to continue with any other queued i/o */
1527 if (rescan)
H A Dgoku_udc.c1545 rescan:
1686 goto rescan;
H A Dat91_udc.c325 rescan:
378 goto rescan;
/linux-master/drivers/pci/
H A Dpci-sysfs.c446 static BUS_ATTR_WO(rescan);
479 static struct device_attribute dev_attr_dev_rescan = __ATTR(rescan, 0200, NULL,
517 static struct device_attribute dev_attr_bus_rescan = __ATTR(rescan, 0200, NULL,
/linux-master/drivers/s390/cio/
H A Dqdio_main.c1360 goto rescan;
1364 goto rescan;
1369 rescan:
/linux-master/net/rose/
H A Daf_rose.c187 bool rescan; local
191 rescan = false;
198 rescan = true;
224 if (rescan)
/linux-master/drivers/tty/vt/
H A Dvt.c2797 * @rescan: set to true iff @c wasn't consumed here and needs to be re-processed
2807 * desc. of @rescan). Possibility 2: input OK, @c consumed,
2812 static int vc_translate_unicode(struct vc_data *vc, int c, bool *rescan) argument
2840 *rescan = true;
2868 static int vc_translate(struct vc_data *vc, int *c, bool *rescan) argument
2875 return *c = vc_translate_unicode(vc, *c, rescan);
3051 bool rescan; local
3079 rescan = false;
3081 tc = vc_translate(vc, &c, &rescan);
3099 if (rescan)
[all...]
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c2264 rescan:
2456 /* Do we need to rescan for URBs dequeued during a giveback? */
2458 /* If the QH is already unlinked, do the rescan now. */
2460 goto rescan;
3215 rescan:
3235 goto rescan;
3873 rescan:
3891 goto rescan;
4829 rescan:
4838 goto rescan;
[all...]
/linux-master/include/uapi/linux/
H A Dbtrfs_tree.h1250 * makes a rescan necessary, or because the fs has been mounted
1287 __le64 rescan; member in struct:btrfs_qgroup_status_item
/linux-master/drivers/net/wireless/intel/iwlwifi/pcie/
H A Dtrans.c2101 bool rescan; member in struct:iwl_trans_pcie_removal
2126 if (removal->rescan) {
2139 void iwl_trans_pcie_remove(struct iwl_trans *trans, bool rescan) argument
2173 removal->rescan = rescan;

Completed in 346 milliseconds

12