| /openbmc/phosphor-fan-presence/presence/ |
| H A D | eeprom_device.hpp | 61 void unbind() in unbind() function in phosphor::fan::presence::EEPROMDevice 108 std::ofstream unbind{unbindPath}; in unbindDevice() local 109 if (unbind.good()) in unbindDevice() 111 unbind << address; in unbindDevice() 114 if (unbind.fail()) in unbindDevice()
|
| H A D | fallback.cpp | 70 eepromDevice->unbind(); in stateChanged()
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/ |
| H A D | vrm-control.bb | 14 SRC_URI:append:ibm-ac-server = " file://ir35221-unbind-bind.sh" 19 install -m 0755 ${UNPACKDIR}/ir35221-unbind-bind.sh ${D}${bindir}/ir35221-unbind-bind.sh 32 TMPL_ON_IRUNBIND = "ir35221-on-unbind@.service" 33 INSTFMT_ON_IRUNBIND = "ir35221-on-unbind@{0}.service"
|
| /openbmc/u-boot/test/dm/ |
| H A D | test-driver.c | 81 .unbind = test_unbind, 92 .unbind = test_unbind, 146 .unbind = test_manual_unbind, 156 .unbind = test_manual_unbind, 167 .unbind = test_manual_unbind,
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ |
| H A D | ir35221-on-unbind@.service | 2 Description=power on mode unbind ir35221 device driver devs 9 ExecStart=/usr/bin/ir35221-unbind-bind.sh unbind
|
| H A D | ir35221-on-bind@.service | 10 ExecStart=/usr/bin/ir35221-unbind-bind.sh bind
|
| /openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | layerBtn.js | 6 $(".layerbtn").unbind('click'); 58 $("td .build-recipe-btn").unbind('click'); 70 $("td .set-default-recipe-btn").unbind('click'); 83 $(".customise-btn").unbind('click');
|
| /openbmc/openbmc/meta-fii/meta-kudo/recipes-kudo/kudo-fw-utility/kudo-fw/ |
| H A D | kudo-fw.sh | 18 echo "${KERNEL_FIU_ID}" > "${KERNEL_SYSFS_FIU}"/unbind 40 echo "${KERNEL_FIU_ID}" > "${KERNEL_SYSFS_FIU}"/unbind 146 echo ${I2C_MB_PWRSEQ1[0]}-00${I2C_MB_PWRSEQ1[1]} > /sys/bus/i2c/drivers/adm1266/unbind 147 echo ${I2C_MB_PWRSEQ2[0]}-00${I2C_MB_PWRSEQ2[1]} > /sys/bus/i2c/drivers/adm1266/unbind
|
| /openbmc/u-boot/include/linux/usb/ |
| H A D | composite.h | 110 void (*unbind)(struct usb_configuration *, member 209 void (*unbind)(struct usb_configuration *); member 275 int (*unbind)(struct usb_composite_dev *); member
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/power-workarounds/witherspoon/ |
| H A D | power-workarounds@.service | 3 Wants=ir35221-on-unbind@%i.service 4 After=ir35221-on-unbind@%i.service
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-bios-update/files/ |
| H A D | bios-update.sh | 48 echo "${KERNEL_FIU_ID}" > "${KERNEL_SYSFS_FIU}"/unbind 69 echo "${KERNEL_FIU_ID}" > "${KERNEL_SYSFS_FIU}"/unbind
|
| /openbmc/openbmc/meta-fii/meta-mori/recipes-mori/mori-fw-utility/mori-fw/ |
| H A D | mori-fw.sh | 95 echo ${I2C_CPU_EEPROM[0]}-00${I2C_CPU_EEPROM[1]} > /sys/bus/i2c/drivers/at24/unbind 122 echo "${I2C_MB_PWRSEQ[0]}"-00"${I2C_MB_PWRSEQ[1]}" > /sys/bus/i2c/drivers/adm1266/unbind
|
| H A D | mori-lib.sh | 85 echo "${KERNEL_FIU_ID}" > "${KERNEL_SYSFS_FIU}"/unbind 103 echo "${KERNEL_FIU_ID}" > "${KERNEL_SYSFS_FIU}"/unbind
|
| /openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/clemente/ |
| H A D | platform-early-sys-init | 29 echo "$bus_addr" > /sys/bus/i2c/drivers/max31790/unbind 100 … echo "$BUS_ADDR" > /sys/bus/i2c/drivers/"$DRIVER_NAME"/unbind || echo "Failed to unbind $BUS_ADDR"
|
| /openbmc/openbmc/meta-facebook/meta-catalina/recipes-catalina/plat-svc/files/catalina/ |
| H A D | platform-early-sys-init | 29 echo "$bus_addr" > /sys/bus/i2c/drivers/max31790/unbind 101 echo "$dev" > "$driver_dir"/unbind
|
| /openbmc/u-boot/drivers/usb/gadget/udc/ |
| H A D | udc-core.c | 230 udc->driver->unbind(udc->gadget); in usb_gadget_remove_driver() 284 driver->unbind(udc->gadget); in udc_bind_to_driver() 334 if (!driver || !driver->unbind) in usb_gadget_unregister_driver()
|
| /openbmc/openbmc/meta-quanta/meta-gbs/recipes-gbs/gbs-sysinit/files/ |
| H A D | gbs-sysinit.sh | 142 echo "${KERNEL_FIU_ID}" > "${KERNEL_SYSFS_FIU}"/unbind 149 echo "${KERNEL_FIU_ID}" > "${KERNEL_SYSFS_FIU}"/unbind
|
| /openbmc/phosphor-webui/app/common/directives/ |
| H A D | click-outside.js | 20 $document.unbind('click', clickEvent);
|
| /openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ibm-ac-server/ |
| H A D | ir35221-unbind-bind.sh | 12 echo "$1" > $driver_path/unbind
|
| /openbmc/u-boot/drivers/core/ |
| H A D | device-remove.c | 76 if (drv->unbind) { in device_unbind() 77 ret = drv->unbind(dev); in device_unbind()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | composite.c | 955 if (f->unbind) { in composite_unbind() 958 f->unbind(c, f); in composite_unbind() 962 if (c->unbind) { in composite_unbind() 964 c->unbind(c); in composite_unbind() 968 if (composite->unbind) in composite_unbind() 969 composite->unbind(cdev); in composite_unbind() 1068 .unbind = composite_unbind,
|
| /openbmc/openbmc/meta-ampere/meta-jefferson/recipes-ampere/platform/ampere-utils/ |
| H A D | ampere_flash_bios.sh | 28 echo 1e630000.spi > /sys/bus/platform/drivers/spi-aspeed-smc/unbind
|
| /openbmc/openbmc/meta-facebook/meta-harma/recipes-phosphor/flash/phosphor-software-manager/ |
| H A D | bios-update | 94 echo -n "$SPI_DEV" > "$SPI_PATH"/unbind
|
| /openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-santabarbara/plat-svc/files/ |
| H A D | santabarbara-early-sys-init | 35 echo "43-0021" > /sys/bus/i2c/drivers/max31790/unbind
|
| /openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/ |
| H A D | ampere_flash_bios.sh | 27 echo 1e630000.spi > /sys/bus/platform/drivers/spi-aspeed-smc/unbind
|