Home
last modified time | relevance | path

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

1234

/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend4 SRC_URI:append:fb-compute-multihost = " file://obmc-ipmb-rescan-fru.service"
5 SRC_URI:append:fb-compute-multihost = " file://ipmb-rescan-fru"
10 SYSTEMD_SERVICE:${PN} += "obmc-ipmb-rescan-fru.service"
23 install -m 0644 ${UNPACKDIR}/obmc-ipmb-rescan-fru.service \
27 install -m 0755 ${UNPACKDIR}/ipmb-rescan-fru ${D}${libexecdir}/phosphor-gpio-monitor/
29 FILES:${PN} += "${systemd_system_unitdir}/obmc-ipmb-rescan-fru.service"
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/
H A Dphosphor-gpio-monitor_%.bbappend14 file://rescan-fru-ocp-setting@.service \
15 file://rescan-fru-ocp-setting \
17 file://rescan-wf-bic \
18 file://rescan-wf-bic@.service \
46 rescan-fru-ocp-setting@.service \
50 rescan-wf-bic@.service \
71 …install -m 0644 ${UNPACKDIR}/rescan-fru-ocp-setting@.service ${D}${systemd_system_unitdir}/rescan-…
76 install -m 0644 ${UNPACKDIR}/rescan-wf-bic@.service ${D}${systemd_system_unitdir}/
89 install -m 0755 ${UNPACKDIR}/rescan-fru-ocp-setting ${D}${libexecdir}/${PN}/
90 install -m 0755 ${UNPACKDIR}/rescan-wf-bic ${D}${libexecdir}/${PN}/
/openbmc/linux/drivers/scsi/
H A Dscsi_scan.c1157 enum scsi_scan_mode rescan, in scsi_probe_and_add_lun() argument
1172 if (rescan != SCSI_SCAN_INITIAL || !scsi_device_created(sdev)) { in scsi_probe_and_add_lun()
1308 enum scsi_scan_mode rescan) in scsi_sequential_lun_scan() argument
1372 if ((scsi_probe_and_add_lun(starget, lun, NULL, NULL, rescan, in scsi_sequential_lun_scan()
1399 enum scsi_scan_mode rescan) in scsi_report_lun_scan() argument
1546 lun, NULL, NULL, rescan, NULL); in scsi_report_lun_scan()
1678 if (sdev->handler && sdev->handler->rescan) in scsi_rescan_device()
1679 sdev->handler->rescan(sdev); in scsi_rescan_device()
1684 if (drv->rescan) in scsi_rescan_device()
1685 drv->rescan(dev); in scsi_rescan_device()
[all …]
/openbmc/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
/openbmc/openbmc/meta-facebook/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Dobmc-ipmb-rescan-fru.service2 Description=ipmb based rescan the slots fru service
6 ExecStart=/usr/libexec/phosphor-gpio-monitor/ipmb-rescan-fru
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/gpio/phosphor-gpio-monitor/
H A Drescan-wf-bic@.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/rescan-wf-bic %i
7 SyslogIdentifier=rescan-wf-bic%i
H A Drescan-fru-ocp-setting@.service6 ExecStart=/usr/libexec/phosphor-gpio-monitor/rescan-fru-ocp-setting %i
7 SyslogIdentifier=rescan-fru-ocp-settinge%i
/openbmc/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
/openbmc/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()
/openbmc/u-boot/arch/arm/mach-omap2/
H A Dhwinit-common.c178 int rescan; in early_system_init() local
213 ret = fdtdec_resetup(&rescan); in early_system_init()
214 if (!ret && rescan) { in early_system_init()
/openbmc/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
/openbmc/linux/include/scsi/
H A Dscsi_driver.h16 void (*rescan)(struct device *); member
H A Dscsi_dh.h62 void (*rescan)(struct scsi_device *); member
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/
H A Dphosphor-state-manager_%.bbappend51 file://rescan-cxl-eid \
75 install -m 0755 ${UNPACKDIR}/rescan-cxl-eid ${D}${libexecdir}/${PN}/
/openbmc/openbmc/meta-facebook/meta-yosemite4/recipes-phosphor/state/phosphor-state-manager/
H A Dhost-poweron@.service9 ExecStartPost=/usr/libexec/phosphor-state-manager/rescan-cxl-eid %i
/openbmc/linux/drivers/peci/
H A Dsysfs.c36 static BUS_ATTR_WO(rescan);
/openbmc/u-boot/board/ti/am335x/
H A DREADME62 U-Boot # mmc rescan
103 U-Boot # mmc rescan
148 U-Boot # mmc rescan
176 U-Boot # mmc rescan
/openbmc/linux/drivers/usb/host/
H A Dehci-hcd.c398 rescan: in ehci_work()
407 goto rescan; in ehci_work()
983 rescan: in ehci_endpoint_disable()
1022 goto rescan; in ehci_endpoint_disable()
/openbmc/linux/drivers/pci/hotplug/
H A 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()
/openbmc/dbus-sensors/src/intel-cpu/
H A DIntelCPUSensorMain.cpp502 std::fstream rescan{rescanPath, std::ios::out}; in detectCpu() local
503 if (rescan.is_open()) in detectCpu()
530 rescan << "1"; in detectCpu()

1234