Home
last modified time | relevance | path

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

12345678910>>...14

/OK3568_Linux_fs/u-boot/test/dm/
H A Dtest-driver.c82 .unbind = test_unbind,
93 .unbind = test_unbind,
147 .unbind = test_manual_unbind,
157 .unbind = test_manual_unbind,
168 .unbind = test_manual_unbind,
/OK3568_Linux_fs/kernel/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
/OK3568_Linux_fs/yocto/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');
/OK3568_Linux_fs/kernel/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-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
/OK3568_Linux_fs/u-boot/include/linux/usb/
H A Dcomposite.h115 void (*unbind)(struct usb_configuration *, member
214 void (*unbind)(struct usb_configuration *); member
281 int (*unbind)(struct usb_composite_dev *); member
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/solaris/
H A Dsun_agp.c287 agp_unbind_t unbind; in xf86UnbindGARTMemory() local
292 unbind.agpu_pri = 0; in xf86UnbindGARTMemory()
293 unbind.agpu_key = key; in xf86UnbindGARTMemory()
295 if (ioctl(gartFd, AGPIOC_UNBIND, &unbind) != 0) { in xf86UnbindGARTMemory()
/OK3568_Linux_fs/external/xserver/hw/xfree86/os-support/linux/
H A Dlnx_agp.c326 struct _agp_unbind unbind; local
337 unbind.priority = 0;
338 unbind.key = key;
340 if (ioctl(gartFd, AGPIOC_UNBIND, &unbind) != 0) {
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/include/linux/
H A Dcomponent.h32 void (*unbind)(struct device *comp, struct device *master, member
82 void (*unbind)(struct device *master); member
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/
H A Di915_gem_tiling.c186 LIST_HEAD(unbind); in i915_gem_object_fence_prepare()
201 list_move(&vma->vm_link, &unbind); in i915_gem_object_fence_prepare()
205 list_for_each_entry_safe(vma, vn, &unbind, vm_link) { in i915_gem_object_fence_prepare()
209 list_splice(&unbind, &ggtt->vm.bound_list); in i915_gem_object_fence_prepare()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mcde/
H A Dmcde_drv.c213 goto unbind; in mcde_drm_bind()
217 goto unbind; in mcde_drm_bind()
223 unbind: in mcde_drm_bind()
239 .unbind = mcde_drm_unbind,
/OK3568_Linux_fs/kernel/drivers/xen/
H A Devtchn.c544 struct ioctl_evtchn_unbind unbind; in evtchn_ioctl() local
548 if (copy_from_user(&unbind, uarg, sizeof(unbind))) in evtchn_ioctl()
552 if (unbind.port >= xen_evtchn_nr_channels()) in evtchn_ioctl()
556 evtchn = find_evtchn(u, unbind.port); in evtchn_ioctl()
560 disable_irq(irq_from_evtchn(unbind.port)); in evtchn_ioctl()
/OK3568_Linux_fs/kernel/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh105 src/usbip unbind -b $busid;
113 src/usbip unbind -b $busid;
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/udc/
H A Dudc-core.c231 udc->driver->unbind(udc->gadget); in usb_gadget_remove_driver()
308 driver->unbind(udc->gadget); in udc_bind_to_driver()
358 if (!driver || !driver->unbind) in usb_gadget_unregister_driver()
/OK3568_Linux_fs/kernel/drivers/net/usb/
H A Dzaurus.c94 .unbind = usbnet_cdc_unbind,
104 .unbind = usbnet_cdc_unbind,
114 .unbind = usbnet_cdc_unbind,
H A Dcdc_mbim.c554 .unbind = cdc_mbim_unbind,
578 .unbind = cdc_mbim_unbind,
597 .unbind = cdc_mbim_unbind,
612 .unbind = cdc_mbim_unbind,
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Dcomposite.c1073 if (f->unbind) { in composite_unbind()
1076 f->unbind(c, f); in composite_unbind()
1080 if (c->unbind) { in composite_unbind()
1082 c->unbind(c); in composite_unbind()
1086 if (composite->unbind) in composite_unbind()
1087 composite->unbind(cdev); in composite_unbind()
1186 .unbind = composite_unbind,
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dcomposite.h213 void (*unbind)(struct usb_configuration *, member
313 void (*unbind)(struct usb_configuration *); member
396 int (*unbind)(struct usb_composite_dev *); member
/OK3568_Linux_fs/kernel/drivers/usb/gadget/
H A Dconfigfs.c79 bool unbind; member
1299 if (f->unbind) { in purge_configs_funcs()
1303 f->unbind(c, f); in purge_configs_funcs()
1331 gi->unbind = 0; in configfs_composite_bind()
1526 gi->unbind = 1; in configfs_composite_unbind()
1558 if (!cdev || gi->unbind) { in android_setup()
1611 if (!cdev || gi->unbind) { in configfs_composite_setup()
1644 if (!cdev || gi->unbind) { in configfs_composite_disconnect()
1670 if (!cdev || gi->unbind) { in configfs_composite_reset()
1692 if (!cdev || gi->unbind) { in configfs_composite_suspend()
[all …]
/OK3568_Linux_fs/u-boot/drivers/core/
H A Ddevice-remove.c85 if (drv->unbind) { in device_unbind()
86 ret = drv->unbind(dev); in device_unbind()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c127 res->func->unbind != NULL) { in vmw_resource_release()
132 res->func->unbind(res, false, &val_buf); in vmw_resource_release()
669 if (unlikely(func->unbind != NULL && in vmw_resource_do_evict()
671 ret = func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_do_evict()
793 if (!WARN_ON_ONCE(!res->func->unbind)) in vmw_resource_unbind_list()
794 (void) res->func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_unbind_list()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dconsole.rst50 read, or acts to bind or unbind the driver to the virtual consoles
55 to unbind
67 commanded to bind or unbind
75 directly commanded to bind or unbind.
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dfbcon.rst185 Assuming the VGA driver can be unloaded, one must first unbind the VGA driver
198 So to unload the fbdev drivers, one must first unbind fbcon from the console,
199 then unbind the fbdev drivers from fbcon. Fortunately, unbinding fbcon from
200 the console layer will automatically unbind framebuffer drivers from
201 fbcon. Thus, there is no need to explicitly unbind the fbdev drivers from
204 So, how do we unbind fbcon from the console? Part of the answer is in
302 Here are 2 sample bash scripts that you can use to bind or unbind the

12345678910>>...14