Home
last modified time | relevance | path

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

12345678910>>...12

/linux/tools/testing/selftests/media_tests/
H A Dmedia_dev_allocator.sh6 echo "Media Device Allocator testing: unbind and bind"
18 echo "Test unbind both devices - start"
19 echo "Running unbind of $MDEV from $MDRIVER"
20 echo $MDEV > $MDRIVER/unbind;
28 echo "Running unbind of $ADEV from $ADRIVER"
29 echo $ADEV > $ADRIVER/unbind;
33 echo "Test unbind both devices - end"
54 echo "Test unbind $MDEV - bind $MDEV - unbind $ADEV - bind $ADEV start"
56 echo "Running unbind o
[all...]
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
/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
H A Dconfigfs-usb-gadget16 UDC bind a gadget to UDC/unbind a gadget;
18 to bind a gadget, empty string "" to unbind.
/linux/include/linux/
H A Dcomponent.h26 * @unbind:
30 * part-ways through and needs to unbind some already bound components.
32 void (*unbind)(struct device *comp, struct device *master, member
72 * be explicitly released in the @unbind callback.
76 * @unbind:
82 void (*unbind)(struct device *master); member
/linux/tools/testing/selftests/drivers/usb/usbip/
H A Dusbip_test.sh104 echo "unbind devices";
105 src/usbip unbind -b $busid;
112 echo "unbind devices - expect no devices bound message";
113 src/usbip unbind -b $busid;
/linux/drivers/gpu/drm/i915/gem/
H A Di915_gem_tiling.c188 LIST_HEAD(unbind); in i915_gem_object_fence_prepare()
203 list_move(&vma->vm_link, &unbind); in i915_gem_object_fence_prepare()
207 list_for_each_entry_safe(vma, vn, &unbind, vm_link) { in i915_gem_object_fence_prepare()
211 list_splice(&unbind, &ggtt->vm.bound_list); in i915_gem_object_fence_prepare()
/linux/drivers/xen/
H A Devtchn.c62 struct mutex bind_mutex; /* serialize bind/unbind operations */
442 /* Prevent bind from racing with unbind */ in evtchn_ioctl()
523 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()
/linux/drivers/gpu/drm/mcde/
H A Dmcde_drv.c235 goto unbind; in mcde_drm_bind()
239 goto unbind; in mcde_drm_bind()
245 unbind: in mcde_drm_bind()
261 .unbind = mcde_drm_unbind,
/linux/drivers/net/usb/
H A Dzaurus.c94 .unbind = usbnet_cdc_unbind,
104 .unbind = usbnet_cdc_unbind,
114 .unbind = usbnet_cdc_unbind,
H A Dax88179_178a.c1719 .unbind = ax88179_unbind,
1732 .unbind = ax88179_unbind,
1745 .unbind = ax88179_unbind,
1758 .unbind = ax88179_unbind,
1771 .unbind = ax88179_unbind,
1784 .unbind = ax88179_unbind,
1797 .unbind = ax88179_unbind,
1810 .unbind = ax88179_unbind,
1823 .unbind = ax88179_unbind,
1836 .unbind
[all...]
H A Dcdc_mbim.c206 /* let NCM unbind clean up both control and data interface */ in cdc_mbim_unbind()
556 .unbind = cdc_mbim_unbind,
580 .unbind = cdc_mbim_unbind,
599 .unbind = cdc_mbim_unbind,
614 .unbind = cdc_mbim_unbind,
/linux/tools/testing/selftests/powerpc/eeh/
H A Deeh-vf-unaware.sh22 echo "$vf" > /sys/bus/pci/devices/$vf/driver/unbind
/linux/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.
/linux/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c132 res->func->unbind != NULL) { in vmw_resource_release()
137 res->func->unbind(res, false, &val_buf); in vmw_resource_release()
649 if (unlikely(func->unbind != NULL && in vmw_resource_do_evict()
651 ret = func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_do_evict()
773 if (!WARN_ON_ONCE(!res->func->unbind)) in vmw_resource_unbind_list()
774 (void) res->func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_unbind_list()
H A Dvmwgfx_resource_priv.h70 * @unbind: Unbind a hardware resource from persistent
97 int (*unbind) (struct vmw_resource *res, member
/linux/arch/alpha/include/asm/
H A Dagp_backend.h38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *); member
/linux/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
/linux/tools/testing/selftests/drivers/net/virtio_net/
H A Dvirtio_net_common.sh47 echo "$device" > /sys/bus/virtio/drivers/virtio_net/unbind
/linux/rust/kernel/
H A Dplatform.rs95 T::unbind(pdev, data.as_ref()); in remove_callback()
195 /// Platform driver unbind.
205 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind() method
/linux/drivers/usb/gadget/
H A Dconfigfs.c61 bool unbind; member
497 * force an unbind, the function is available here and then we can in config_usb_cfg_unlink()
514 WARN(1, "Unable to locate function to unbind\n"); in config_usb_cfg_unlink()
1596 if (f->unbind) { in purge_configs_funcs()
1598 "unbind function '%s'/%p\n", in purge_configs_funcs()
1600 f->unbind(c, f); in purge_configs_funcs()
1699 gi->unbind = 0; in configfs_composite_bind()
1840 gi->unbind = 1; in configfs_composite_unbind()
1871 if (!cdev || gi->unbind) { in configfs_composite_setup()
1894 if (!cdev || gi->unbind) { in configfs_composite_disconnect()
[all...]
/linux/drivers/pci/endpoint/
H A Dpci-epf-core.c43 epf_vf->driver->ops->unbind(epf_vf); in pci_epf_unbind()
46 epf->driver->ops->unbind(epf); in pci_epf_unbind()
400 if (!driver->ops->bind || !driver->ops->unbind) in __pci_epf_register_driver()
/linux/drivers/gpu/drm/ci/xfails/
H A Di915-tgl-fails.txt22 sriov_basic@enable-vfs-bind-unbind-each-numvfs-all,Timeout

12345678910>>...12