Home
last modified time | relevance | path

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

1234567891011

/Linux-v4.19/tools/testing/selftests/media_tests/
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-v4.19/Documentation/ABI/testing/
Dsysfs-bus-fsl-mc12 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
Dconfigfs-usb-gadget15 UDC - bind a gadget to UDC/unbind a gadget;
17 to bind a gadget, empty string "" to unbind.
Dsysfs-bus-amba13 Writing to driver_override does not automatically unbind the
/Linux-v4.19/include/linux/
Dcomponent.h12 void (*unbind)(struct device *comp, struct device *master, member
26 void (*unbind)(struct device *master); member
Dpci-epf.h63 void (*unbind)(struct pci_epf *epf); member
/Linux-v4.19/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-v4.19/tools/testing/selftests/drivers/usb/usbip/
Dusbip_test.sh105 src/usbip unbind -b $busid;
113 src/usbip unbind -b $busid;
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_sgdma.c59 .unbind = nv04_sgdma_unbind,
80 .unbind = nv04_sgdma_unbind,
/Linux-v4.19/drivers/net/usb/
Dzaurus.c106 .unbind = usbnet_cdc_unbind,
116 .unbind = usbnet_cdc_unbind,
126 .unbind = usbnet_cdc_unbind,
Dcdc_mbim.c556 .unbind = cdc_mbim_unbind,
580 .unbind = cdc_mbim_unbind,
599 .unbind = cdc_mbim_unbind,
614 .unbind = cdc_mbim_unbind,
/Linux-v4.19/drivers/xen/
Devtchn.c544 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/
Dvmwgfx_resource.c85 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()
Dvmwgfx_resource_priv.h81 int (*unbind) (struct vmw_resource *res, member
Dvmwgfx_va.c90 .unbind = NULL
/Linux-v4.19/include/linux/usb/
Dcomposite.h213 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/
Dagp_backend.h38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *); member
/Linux-v4.19/Documentation/console/
Dconsole.txt46 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/
Dfbcon.txt176 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/
Dv4l2-async.h115 void (*unbind)(struct v4l2_async_notifier *notifier, member
/Linux-v4.19/net/netlink/
Daf_netlink.h65 void (*unbind)(struct net *net, int group); member
/Linux-v4.19/drivers/pci/endpoint/
Dpci-epf-core.c58 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/
Dttm_tt.h73 int (*unbind) (struct ttm_tt *ttm); member
/Linux-v4.19/drivers/acpi/
Dglue.c357 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/
Dsun6i_drc.c86 .unbind = sun6i_drc_unbind,

1234567891011