/linux-4.4.14/drivers/media/v4l2-core/ |
D | v4l2-async.c | 117 if (notifier->unbind) in v4l2_async_test_notify() 118 notifier->unbind(notifier, sd, asd); in v4l2_async_test_notify() 225 if (notifier->unbind) in v4l2_async_notifier_unregister() 226 notifier->unbind(notifier, sd, sd->asd); in v4l2_async_notifier_unregister() 322 if (notifier->unbind) in v4l2_async_unregister_subdev() 323 notifier->unbind(notifier, sd, sd->asd); in v4l2_async_unregister_subdev()
|
/linux-4.4.14/include/linux/ |
D | component.h | 8 void (*unbind)(struct device *, struct device *, void *); member 22 void (*unbind)(struct device *); member
|
D | netlink.h | 52 void (*unbind)(struct net *net, int group); member
|
D | thermal.h | 98 int (*unbind) (struct thermal_zone_device *, member
|
/linux-4.4.14/drivers/char/agp/ |
D | compat_ioctl.c | 192 struct agp_unbind32 unbind; in compat_agpioc_unbind_wrap() local 195 if (copy_from_user(&unbind, arg, sizeof(unbind))) in compat_agpioc_unbind_wrap() 198 memory = agp_find_mem_by_key(unbind.key); in compat_agpioc_unbind_wrap()
|
D | alpha-agp.c | 114 status = agp->ops->unbind(agp, pg_start, mem); in alpha_core_agp_remove_memory()
|
D | frontend.c | 935 struct agp_unbind unbind; in agpioc_unbind_wrap() local 938 if (copy_from_user(&unbind, arg, sizeof(struct agp_unbind))) in agpioc_unbind_wrap() 941 memory = agp_find_mem_by_key(unbind.key); in agpioc_unbind_wrap()
|
/linux-4.4.14/drivers/gpu/drm/nouveau/ |
D | nouveau_sgdma.c | 56 .unbind = nv04_sgdma_unbind, 87 .unbind = nv50_sgdma_unbind,
|
/linux-4.4.14/drivers/xen/ |
D | evtchn.c | 506 struct ioctl_evtchn_unbind unbind; in evtchn_ioctl() local 510 if (copy_from_user(&unbind, uarg, sizeof(unbind))) in evtchn_ioctl() 514 if (unbind.port >= xen_evtchn_nr_channels()) in evtchn_ioctl() 518 evtchn = find_evtchn(u, unbind.port); in evtchn_ioctl() 522 disable_irq(irq_from_evtchn(unbind.port)); in evtchn_ioctl()
|
/linux-4.4.14/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 | 555 .unbind = cdc_mbim_unbind, 579 .unbind = cdc_mbim_unbind, 598 .unbind = cdc_mbim_unbind,
|
D | ax88179_178a.c | 1636 .unbind = ax88179_unbind, 1649 .unbind = ax88179_unbind, 1662 .unbind = ax88179_unbind, 1675 .unbind = ax88179_unbind, 1688 .unbind = ax88179_unbind, 1701 .unbind = ax88179_unbind,
|
D | asix_devices.c | 877 .unbind = ax88772_unbind, 889 .unbind = ax88772_unbind, 903 .unbind = ax88772_unbind, 925 .unbind = ax88772_unbind,
|
D | huawei_cdc_ncm.c | 183 .unbind = huawei_cdc_ncm_unbind,
|
D | cdc_ether.c | 439 .unbind = usbnet_cdc_unbind, 449 .unbind = usbnet_cdc_unbind,
|
D | rndis_host.c | 593 .unbind = rndis_unbind, 604 .unbind = rndis_unbind,
|
D | lg-vl600.c | 323 .unbind = vl600_unbind,
|
D | cx82310_eth.c | 316 .unbind = cx82310_unbind,
|
D | ax88172a.c | 416 .unbind = ax88172a_unbind,
|
D | usbnet.c | 1560 if (dev->driver_info->unbind) in usbnet_disconnect() 1561 dev->driver_info->unbind (dev, intf); in usbnet_disconnect() 1766 if (info->unbind) in usbnet_probe() 1767 info->unbind (dev, udev); in usbnet_probe()
|
D | cdc_ncm.c | 1552 .unbind = cdc_ncm_unbind, 1565 .unbind = cdc_ncm_unbind, 1578 .unbind = cdc_ncm_unbind,
|
D | qmi_wwan.c | 379 .unbind = qmi_wwan_unbind,
|
D | sierra_net.c | 910 .unbind = sierra_net_unbind,
|
D | smsc95xx.c | 1905 .unbind = smsc95xx_unbind,
|
D | smsc75xx.c | 2239 .unbind = smsc75xx_unbind,
|
/linux-4.4.14/include/linux/usb/ |
D | composite.h | 204 void (*unbind)(struct usb_configuration *, member 300 void (*unbind)(struct usb_configuration *); member 382 int (*unbind)(struct usb_composite_dev *); member
|
D | usbnet.h | 125 void (*unbind)(struct usbnet *, struct usb_interface *); member
|
D | gadget.h | 1065 void (*unbind)(struct usb_gadget *); member
|
/linux-4.4.14/arch/alpha/include/asm/ |
D | agp_backend.h | 37 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *); member
|
/linux-4.4.14/Documentation/console/ |
D | console.txt | 45 read, or acts to bind or unbind the driver to the virtual consoles 49 to unbind 60 commanded to bind or unbind 68 directly commanded to bind or unbind.
|
/linux-4.4.14/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource_priv.h | 79 int (*unbind) (struct vmw_resource *res, member
|
D | vmwgfx_resource.c | 70 .unbind = NULL 134 res->func->unbind != NULL) { in vmw_resource_release() 139 res->func->unbind(res, false, &val_buf); in vmw_resource_release() 1343 if (unlikely(func->unbind != NULL && in vmw_resource_do_evict() 1345 ret = func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_do_evict() 1506 if (unlikely(res->func->unbind == NULL)) in vmw_resource_move_notify() 1509 (void) res->func->unbind(res, true, &val_buf); in vmw_resource_move_notify()
|
D | vmwgfx_context.c | 83 .unbind = NULL 95 .unbind = vmw_gb_context_unbind 107 .unbind = vmw_dx_context_unbind
|
D | vmwgfx_shader.c | 102 .unbind = vmw_gb_shader_unbind 119 .unbind = vmw_dx_shader_unbind,
|
D | vmwgfx_cotable.c | 123 .unbind = vmw_cotable_unbind,
|
D | vmwgfx_buffer.c | 688 .unbind = vmw_ttm_unbind,
|
D | vmwgfx_surface.c | 106 .unbind = &vmw_legacy_srf_unbind 118 .unbind = vmw_gb_surface_unbind
|
/linux-4.4.14/Documentation/fb/ |
D | fbcon.txt | 161 Assuming the VGA driver can be unloaded, one must first unbind the VGA driver 174 So to unload the fbdev drivers, one must first unbind fbcon from the console, 175 then unbind the fbdev drivers from fbcon. Fortunately, unbinding fbcon from 176 the console layer will automatically unbind framebuffer drivers from 177 fbcon. Thus, there is no need to explicitly unbind the fbdev drivers from 180 So, how do we unbind fbcon from the console? Part of the answer is in 278 Here are 2 sample bash scripts that you can use to bind or unbind the
|
/linux-4.4.14/include/media/ |
D | v4l2-async.h | 89 void (*unbind)(struct v4l2_async_notifier *notifier, member
|
/linux-4.4.14/Documentation/ABI/testing/ |
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-platform | 14 automatically unbind the device from its current driver or make
|
D | sysfs-bus-amba | 13 Writing to driver_override does not automatically unbind the
|
D | sysfs-bus-pci | 14 What: /sys/bus/pci/drivers/.../unbind 19 driver to attempt to unbind from the device found at 24 # echo 0000:00:19.0 > /sys/bus/pci/drivers/foo/unbind 276 Writing to driver_override does not automatically unbind the
|
/linux-4.4.14/net/netlink/ |
D | af_netlink.h | 81 void (*unbind)(struct net *net, int group); member
|
D | af_netlink.c | 1213 void (*unbind)(struct net *net, int group); in netlink_create() local 1239 unbind = nl_table[protocol].unbind; in netlink_create() 1256 nlk->netlink_unbind = unbind; in netlink_create() 1331 nl_table[sk->sk_protocol].unbind = NULL; in netlink_release() 2669 nl_table[unit].unbind = cfg->unbind; in __netlink_kernel_create()
|
D | genetlink.c | 1050 .unbind = genl_unbind, in genl_pernet_init()
|
/linux-4.4.14/drivers/usb/gadget/ |
D | composite.c | 256 if (f->unbind) in usb_remove_function() 257 f->unbind(c, f); in usb_remove_function() 810 if (f->unbind) { in usb_add_config() 813 f->unbind(config, f); in usb_add_config() 862 if (f->unbind) { in remove_config() 864 f->unbind(config, f); in remove_config() 869 if (config->unbind) { in remove_config() 871 config->unbind(config); in remove_config() 1913 if (cdev->driver->unbind && unbind_driver) in __composite_unbind() 1914 cdev->driver->unbind(cdev); in __composite_unbind() [all …]
|
D | configfs.c | 1221 if (f->unbind) { in purge_configs_funcs() 1224 f->unbind(c, f); in purge_configs_funcs() 1397 .unbind = configfs_composite_unbind, 1439 gi->composite.unbind = configfs_do_nothing; in gadgets_make()
|
/linux-4.4.14/drivers/acpi/ |
D | glue.c | 349 else if (adev->handler && adev->handler->unbind) in acpi_platform_notify_remove() 350 adev->handler->unbind(dev); in acpi_platform_notify_remove()
|
D | acpi_lpss.c | 752 .unbind = acpi_lpss_unbind,
|
D | thermal.c | 873 .unbind = acpi_thermal_unbind_cooling_device,
|
/linux-4.4.14/drivers/gpu/drm/ttm/ |
D | ttm_agp_backend.c | 109 .unbind = ttm_agp_unbind,
|
D | ttm_tt.c | 259 ret = ttm->func->unbind(ttm); in ttm_tt_unbind()
|
/linux-4.4.14/drivers/usb/gadget/udc/ |
D | udc-core.c | 450 udc->driver->unbind(udc->gadget); in usb_gadget_remove_driver() 506 driver->unbind(udc->gadget); in udc_bind_to_driver() 579 if (!driver || !driver->unbind) in usb_gadget_unregister_driver()
|
/linux-4.4.14/drivers/usb/gadget/legacy/ |
D | ncm.c | 208 .unbind = gncm_unbind,
|
D | gmidi.c | 192 .unbind = midi_unbind,
|
D | printer.c | 217 .unbind = printer_unbind,
|
D | cdc2.c | 234 .unbind = cdc_unbind,
|
D | acm_ms.c | 260 .unbind = acm_ms_unbind,
|
D | mass_storage.c | 251 .unbind = msg_unbind,
|
D | serial.c | 243 .unbind = gs_unbind,
|
D | hid.c | 264 .unbind = hid_unbind,
|
D | audio.c | 304 .unbind = audio_unbind,
|
D | ether.c | 479 .unbind = eth_unbind,
|
D | zero.c | 410 .unbind = zero_unbind,
|
D | nokia.c | 433 .unbind = nokia_unbind,
|
D | webcam.c | 431 .unbind = webcam_unbind,
|
D | multi.c | 491 .unbind = multi_unbind,
|
D | dbgp.c | 399 .unbind = dbgp_unbind,
|
D | g_ffs.c | 158 .unbind = gfs_unbind,
|
D | inode.c | 1689 .unbind = gadgetfs_unbind, 1714 .unbind = gadgetfs_nop,
|
D | tcm_usb_gadget.c | 2164 fu->function.unbind = usbg_unbind; in usbg_cfg_bind() 2213 .unbind = guas_unbind,
|
/linux-4.4.14/drivers/usb/atm/ |
D | usbatm.h | 98 void (*unbind) (struct usbatm_data *, struct usb_interface *); member
|
D | usbatm.c | 1206 if (instance->driver->unbind) in usbatm_usb_probe() 1207 instance->driver->unbind(instance, intf); in usbatm_usb_probe() 1270 if (instance->driver->unbind) in usbatm_usb_disconnect() 1271 instance->driver->unbind(instance, intf); in usbatm_usb_disconnect()
|
D | xusbatm.c | 210 xusbatm_drivers[i].unbind = xusbatm_unbind; in xusbatm_init()
|
D | speedtch.c | 948 .unbind = speedtch_unbind,
|
D | cxacru.c | 1343 .unbind = cxacru_unbind,
|
D | ueagle-atm.c | 2633 .unbind = uea_unbind,
|
/linux-4.4.14/Documentation/spi/ |
D | spidev | 57 If you unbind the "spidev" driver from that device, those two "spidev" nodes 59 kernel and by udev/mdev). You can unbind by removing the "spidev" driver 60 module, which will affect all devices using this driver. You can also unbind
|
/linux-4.4.14/drivers/base/ |
D | component.c | 219 master->ops->unbind(master->dev); in take_down_master() 358 component->ops->unbind(component->dev, master->dev, data); in component_unbind()
|
D | bus.c | 201 static DRIVER_ATTR_WO(unbind);
|
/linux-4.4.14/drivers/gpu/drm/vc4/ |
D | vc4_hvs.c | 137 .unbind = vc4_hvs_unbind,
|
D | vc4_drv.c | 224 .unbind = vc4_drm_unbind,
|
D | vc4_hdmi.c | 564 .unbind = vc4_hdmi_unbind,
|
D | vc4_crtc.c | 652 .unbind = vc4_crtc_unbind,
|
/linux-4.4.14/sound/hda/ |
D | hdac_i915.c | 164 .unbind = hdac_component_master_unbind,
|
/linux-4.4.14/Documentation/thermal/ |
D | sysfs-api.txt | 50 .unbind: unbind the thermal zone device with a thermal cooling device. 73 unbind all the thermal cooling devices it uses. 93 unbind itself from all the thermal zone devices using it. 119 This interface function unbind a thermal cooling device from the certain 121 the thermal zone device .unbind callback.
|
/linux-4.4.14/drivers/gpu/drm/msm/edp/ |
D | edp.c | 104 .unbind = edp_unbind,
|
/linux-4.4.14/drivers/gpu/drm/imx/ |
D | dw_hdmi-imx.c | 267 .unbind = dw_hdmi_imx_unbind,
|
D | parallel-display.c | 281 .unbind = imx_pd_unbind,
|
D | ipuv3-crtc.c | 450 .unbind = ipu_drm_unbind,
|
D | imx-drm-core.c | 536 .unbind = imx_drm_unbind,
|
D | imx-tve.c | 706 .unbind = imx_tve_unbind,
|
D | imx-ldb.c | 662 .unbind = imx_ldb_unbind,
|
/linux-4.4.14/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 311 .unbind = dw_hdmi_rockchip_unbind,
|
D | rockchip_drm_drv.c | 481 .unbind = rockchip_drm_unbind,
|
D | rockchip_drm_vop.c | 1754 .unbind = vop_unbind,
|
/linux-4.4.14/drivers/gpu/drm/sti/ |
D | sti_drv.c | 241 .unbind = sti_unbind,
|
D | sti_compositor.c | 161 .unbind = sti_compositor_unbind,
|
D | sti_dvo.c | 476 .unbind = sti_dvo_unbind,
|
D | sti_tvout.c | 673 .unbind = sti_tvout_unbind,
|
D | sti_hda.c | 707 .unbind = sti_hda_unbind,
|
D | sti_hdmi.c | 763 .unbind = sti_hdmi_unbind,
|
D | sti_hqvdp.c | 1015 .unbind = sti_hqvdp_unbind,
|
/linux-4.4.14/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 146 .unbind = dsi_unbind,
|
/linux-4.4.14/drivers/thermal/ |
D | thermal_core.c | 1397 goto unbind; in thermal_zone_unbind_cooling_device() 1405 unbind: in thermal_zone_unbind_cooling_device() 1587 if (tz->ops->unbind) { in thermal_cooling_device_unregister() 1588 tz->ops->unbind(tz, cdev); in thermal_cooling_device_unregister() 1987 if (tz->ops->unbind) { in thermal_zone_device_unregister() 1988 tz->ops->unbind(tz, cdev); in thermal_zone_device_unregister()
|
D | db8500_thermal.c | 215 .unbind = db8500_cdev_unbind,
|
D | imx_thermal.c | 337 .unbind = imx_unbind,
|
D | of-thermal.c | 394 .unbind = of_thermal_unbind,
|
/linux-4.4.14/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 268 .unbind = adreno_unbind,
|
/linux-4.4.14/Documentation/usb/ |
D | power-management.txt | 341 closest you can come is to unbind the interfaces' drivers. 604 need to unbind the interface drivers before the usb_device will suspend. An 606 to unbind interface drivers, not the driver of the parent usb device. Also, 627 $prefix/3-1:1.0/3-1-port1/device/3-1.1:<intf0>/driver/unbind 628 $prefix/3-1:1.0/3-1-port1/device/3-1.1:<intf1>/driver/unbind 630 $prefix/3-1:1.0/3-1-port1/device/3-1.1:<intfN>/driver/unbind 736 <child>/driver/unbind: 739 wakeup-capability for an interface device is to unbind
|
/linux-4.4.14/drivers/gpu/drm/armada/ |
D | armada_drv.c | 268 .unbind = armada_drm_unbind,
|
D | armada_crtc.c | 1300 .unbind = armada_lcd_unbind,
|
/linux-4.4.14/drivers/usb/gadget/function/ |
D | f_serial.c | 350 gser->port.func.unbind = gser_unbind; in gser_alloc()
|
D | f_subset.c | 500 geth->port.func.unbind = geth_unbind; in geth_alloc()
|
D | f_obex.c | 482 obex->port.func.unbind = obex_unbind; in obex_alloc()
|
D | f_eem.c | 635 eem->port.func.unbind = eem_unbind; in eem_alloc()
|
D | f_phonet.c | 688 fp->function.unbind = pn_unbind; in phonet_alloc()
|
D | f_acm.c | 752 acm->port.func.unbind = acm_unbind; in acm_alloc_func()
|
D | f_ecm.c | 944 ecm->port.func.unbind = ecm_unbind; in ecm_alloc()
|
D | f_rndis.c | 985 rndis->port.func.unbind = rndis_unbind; in rndis_alloc()
|
D | f_uvc.c | 914 uvc->func.unbind = uvc_unbind; in uvc_alloc()
|
D | f_uac1.c | 966 audio->card.func.unbind = f_audio_unbind; in f_audio_alloc()
|
D | f_hid.c | 954 hidg->func.unbind = hidg_unbind; in hidg_alloc()
|
D | f_midi.c | 1156 midi->func.unbind = f_midi_unbind; in f_midi_alloc()
|
D | f_printer.c | 1405 dev->function.unbind = printer_func_unbind; in gprinter_alloc()
|
D | f_ncm.c | 1601 ncm->port.func.unbind = ncm_unbind; in ncm_alloc()
|
D | f_uac2.c | 1592 agdev->func.unbind = afunc_unbind; in afunc_alloc()
|
D | f_mass_storage.c | 3527 fsg->function.unbind = fsg_unbind; in fsg_alloc()
|
D | f_fs.c | 3268 func->function.unbind = ffs_func_unbind; in ffs_alloc()
|
/linux-4.4.14/include/drm/ttm/ |
D | ttm_bo_driver.h | 67 int (*unbind) (struct ttm_tt *ttm); member
|
/linux-4.4.14/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 298 .unbind = ti_thermal_unbind,
|
/linux-4.4.14/drivers/video/fbdev/omap2/dss/ |
D | sdi.c | 381 .unbind = sdi_unbind,
|
D | dpi.c | 816 .unbind = dpi_unbind,
|
D | hdmi5.c | 814 .unbind = hdmi5_unbind,
|
D | hdmi4.c | 778 .unbind = hdmi4_unbind,
|
D | venc.c | 940 .unbind = venc_unbind,
|
D | rfbi.c | 1023 .unbind = rfbi_unbind,
|
D | dss.c | 1215 .unbind = dss_unbind,
|
D | dispc.c | 4054 .unbind = dispc_unbind,
|
D | dsi.c | 5512 .unbind = dsi_unbind,
|
/linux-4.4.14/drivers/platform/x86/ |
D | acerhdf.c | 488 .unbind = acerhdf_unbind,
|
/linux-4.4.14/tools/usb/usbip/ |
D | README | 53 - Use `usbip unbind --busid 1-2' to stop exporting the device.
|
/linux-4.4.14/drivers/gpu/drm/virtio/ |
D | virtgpu_ttm.c | 324 .unbind = &virtio_gpu_ttm_backend_unbind,
|
/linux-4.4.14/drivers/gpu/drm/exynos/ |
D | exynos_drm_vidi.c | 497 .unbind = vidi_unbind,
|
D | exynos_drm_drv.c | 611 .unbind = exynos_drm_unbind,
|
D | exynos5433_drm_decon.c | 551 .unbind = decon_unbind,
|
D | exynos7_drm_decon.c | 732 .unbind = decon_unbind,
|
D | exynos_drm_fimd.c | 995 .unbind = fimd_unbind,
|
D | exynos_dp_core.c | 1340 .unbind = exynos_dp_unbind,
|
D | exynos_mixer.c | 1244 .unbind = mixer_unbind,
|
D | exynos_hdmi.c | 1816 .unbind = hdmi_unbind,
|
D | exynos_drm_dsi.c | 1866 .unbind = exynos_dsi_unbind,
|
/linux-4.4.14/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 293 .unbind = &qxl_ttm_backend_unbind,
|
/linux-4.4.14/include/acpi/ |
D | acpi_bus.h | 136 void (*unbind)(struct device *phys_dev); member
|
/linux-4.4.14/drivers/gpu/drm/msm/hdmi/ |
D | hdmi.c | 518 .unbind = hdmi_unbind,
|
/linux-4.4.14/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.c | 644 .unbind = tilcdc_unbind,
|
/linux-4.4.14/Documentation/driver-model/ |
D | driver.txt | 169 remove is called to unbind a driver from a device. This may be
|
/linux-4.4.14/arch/alpha/kernel/ |
D | core_titan.c | 722 .unbind = titan_agp_unbind_memory,
|
D | core_marvel.c | 1057 .unbind = marvel_agp_unbind_memory,
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_audio.c | 755 .unbind = i915_audio_component_unbind,
|
/linux-4.4.14/Documentation/ |
D | vfio.txt | 92 are allowed (it's also sufficient to only unbind the device from 135 # echo 0000:06:0d.0 > /sys/bus/pci/devices/0000:06:0d.0/driver/unbind
|
/linux-4.4.14/drivers/usb/core/ |
D | hub.c | 5564 int unbind = 0; in usb_reset_device() local 5569 unbind = (drv->pre_reset)(cintf); in usb_reset_device() 5572 unbind = 1; in usb_reset_device() 5573 if (unbind) in usb_reset_device()
|
/linux-4.4.14/Documentation/networking/ |
D | cdc_mbim.txt | 33 unbind/bind is required to make the change effective for NCM/MBIM
|
/linux-4.4.14/drivers/gpu/drm/msm/ |
D | msm_drv.c | 1084 .unbind = msm_drm_unbind,
|
/linux-4.4.14/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 1569 sasc->notifier.unbind = soc_camera_async_unbind; in scan_async_group() 1668 sasc->notifier.unbind = soc_camera_async_unbind; in soc_of_bind()
|
/linux-4.4.14/drivers/net/wireless/ |
D | rndis_wlan.c | 3595 .unbind = rndis_wlan_unbind, 3610 .unbind = rndis_wlan_unbind, 3625 .unbind = rndis_wlan_unbind,
|
/linux-4.4.14/Documentation/cgroups/ |
D | cgroups.txt | 214 cgroup hierarchy, or to unbind a subsystem from an active cgroup 386 the ability to arbitrarily bind/unbind subsystems from an existing
|
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ttm.c | 643 .unbind = &amdgpu_ttm_backend_unbind,
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 673 .unbind = &radeon_ttm_backend_unbind,
|
/linux-4.4.14/Documentation/i2c/ |
D | writing-clients | 146 those devices, and a remove() method to unbind.
|
/linux-4.4.14/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 1482 .unbind = tda998x_unbind,
|
/linux-4.4.14/Documentation/isdn/ |
D | README | 531 "isdnctrl unbind <InterfaceName>"
|
/linux-4.4.14/Documentation/video4linux/ |
D | v4l2-framework.txt | 439 called. When a subdevice is removed from the system the .unbind() method is
|