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

12

/drivers/scsi/
H A Dscsi_scan.c988 * @rescan: if nonzero skip some code only needed on first scan
1003 struct scsi_device **sdevp, int rescan,
1012 * The rescan flag is used as an optimization, the first scan of a
1013 * host adapter calls into here with rescan == 0.
1017 if (rescan || !scsi_device_created(sdev)) {
1143 * @rescan: passed to scsi_probe_add_lun()
1153 int bflags, int scsi_level, int rescan)
1214 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan,
1288 * @rescan: nonzero if we can skip code only needed on first scan
1305 int rescan)
1001 scsi_probe_and_add_lun(struct scsi_target *starget, uint lun, int *bflagsp, struct scsi_device **sdevp, int rescan, void *hostdata) argument
1152 scsi_sequential_lun_scan(struct scsi_target *starget, int bflags, int scsi_level, int rescan) argument
1304 scsi_report_lun_scan(struct scsi_target *starget, int bflags, int rescan) argument
1565 __scsi_scan_target(struct device *parent, unsigned int channel, unsigned int id, unsigned int lun, int rescan) argument
1631 scsi_scan_target(struct device *parent, unsigned int channel, unsigned int id, unsigned int lun, int rescan) argument
1651 scsi_scan_channel(struct Scsi_Host *shost, unsigned int channel, unsigned int id, unsigned int lun, int rescan) argument
1682 scsi_scan_host_selected(struct Scsi_Host *shost, unsigned int channel, unsigned int id, unsigned int lun, int rescan) argument
[all...]
H A Dgdth_ioctl.h21 #define GDTIOCTL_RESCAN (GDTIOCTL_MASK |11) /* rescan host drives */
218 } rescan; member in union:__anon4356::__anon4357
H A Dscsi_sysfs.c571 static DEVICE_ATTR(rescan, S_IWUSR, NULL, store_rescan_field);
H A Dgdth.c57 * rescan:Y rescan all channels/IDs
58 * rescan:N use all devices found until now
70 * max_ids:127,rescan:N,hdr_channel:0,
72 * Here is another example: "gdth=reserve_list:0,1,2,0,0,1,3,0,rescan:Y".
81 * max_ids=127 rescan=0 hdr_channel=0 shared_access=0
83 * The other example: "modprobe gdth reserve_list=0,1,2,0,0,1,3,0 rescan=1".
346 /* rescan all IDs */
347 static int rescan = 0; variable
363 module_param(rescan, in
[all...]
H A Dsd.c412 .rescan = sd_rescan,
H A Dhpsa.c464 static DEVICE_ATTR(rescan, S_IWUSR, NULL, host_store_rescan);
1839 * adapter is not reset. That means we can rescan and
/drivers/isdn/hardware/eicon/
H A Didifunc.c141 rescan:
149 goto rescan;
H A Dcapifunc.c457 rescan:
464 goto rescan;
/drivers/infiniband/hw/qib/
H A Dqib_tx.c307 rescan:
331 * buffers available, try an update and then rescan.
336 goto rescan;
/drivers/usb/host/
H A Dehci-q.c335 rescan:
527 /* Do we need to rescan for URBs dequeued during a giveback? */
529 /* If the QH is already unlinked, do the rescan now. */
531 goto rescan;
1277 rescan:
1296 goto rescan;
H A Dehci-hcd.c1148 rescan:
1182 goto rescan;
H A Dohci-hcd.c320 rescan:
345 goto rescan;
H A Duhci-q.c1750 rescan:
1778 goto rescan;
H A Doxu210hp-hcd.c1762 rescan:
1772 * reporting drops the lock. rescan using
1773 * the latest schedule, but don't rescan
1781 goto rescan;
2341 /* rescan the rest of this frame, then ... */
3017 rescan:
3048 goto rescan;
/drivers/pci/
H A Dpci-sysfs.c306 __ATTR(rescan, (S_IWUSR|S_IWGRP), NULL, bus_rescan_store),
402 __ATTR(rescan, (S_IWUSR|S_IWGRP), NULL, dev_rescan_store),
409 __ATTR(rescan, (S_IWUSR|S_IWGRP), NULL, dev_bus_rescan_store),
/drivers/s390/cio/
H A Dqdio_main.c1736 goto rescan;
1738 goto rescan;
1741 rescan:
/drivers/usb/gadget/
H A Ddummy_hcd.c1312 int rescan = 0; local
1345 rescan = 1;
1407 rescan = 1;
1414 /* rescan to continue with any other queued i/o */
1415 if (rescan)
H A Dat91_udc.c322 rescan:
375 goto rescan;
H A Dgoku_udc.c1563 rescan:
1704 goto rescan;
/drivers/tty/vt/
H A Dvt.c2120 uint8_t rescan; local
2161 rescan = 0;
2201 rescan = 1;
2344 if (rescan) {
2345 rescan = 0;
/drivers/infiniband/hw/ipath/
H A Dipath_driver.c1558 rescan:
1580 * buffers available, try an update and then rescan.
1585 goto rescan;
1600 goto rescan;
/drivers/usb/core/
H A Ddevio.c409 goto rescan;
417 rescan:
427 goto rescan;
H A Dhcd.c1623 rescan:
1657 goto rescan;
/drivers/tty/hvc/
H A Dhvcs.c215 /* Status of partner info rescan triggered via sysfs. */
514 static DRIVER_ATTR(rescan,
946 * This function is executed by the driver "rescan" sysfs entry. It shouldn't
1569 pr_warning(KERN_ERR "HVCS: Failed to create rescan file (err %d)\n", rc);
/drivers/gpu/drm/i915/
H A Di915_gem.c4238 rescan:
4272 goto rescan;

Completed in 522 milliseconds

12