Home
last modified time | relevance | path

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

12345678910>>...16

/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()
/openbmc/linux/tools/testing/selftests/media_tests/
H A Dmedia_dev_allocator.sh20 echo $MDEV > $MDRIVER/unbind;
29 echo $ADEV > $ADRIVER/unbind;
57 echo $MDEV > $MDRIVER/unbind;
71 echo $ADEV > $ADRIVER/unbind;
H A Dregression_test.txt8 Run bin/unbind loop while ioctls are in progress.
35 device file goes away after unbind, device file name changes. Start the
37 after unbind, /dev/media1 or /dev/media2 could get created. The idea is
38 keep ioctls going while bind/unbind runs.
41 and number to run bind and unbind. Start the bind_unbind.sh
/openbmc/openbmc/meta-ibm/recipes-phosphor/chassis/
H A Dvrm-control.bb13 SRC_URI:append:ibm-ac-server = " file://ir35221-unbind-bind.sh"
18 install -m 0755 ${WORKDIR}/ir35221-unbind-bind.sh ${D}${bindir}/ir35221-unbind-bind.sh
31 TMPL_ON_IRUNBIND = "ir35221-on-unbind@.service"
32 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
/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/linux/Documentation/ABI/testing/
H A Dsysfs-bus-fsl-mc14 What: /sys/bus/fsl-mc/drivers/.../unbind
19 driver to attempt to unbind from the device found at
25 # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind
H A Dsysfs-bus-vdpa31 What: /sys/bus/vdpa/drivers/.../unbind
36 attempt to unbind from the device. This may be useful when
50 Writing to driver_override does not automatically unbind the
H A Dsysfs-class-devlink21 - 'consumer unbind'
22 - 'supplier unbind'
25 'consumer unbind' means the device link will be removed when
28 'supplier unbind' means the device link will be removed when
/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/linux/include/linux/
H A Dcomponent.h32 void (*unbind)(struct device *comp, struct device *master, member
82 void (*unbind)(struct device *master); member
/openbmc/linux/drivers/char/agp/
H A Dcompat_ioctl.c196 struct agp_unbind32 unbind; in compat_agpioc_unbind_wrap() local
199 if (copy_from_user(&unbind, arg, sizeof(unbind))) in compat_agpioc_unbind_wrap()
202 memory = agp_find_mem_by_key(unbind.key); in compat_agpioc_unbind_wrap()
/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/linux/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh105 src/usbip unbind -b $busid;
113 src/usbip unbind -b $busid;
/openbmc/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_tiling.c189 LIST_HEAD(unbind); in i915_gem_object_fence_prepare()
204 list_move(&vma->vm_link, &unbind); in i915_gem_object_fence_prepare()
208 list_for_each_entry_safe(vma, vn, &unbind, vm_link) { in i915_gem_object_fence_prepare()
212 list_splice(&unbind, &ggtt->vm.bound_list); in i915_gem_object_fence_prepare()
/openbmc/linux/drivers/gpu/drm/mcde/
H A Dmcde_drv.c234 goto unbind; in mcde_drm_bind()
238 goto unbind; in mcde_drm_bind()
244 unbind: in mcde_drm_bind()
260 .unbind = mcde_drm_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/linux/drivers/xen/
H A Devtchn.c523 struct ioctl_evtchn_unbind unbind; in evtchn_ioctl() local
527 if (copy_from_user(&unbind, uarg, sizeof(unbind))) in evtchn_ioctl()
531 if (unbind.port >= xen_evtchn_nr_channels()) in evtchn_ioctl()
535 evtchn = find_evtchn(u, unbind.port); in evtchn_ioctl()
539 disable_irq(irq_from_evtchn(unbind.port)); in evtchn_ioctl()
/openbmc/linux/drivers/net/usb/
H A Dzaurus.c94 .unbind = usbnet_cdc_unbind,
104 .unbind = usbnet_cdc_unbind,
114 .unbind = usbnet_cdc_unbind,
/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

12345678910>>...16