Home
last modified time | relevance | path

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

12345678910>>...12

/linux/tools/testing/selftests/media_tests/
A Dmedia_dev_allocator.sh20 echo $MDEV > $MDRIVER/unbind;
29 echo $ADEV > $ADRIVER/unbind;
57 echo $MDEV > $MDRIVER/unbind;
71 echo $ADEV > $ADRIVER/unbind;
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/
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
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
A Dconfigfs-usb-gadget16 UDC bind a gadget to UDC/unbind a gadget;
18 to bind a gadget, empty string "" to unbind.
/linux/drivers/char/agp/
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()
/linux/include/linux/
A Dcomponent.h32 void (*unbind)(struct device *comp, struct device *master, member
82 void (*unbind)(struct device *master); member
/linux/drivers/gpu/drm/i915/gem/
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()
/linux/drivers/xen/
A 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/drivers/gpu/drm/mcde/
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/tools/testing/selftests/drivers/usb/usbip/
A Dusbip_test.sh105 src/usbip unbind -b $busid;
113 src/usbip unbind -b $busid;
/linux/drivers/net/usb/
A Dzaurus.c94 .unbind = usbnet_cdc_unbind,
104 .unbind = usbnet_cdc_unbind,
114 .unbind = usbnet_cdc_unbind,
A Dcdc_mbim.c555 .unbind = cdc_mbim_unbind,
579 .unbind = cdc_mbim_unbind,
598 .unbind = cdc_mbim_unbind,
613 .unbind = cdc_mbim_unbind,
A Dax88179_178a.c1733 .unbind = ax88179_unbind,
1746 .unbind = ax88179_unbind,
1759 .unbind = ax88179_unbind,
1772 .unbind = ax88179_unbind,
1785 .unbind = ax88179_unbind,
1798 .unbind = ax88179_unbind,
1811 .unbind = ax88179_unbind,
1824 .unbind = ax88179_unbind,
1837 .unbind = ax88179_unbind,
1850 .unbind = ax88179_unbind,
/linux/drivers/usb/gadget/
A Dconfigfs.c53 bool unbind; member
1275 if (f->unbind) { in purge_configs_funcs()
1279 f->unbind(c, f); in purge_configs_funcs()
1304 gi->unbind = 0; in configfs_composite_bind()
1448 gi->unbind = 1; in configfs_composite_unbind()
1477 if (!cdev || gi->unbind) { in configfs_composite_setup()
1500 if (!cdev || gi->unbind) { in configfs_composite_disconnect()
1522 if (!cdev || gi->unbind) { in configfs_composite_reset()
1544 if (!cdev || gi->unbind) { in configfs_composite_suspend()
1566 if (!cdev || gi->unbind) { in configfs_composite_resume()
[all …]
/linux/include/linux/usb/
A Dcomposite.h213 void (*unbind)(struct usb_configuration *, member
313 void (*unbind)(struct usb_configuration *); member
396 int (*unbind)(struct usb_composite_dev *); member
/linux/Documentation/driver-api/
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/
A Dvmwgfx_resource.c129 res->func->unbind != NULL) { in vmw_resource_release()
134 res->func->unbind(res, false, &val_buf); in vmw_resource_release()
668 if (unlikely(func->unbind != NULL && in vmw_resource_do_evict()
670 ret = func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_do_evict()
792 if (!WARN_ON_ONCE(!res->func->unbind)) in vmw_resource_unbind_list()
793 (void) res->func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_unbind_list()
/linux/Documentation/fb/
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/powerpc/eeh/
A Deeh-vf-unaware.sh22 echo "$vf" > /sys/bus/pci/devices/$vf/driver/unbind
/linux/drivers/pci/endpoint/
A Dpci-epf-core.c75 epf_vf->driver->ops->unbind(epf_vf); in pci_epf_unbind()
78 epf->driver->ops->unbind(epf); in pci_epf_unbind()
404 if (!driver->ops->bind || !driver->ops->unbind) in __pci_epf_register_driver()
/linux/arch/alpha/include/asm/
A Dagp_backend.h38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *); member
/linux/drivers/acpi/
A Dglue.c345 else if (adev->handler && adev->handler->unbind) in acpi_device_notify_remove()
346 adev->handler->unbind(dev); in acpi_device_notify_remove()
/linux/drivers/thermal/
A Dthermal_core.c759 goto unbind; in thermal_zone_unbind_cooling_device()
767 unbind: in thermal_zone_unbind_cooling_device()
1094 if (tz->ops->unbind) { in thermal_cooling_device_unregister()
1095 tz->ops->unbind(tz, cdev); in thermal_cooling_device_unregister()
1358 if (tz->ops->unbind) { in thermal_zone_device_unregister()
1359 tz->ops->unbind(tz, cdev); in thermal_zone_device_unregister()
/linux/net/netlink/
A Daf_netlink.h66 void (*unbind)(struct net *net, int group); member

Completed in 69 milliseconds

12345678910>>...12