Home
last modified time | relevance | path

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

12345678910>>...13

/Linux-v6.6/tools/testing/selftests/media_tests/
Dmedia_dev_allocator.sh20 echo $MDEV > $MDRIVER/unbind;
29 echo $ADEV > $ADRIVER/unbind;
57 echo $MDEV > $MDRIVER/unbind;
71 echo $ADEV > $ADRIVER/unbind;
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-v6.6/Documentation/ABI/testing/
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
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
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
/Linux-v6.6/drivers/char/agp/
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()
/Linux-v6.6/include/linux/
Dcomponent.h32 void (*unbind)(struct device *comp, struct device *master, member
82 void (*unbind)(struct device *master); member
/Linux-v6.6/tools/testing/selftests/drivers/usb/usbip/
Dusbip_test.sh105 src/usbip unbind -b $busid;
113 src/usbip unbind -b $busid;
/Linux-v6.6/drivers/gpu/drm/mcde/
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,
/Linux-v6.6/drivers/gpu/drm/i915/gem/
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()
/Linux-v6.6/drivers/xen/
Devtchn.c517 struct ioctl_evtchn_unbind unbind; in evtchn_ioctl() local
521 if (copy_from_user(&unbind, uarg, sizeof(unbind))) in evtchn_ioctl()
525 if (unbind.port >= xen_evtchn_nr_channels()) in evtchn_ioctl()
529 evtchn = find_evtchn(u, unbind.port); in evtchn_ioctl()
533 disable_irq(irq_from_evtchn(unbind.port)); in evtchn_ioctl()
/Linux-v6.6/drivers/net/usb/
Dzaurus.c94 .unbind = usbnet_cdc_unbind,
104 .unbind = usbnet_cdc_unbind,
114 .unbind = usbnet_cdc_unbind,
Dax88179_178a.c1678 .unbind = ax88179_unbind,
1691 .unbind = ax88179_unbind,
1704 .unbind = ax88179_unbind,
1717 .unbind = ax88179_unbind,
1730 .unbind = ax88179_unbind,
1743 .unbind = ax88179_unbind,
1756 .unbind = ax88179_unbind,
1769 .unbind = ax88179_unbind,
1782 .unbind = ax88179_unbind,
1795 .unbind = ax88179_unbind,
[all …]
Dcdc_mbim.c556 .unbind = cdc_mbim_unbind,
580 .unbind = cdc_mbim_unbind,
599 .unbind = cdc_mbim_unbind,
614 .unbind = cdc_mbim_unbind,
/Linux-v6.6/include/linux/usb/
Dcomposite.h203 void (*unbind)(struct usb_configuration *, member
306 void (*unbind)(struct usb_configuration *); member
389 int (*unbind)(struct usb_composite_dev *); member
/Linux-v6.6/tools/testing/selftests/powerpc/eeh/
Deeh-vf-unaware.sh22 echo "$vf" > /sys/bus/pci/devices/$vf/driver/unbind
/Linux-v6.6/Documentation/driver-api/
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-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_resource.c130 res->func->unbind != NULL) { in vmw_resource_release()
135 res->func->unbind(res, false, &val_buf); in vmw_resource_release()
640 if (unlikely(func->unbind != NULL && in vmw_resource_do_evict()
642 ret = func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_do_evict()
764 if (!WARN_ON_ONCE(!res->func->unbind)) in vmw_resource_unbind_list()
765 (void) res->func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_unbind_list()
/Linux-v6.6/arch/alpha/include/asm/
Dagp_backend.h38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *); member
/Linux-v6.6/Documentation/fb/
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-v6.6/drivers/pci/endpoint/
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()
372 if (!driver->ops->bind || !driver->ops->unbind) in __pci_epf_register_driver()
/Linux-v6.6/drivers/usb/gadget/
Dconfigfs.c61 bool unbind; member
1582 if (f->unbind) { in purge_configs_funcs()
1586 f->unbind(c, f); in purge_configs_funcs()
1685 gi->unbind = 0; in configfs_composite_bind()
1826 gi->unbind = 1; in configfs_composite_unbind()
1857 if (!cdev || gi->unbind) { in configfs_composite_setup()
1880 if (!cdev || gi->unbind) { in configfs_composite_disconnect()
1902 if (!cdev || gi->unbind) { in configfs_composite_reset()
1924 if (!cdev || gi->unbind) { in configfs_composite_suspend()
1946 if (!cdev || gi->unbind) { in configfs_composite_resume()
[all …]
/Linux-v6.6/drivers/usb/typec/
Dport-mapper.c26 .unbind = typec_aggregate_unbind,
/Linux-v6.6/drivers/gpu/drm/ci/xfails/
Damdgpu-stoney-flakes.txt9 kms_atomic_transition@plane-use-after-nonblocking-unbind
/Linux-v6.6/net/netlink/
Daf_netlink.h72 void (*unbind)(struct net *net, int group); member

12345678910>>...13