/drivers/scsi/ |
D | scsi_scan.c | 1010 struct scsi_device **sdevp, int rescan, in scsi_probe_and_add_lun() argument 1024 if (rescan || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun() 1160 int bflags, int scsi_level, int rescan) in scsi_sequential_lun_scan() argument 1221 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan() 1311 int rescan) in scsi_report_lun_scan() argument 1479 lun, NULL, NULL, rescan, NULL); in scsi_report_lun_scan() 1555 if (drv->rescan) in scsi_rescan_device() 1556 drv->rescan(dev); in scsi_rescan_device() 1563 unsigned int id, unsigned int lun, int rescan) in __scsi_scan_target() argument 1584 scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, NULL); in __scsi_scan_target() [all …]
|
D | gdth_ioctl.h | 226 } rescan; member
|
D | gdth.c | 346 static int rescan = 0; variable 362 module_param(rescan, int, 0); 3807 rescan = val; in internal_setup() 4751 ha->scan_mode = rescan ? 0x10 : 0; in gdth_isa_probe_one() 4882 ha->scan_mode = rescan ? 0x10 : 0; in gdth_eisa_probe_one() 5011 ha->scan_mode = rescan ? 0x10 : 0; in gdth_pci_probe_one()
|
D | scsi_sysfs.c | 595 static DEVICE_ATTR(rescan, S_IWUSR, NULL, store_rescan_field);
|
D | sd.c | 293 .rescan = sd_rescan,
|
/drivers/isdn/hardware/eicon/ |
D | idifunc.c | 141 rescan: in remove_all_idi_proc() 149 goto rescan; in remove_all_idi_proc()
|
D | capifunc.c | 457 rescan: in divacapi_remove_cards() 464 goto rescan; in divacapi_remove_cards()
|
/drivers/usb/gadget/ |
D | dummy_hcd.c | 1043 int rescan = 0; in transfer() local 1073 rescan = 1; in transfer() 1137 rescan = 1; in transfer() 1145 if (rescan) in transfer()
|
D | at91_udc.c | 325 rescan: in read_fifo() 371 goto rescan; in read_fifo()
|
D | goku_udc.c | 1560 rescan: in goku_irq() 1701 goto rescan; in goku_irq()
|
/drivers/usb/host/ |
D | ehci-hcd.c | 936 rescan: in ehci_endpoint_disable() 968 goto rescan; in ehci_endpoint_disable()
|
D | ohci-hcd.c | 324 rescan: in ohci_endpoint_disable() 349 goto rescan; in ohci_endpoint_disable()
|
D | ehci-q.c | 1122 rescan: in scan_async() 1141 goto rescan; in scan_async()
|
D | oxu210hp-hcd.c | 1774 rescan: in scan_async() 1793 goto rescan; in scan_async() 3027 rescan: in oxu_endpoint_disable() 3058 goto rescan; in oxu_endpoint_disable()
|
D | uhci-q.c | 1724 rescan: in uhci_scan_schedule() 1752 goto rescan; in uhci_scan_schedule()
|
/drivers/pcmcia/ |
D | pcmcia_ioctl.c | 471 goto rescan; in bind_request() 483 rescan: in bind_request()
|
/drivers/message/i2o/ |
D | Kconfig | 81 is to rescan the bus to find new devices.
|
/drivers/char/ |
D | vt.c | 2110 uint8_t rescan; in do_con_write() local 2159 rescan = 0; in do_con_write() 2199 rescan = 1; in do_con_write() 2342 if (rescan) { in do_con_write() 2343 rescan = 0; in do_con_write()
|
D | hvcs.c | 511 static DRIVER_ATTR(rescan,
|
/drivers/usb/core/ |
D | hcd.c | 1472 rescan: in usb_hcd_flush_endpoint() 1506 goto rescan; in usb_hcd_flush_endpoint()
|
/drivers/infiniband/hw/ipath/ |
D | ipath_driver.c | 1582 rescan: in ipath_getpiobuf_range() 1609 goto rescan; in ipath_getpiobuf_range() 1624 goto rescan; in ipath_getpiobuf_range()
|
/drivers/net/wireless/ |
D | strip.c | 2564 rescan: in strip_alloc() 2575 goto rescan; in strip_alloc()
|
/drivers/ieee1394/ |
D | nodemgr.c | 393 static BUS_ATTR(rescan, S_IWUSR | S_IRUGO, fw_get_rescan, fw_set_rescan);
|