Home
last modified time | relevance | path

Searched refs:unbind (Results 1 – 25 of 81) sorted by relevance

1234

/openbmc/phosphor-fan-presence/presence/
H A Deeprom_device.hpp61 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 Dfallback.cpp70 eepromDevice->unbind(); in stateChanged()
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/
H A Dvrm-control.bb14 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 Dtest-driver.c81 .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 Dir35221-on-unbind@.service2 Description=power on mode unbind ir35221 device driver devs
9 ExecStart=/usr/bin/ir35221-unbind-bind.sh unbind
H A Dir35221-on-bind@.service10 ExecStart=/usr/bin/ir35221-unbind-bind.sh bind
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A DlayerBtn.js6 $(".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 Dkudo-fw.sh18 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 Dcomposite.h110 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 Dpower-workarounds@.service3 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 Dbios-update.sh48 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 Dmori-fw.sh95 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 Dmori-lib.sh85 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 Dplatform-early-sys-init29 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 Dplatform-early-sys-init29 echo "$bus_addr" > /sys/bus/i2c/drivers/max31790/unbind
101 echo "$dev" > "$driver_dir"/unbind
/openbmc/u-boot/drivers/usb/gadget/udc/
H A Dudc-core.c230 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 Dgbs-sysinit.sh142 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 Dclick-outside.js20 $document.unbind('click', clickEvent);
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/vrm-control/ibm-ac-server/
H A Dir35221-unbind-bind.sh12 echo "$1" > $driver_path/unbind
/openbmc/u-boot/drivers/core/
H A Ddevice-remove.c76 if (drv->unbind) { in device_unbind()
77 ret = drv->unbind(dev); in device_unbind()
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c955 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 Dampere_flash_bios.sh28 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 Dbios-update94 echo -n "$SPI_DEV" > "$SPI_PATH"/unbind
/openbmc/openbmc/meta-facebook/meta-santabarbara/recipes-santabarbara/plat-svc/files/
H A Dsantabarbara-early-sys-init35 echo "43-0021" > /sys/bus/i2c/drivers/max31790/unbind
/openbmc/openbmc/meta-ampere/meta-jade/recipes-ampere/platform/ampere-utils/
H A Dampere_flash_bios.sh27 echo 1e630000.spi > /sys/bus/platform/drivers/spi-aspeed-smc/unbind

1234