/Linux-v5.4/tools/testing/selftests/media_tests/ |
D | media_dev_allocator.sh | 20 echo $MDEV > $MDRIVER/unbind; 29 echo $ADEV > $ADRIVER/unbind; 57 echo $MDEV > $MDRIVER/unbind; 71 echo $ADEV > $ADRIVER/unbind;
|
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-v5.4/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.
|
/Linux-v5.4/include/linux/ |
D | component.h | 32 void (*unbind)(struct device *comp, struct device *master, member 82 void (*unbind)(struct device *master); member
|
/Linux-v5.4/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-v5.4/tools/testing/selftests/drivers/usb/usbip/ |
D | usbip_test.sh | 105 src/usbip unbind -b $busid; 113 src/usbip unbind -b $busid;
|
/Linux-v5.4/drivers/gpu/drm/nouveau/ |
D | nouveau_sgdma.c | 59 .unbind = nv04_sgdma_unbind, 80 .unbind = nv04_sgdma_unbind,
|
/Linux-v5.4/drivers/net/usb/ |
D | zaurus.c | 94 .unbind = usbnet_cdc_unbind, 104 .unbind = usbnet_cdc_unbind, 114 .unbind = usbnet_cdc_unbind,
|
D | cdc_mbim.c | 554 .unbind = cdc_mbim_unbind, 578 .unbind = cdc_mbim_unbind, 597 .unbind = cdc_mbim_unbind, 612 .unbind = cdc_mbim_unbind,
|
/Linux-v5.4/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-v5.4/drivers/gpu/drm/mcde/ |
D | mcde_drv.c | 279 goto unbind; in mcde_drm_bind() 283 goto unbind; in mcde_drm_bind() 287 unbind: in mcde_drm_bind() 303 .unbind = mcde_drm_unbind,
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource.c | 113 res->func->unbind != NULL) { in vmw_resource_release() 118 res->func->unbind(res, false, &val_buf); in vmw_resource_release() 604 if (unlikely(func->unbind != NULL && in vmw_resource_do_evict() 606 ret = func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_do_evict() 724 if (!res->func->unbind) in vmw_resource_unbind_list() 727 (void) res->func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_unbind_list()
|
D | vmwgfx_resource_priv.h | 88 int (*unbind) (struct vmw_resource *res, member
|
D | vmwgfx_va.c | 90 .unbind = NULL
|
/Linux-v5.4/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-v5.4/drivers/usb/gadget/ |
D | configfs.c | 65 bool unbind; member 1220 if (f->unbind) { in purge_configs_funcs() 1224 f->unbind(c, f); in purge_configs_funcs() 1249 gi->unbind = 0; in configfs_composite_bind() 1389 gi->unbind = 1; in configfs_composite_unbind() 1418 if (!cdev || gi->unbind) { in configfs_composite_setup() 1441 if (!cdev || gi->unbind) { in configfs_composite_disconnect() 1463 if (!cdev || gi->unbind) { in configfs_composite_suspend() 1485 if (!cdev || gi->unbind) { in configfs_composite_resume() 1496 .unbind = configfs_composite_unbind, [all …]
|
/Linux-v5.4/Documentation/driver-api/ |
D | console.rst | 50 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-v5.4/arch/alpha/include/asm/ |
D | agp_backend.h | 38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *); member
|
/Linux-v5.4/Documentation/fb/ |
D | fbcon.rst | 187 Assuming the VGA driver can be unloaded, one must first unbind the VGA driver 200 So to unload the fbdev drivers, one must first unbind fbcon from the console, 201 then unbind the fbdev drivers from fbcon. Fortunately, unbinding fbcon from 202 the console layer will automatically unbind framebuffer drivers from 203 fbcon. Thus, there is no need to explicitly unbind the fbdev drivers from 206 So, how do we unbind fbcon from the console? Part of the answer is in 304 Here are 2 sample bash scripts that you can use to bind or unbind the
|
/Linux-v5.4/net/netlink/ |
D | af_netlink.h | 66 void (*unbind)(struct net *net, int group); member
|
/Linux-v5.4/include/media/ |
D | v4l2-async.h | 112 void (*unbind)(struct v4l2_async_notifier *notifier, member
|
/Linux-v5.4/drivers/pci/endpoint/ |
D | pci-epf-core.c | 58 epf->driver->ops->unbind(epf); in pci_epf_unbind() 217 if (!driver->ops->bind || !driver->ops->unbind || !driver->ops->linkup) in __pci_epf_register_driver()
|
/Linux-v5.4/include/drm/ttm/ |
D | ttm_tt.h | 73 int (*unbind) (struct ttm_tt *ttm); member
|
/Linux-v5.4/drivers/acpi/ |
D | glue.c | 356 else if (adev->handler && adev->handler->unbind) in acpi_device_notify_remove() 357 adev->handler->unbind(dev); in acpi_device_notify_remove()
|