| /linux/tools/testing/selftests/media_tests/ |
| H A 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;
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-bus-fsl-mc | 14 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
|
| H A D | sysfs-bus-vdpa | 31 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
|
| H A D | sysfs-class-devlink | 21 - '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
|
| H A D | configfs-usb-gadget | 16 UDC bind a gadget to UDC/unbind a gadget; 18 to bind a gadget, empty string "" to unbind.
|
| /linux/tools/testing/selftests/vfio/scripts/ |
| H A D | lib.sh | 22 function unbind() { function 23 write_to /sys/bus/pci/drivers/${2}/unbind ${1}
|
| H A D | cleanup.sh | 13 unbind ${device_bdf} vfio-pci
|
| H A D | setup.sh | 36 unbind ${device_bdf} ${driver}
|
| /linux/tools/testing/selftests/drivers/usb/usbip/ |
| H A D | usbip_test.sh | 105 src/usbip unbind -b $busid; 113 src/usbip unbind -b $busid;
|
| /linux/drivers/xen/ |
| H A D | evtchn.c | 523 struct ioctl_evtchn_unbind unbind; in evtchn_ioctl() local 527 if (copy_from_user(&unbind, uarg, sizeof(unbind))) in evtchn_ioctl() 531 if (unbind.port >= xen_evtchn_nr_channels()) in evtchn_ioctl() 535 evtchn = find_evtchn(u, unbind.port); in evtchn_ioctl() 539 disable_irq(irq_from_evtchn(unbind.port)); in evtchn_ioctl()
|
| /linux/drivers/gpu/drm/mcde/ |
| H A D | mcde_drv.c | 235 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/drivers/net/usb/ |
| H A D | zaurus.c | 94 .unbind = usbnet_cdc_unbind, 104 .unbind = usbnet_cdc_unbind, 114 .unbind = usbnet_cdc_unbind,
|
| H A D | ax88179_178a.c | 1713 .unbind = ax88179_unbind, 1726 .unbind = ax88179_unbind, 1739 .unbind = ax88179_unbind, 1752 .unbind = ax88179_unbind, 1765 .unbind = ax88179_unbind, 1778 .unbind = ax88179_unbind, 1791 .unbind = ax88179_unbind, 1804 .unbind = ax88179_unbind, 1817 .unbind = ax88179_unbind, 1830 .unbind = ax88179_unbind, [all …]
|
| H A 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/include/linux/usb/ |
| H A D | composite.h | 211 void (*unbind)(struct usb_configuration *, member 314 void (*unbind)(struct usb_configuration *); member 394 int (*unbind)(struct usb_composite_dev *); member
|
| /linux/Documentation/driver-api/ |
| H A 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/tools/testing/selftests/powerpc/eeh/ |
| H A D | eeh-vf-unaware.sh | 22 echo "$vf" > /sys/bus/pci/devices/$vf/driver/unbind
|
| /linux/drivers/usb/gadget/ |
| H A D | configfs.c | 61 bool unbind; member 1596 if (f->unbind) { in purge_configs_funcs() 1600 f->unbind(c, f); in purge_configs_funcs() 1699 gi->unbind = 0; in configfs_composite_bind() 1842 gi->unbind = 1; in configfs_composite_unbind() 1873 if (!cdev || gi->unbind) { in configfs_composite_setup() 1896 if (!cdev || gi->unbind) { in configfs_composite_disconnect() 1918 if (!cdev || gi->unbind) { in configfs_composite_reset() 1940 if (!cdev || gi->unbind) { in configfs_composite_suspend() 1962 if (!cdev || gi->unbind) { in configfs_composite_resume() [all …]
|
| /linux/arch/alpha/include/asm/ |
| H A D | agp_backend.h | 38 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *); member
|
| /linux/tools/testing/selftests/drivers/net/virtio_net/ |
| H A D | virtio_net_common.sh | 47 echo "$device" > /sys/bus/virtio/drivers/virtio_net/unbind
|
| /linux/net/netlink/ |
| H A D | af_netlink.h | 70 void (*unbind)(struct net *net, int group); member
|
| /linux/drivers/acpi/ |
| H A D | glue.c | 410 else if (adev->handler && adev->handler->unbind) in acpi_device_notify_remove() 411 adev->handler->unbind(dev); in acpi_device_notify_remove()
|
| /linux/rust/kernel/ |
| H A D | auxiliary.rs | 112 T::unbind(adev, data); in remove_callback() 218 fn unbind(dev: &Device<device::Core>, this: Pin<&Self>) { in unbind() method
|
| /linux/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_resource_priv.h | 97 int (*unbind) (struct vmw_resource *res, member
|
| /linux/drivers/usb/typec/ |
| H A D | port-mapper.c | 32 .unbind = typec_aggregate_unbind,
|