/Linux-v4.19/tools/testing/selftests/media_tests/ |
D | regression_test.txt | 8 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-v4.19/Documentation/ABI/testing/ |
D | sysfs-bus-fsl-mc | 12 What: /sys/bus/fsl-mc/drivers/.../unbind 17 driver to attempt to unbind from the device found at 21 # echo dpni.2 > /sys/bus/fsl-mc/drivers/fsl_dpaa2_eth/unbind
|
D | configfs-usb-gadget | 15 UDC - bind a gadget to UDC/unbind a gadget; 17 to bind a gadget, empty string "" to unbind.
|
D | sysfs-bus-amba | 13 Writing to driver_override does not automatically unbind the
|
/Linux-v4.19/include/linux/ |
D | component.h | 12 void (*unbind)(struct device *comp, struct device *master, member 26 void (*unbind)(struct device *master); member
|
D | pci-epf.h | 63 void (*unbind)(struct pci_epf *epf); member
|
/Linux-v4.19/drivers/char/agp/ |
D | compat_ioctl.c | 196 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-v4.19/tools/testing/selftests/drivers/usb/usbip/ |
D | usbip_test.sh | 105 src/usbip unbind -b $busid; 113 src/usbip unbind -b $busid;
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_sgdma.c | 59 .unbind = nv04_sgdma_unbind, 80 .unbind = nv04_sgdma_unbind,
|
/Linux-v4.19/drivers/net/usb/ |
D | zaurus.c | 106 .unbind = usbnet_cdc_unbind, 116 .unbind = usbnet_cdc_unbind, 126 .unbind = usbnet_cdc_unbind,
|
D | cdc_mbim.c | 556 .unbind = cdc_mbim_unbind, 580 .unbind = cdc_mbim_unbind, 599 .unbind = cdc_mbim_unbind, 614 .unbind = cdc_mbim_unbind,
|
/Linux-v4.19/drivers/xen/ |
D | evtchn.c | 544 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()
|
/Linux-v4.19/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 85 res->func->unbind != NULL) { in vmw_resource_release() 90 res->func->unbind(res, false, &val_buf); in vmw_resource_release() 570 if (unlikely(func->unbind != NULL && in vmw_resource_do_evict() 572 ret = func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_do_evict() 687 if (!res->func->unbind) in vmw_resource_unbind_list() 690 (void) res->func->unbind(res, true, &val_buf); in vmw_resource_unbind_list()
|
D | vmwgfx_resource_priv.h | 81 int (*unbind) (struct vmw_resource *res, member
|
D | vmwgfx_va.c | 90 .unbind = NULL
|
/Linux-v4.19/include/linux/usb/ |
D | composite.h | 213 void (*unbind)(struct usb_configuration *, member 310 void (*unbind)(struct usb_configuration *); member 393 int (*unbind)(struct usb_composite_dev *); member
|
/Linux-v4.19/arch/alpha/include/asm/ |
D | agp_backend.h | 38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *); member
|
/Linux-v4.19/Documentation/console/ |
D | console.txt | 46 read, or acts to bind or unbind the driver to the virtual consoles 50 to unbind 61 commanded to bind or unbind 69 directly commanded to bind or unbind.
|
/Linux-v4.19/Documentation/fb/ |
D | fbcon.txt | 176 Assuming the VGA driver can be unloaded, one must first unbind the VGA driver 189 So to unload the fbdev drivers, one must first unbind fbcon from the console, 190 then unbind the fbdev drivers from fbcon. Fortunately, unbinding fbcon from 191 the console layer will automatically unbind framebuffer drivers from 192 fbcon. Thus, there is no need to explicitly unbind the fbdev drivers from 195 So, how do we unbind fbcon from the console? Part of the answer is in 293 Here are 2 sample bash scripts that you can use to bind or unbind the
|
/Linux-v4.19/include/media/ |
D | v4l2-async.h | 115 void (*unbind)(struct v4l2_async_notifier *notifier, member
|
/Linux-v4.19/net/netlink/ |
D | af_netlink.h | 65 void (*unbind)(struct net *net, int group); member
|
/Linux-v4.19/drivers/pci/endpoint/ |
D | pci-epf-core.c | 58 epf->driver->ops->unbind(epf); in pci_epf_unbind() 209 if (!driver->ops->bind || !driver->ops->unbind || !driver->ops->linkup) in __pci_epf_register_driver()
|
/Linux-v4.19/include/drm/ttm/ |
D | ttm_tt.h | 73 int (*unbind) (struct ttm_tt *ttm); member
|
/Linux-v4.19/drivers/acpi/ |
D | glue.c | 357 else if (adev->handler && adev->handler->unbind) in acpi_platform_notify_remove() 358 adev->handler->unbind(dev); in acpi_platform_notify_remove()
|
/Linux-v4.19/drivers/gpu/drm/sun4i/ |
D | sun6i_drc.c | 86 .unbind = sun6i_drc_unbind,
|