/linux-4.1.27/drivers/media/v4l2-core/ |
D | v4l2-async.c | 110 if (notifier->unbind) in v4l2_async_test_notify() 111 notifier->unbind(notifier, sd, asd); in v4l2_async_test_notify() 218 if (notifier->unbind) in v4l2_async_notifier_unregister() 219 notifier->unbind(notifier, sd, sd->asd); in v4l2_async_notifier_unregister() 307 if (notifier->unbind) in v4l2_async_unregister_subdev() 308 notifier->unbind(notifier, sd, sd->asd); in v4l2_async_unregister_subdev()
|
/linux-4.1.27/include/linux/ |
D | component.h | 8 void (*unbind)(struct device *, struct device *, void *); member 22 void (*unbind)(struct device *); member
|
D | netlink.h | 50 void (*unbind)(struct net *net, int group); member
|
D | thermal.h | 90 int (*unbind) (struct thermal_zone_device *, member
|
/linux-4.1.27/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.1.27/drivers/xen/ |
D | evtchn.c | 412 struct ioctl_evtchn_unbind unbind; in evtchn_ioctl() local 416 if (copy_from_user(&unbind, uarg, sizeof(unbind))) in evtchn_ioctl() 420 if (unbind.port >= xen_evtchn_nr_channels()) in evtchn_ioctl() 424 evtchn = find_evtchn(u, unbind.port); in evtchn_ioctl() 428 disable_irq(irq_from_evtchn(unbind.port)); in evtchn_ioctl()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_sgdma.c | 56 .unbind = nv04_sgdma_unbind, 87 .unbind = nv50_sgdma_unbind,
|
/linux-4.1.27/drivers/net/usb/ |
D | zaurus.c | 106 .unbind = usbnet_cdc_unbind, 116 .unbind = usbnet_cdc_unbind, 126 .unbind = usbnet_cdc_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 | 180 .unbind = huawei_cdc_ncm_unbind,
|
D | cdc_mbim.c | 555 .unbind = cdc_mbim_unbind, 579 .unbind = cdc_mbim_unbind,
|
D | cdc_ether.c | 501 .unbind = usbnet_cdc_unbind, 511 .unbind = usbnet_cdc_unbind,
|
D | rndis_host.c | 593 .unbind = rndis_unbind, 604 .unbind = rndis_unbind,
|
D | cx82310_eth.c | 316 .unbind = cx82310_unbind,
|
D | lg-vl600.c | 323 .unbind = vl600_unbind,
|
D | ax88172a.c | 416 .unbind = ax88172a_unbind,
|
D | usbnet.c | 1542 if (dev->driver_info->unbind) in usbnet_disconnect() 1543 dev->driver_info->unbind (dev, intf); in usbnet_disconnect() 1754 if (info->unbind) in usbnet_probe() 1755 info->unbind (dev, udev); in usbnet_probe()
|
D | cdc_ncm.c | 1542 .unbind = cdc_ncm_unbind, 1555 .unbind = cdc_ncm_unbind, 1568 .unbind = cdc_ncm_unbind,
|
D | qmi_wwan.c | 433 .unbind = qmi_wwan_unbind,
|
D | sierra_net.c | 910 .unbind = sierra_net_unbind,
|
D | smsc95xx.c | 1910 .unbind = smsc95xx_unbind,
|
D | smsc75xx.c | 2244 .unbind = smsc75xx_unbind,
|
/linux-4.1.27/include/linux/usb/ |
D | composite.h | 204 void (*unbind)(struct usb_configuration *, member 298 void (*unbind)(struct usb_configuration *); member 380 int (*unbind)(struct usb_composite_dev *); member
|
D | usbnet.h | 125 void (*unbind)(struct usbnet *, struct usb_interface *); member
|
D | gadget.h | 877 void (*unbind)(struct usb_gadget *); member
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | agp_backend.h | 37 int (*unbind)(alpha_agp_info *, off_t, struct agp_memory *); member
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource_priv.h | 71 int (*unbind) (struct vmw_resource *res, member
|
D | vmwgfx_resource.c | 69 .unbind = NULL 132 res->func->unbind != NULL) { in vmw_resource_release() 137 res->func->unbind(res, false, &val_buf); in vmw_resource_release() 1335 if (unlikely(func->unbind != NULL && in vmw_resource_do_evict() 1337 ret = func->unbind(res, res->res_dirty, &val_buf); in vmw_resource_do_evict() 1498 if (unlikely(res->func->unbind == NULL)) in vmw_resource_move_notify() 1501 (void) res->func->unbind(res, true, &val_buf); in vmw_resource_move_notify()
|
D | vmwgfx_context.c | 81 .unbind = NULL 93 .unbind = vmw_gb_context_unbind
|
D | vmwgfx_shader.c | 77 .unbind = vmw_gb_shader_unbind
|
D | vmwgfx_surface.c | 103 .unbind = &vmw_legacy_srf_unbind 115 .unbind = vmw_gb_surface_unbind
|
D | vmwgfx_buffer.c | 675 .unbind = vmw_ttm_unbind,
|
/linux-4.1.27/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.1.27/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.1.27/include/media/ |
D | v4l2-async.h | 87 void (*unbind)(struct v4l2_async_notifier *notifier, member
|
/linux-4.1.27/drivers/usb/gadget/ |
D | composite.c | 249 if (f->unbind) in usb_remove_function() 250 f->unbind(c, f); in usb_remove_function() 803 if (f->unbind) { in usb_add_config() 806 f->unbind(config, f); in usb_add_config() 857 if (f->unbind) { in remove_config() 859 f->unbind(config, f); in remove_config() 864 if (config->unbind) { in remove_config() 866 config->unbind(config); in remove_config() 1880 if (cdev->driver->unbind && unbind_driver) in __composite_unbind() 1881 cdev->driver->unbind(cdev); in __composite_unbind() [all …]
|
D | configfs.c | 1291 if (f->unbind) { in purge_configs_funcs() 1294 f->unbind(c, f); in purge_configs_funcs() 1449 .unbind = configfs_composite_unbind, 1491 gi->composite.unbind = configfs_do_nothing; in gadgets_make()
|
/linux-4.1.27/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.1.27/net/netlink/ |
D | af_netlink.h | 81 void (*unbind)(struct net *net, int group); member
|
D | af_netlink.c | 1198 void (*unbind)(struct net *net, int group); in netlink_create() local 1224 unbind = nl_table[protocol].unbind; in netlink_create() 1241 nlk->netlink_unbind = unbind; in netlink_create() 1316 nl_table[sk->sk_protocol].unbind = NULL; in netlink_release() 2571 nl_table[unit].unbind = cfg->unbind; in __netlink_kernel_create()
|
D | genetlink.c | 1050 .unbind = genl_unbind, in genl_pernet_init()
|
/linux-4.1.27/drivers/acpi/ |
D | glue.c | 342 else if (adev->handler && adev->handler->unbind) in acpi_platform_notify_remove() 343 adev->handler->unbind(dev); in acpi_platform_notify_remove()
|
D | acpi_lpss.c | 727 .unbind = acpi_lpss_unbind,
|
D | thermal.c | 874 .unbind = acpi_thermal_unbind_cooling_device,
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | udc-core.c | 358 udc->driver->unbind(udc->gadget); in usb_gadget_remove_driver() 414 driver->unbind(udc->gadget); in udc_bind_to_driver() 487 if (!driver || !driver->unbind) in usb_gadget_unregister_driver()
|
/linux-4.1.27/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. 117 This interface function unbind a thermal cooling device from the certain 119 the thermal zone device .unbind callback.
|
/linux-4.1.27/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.1.27/drivers/usb/gadget/legacy/ |
D | ncm.c | 204 .unbind = gncm_unbind,
|
D | gmidi.c | 194 .unbind = midi_unbind,
|
D | printer.c | 208 .unbind = printer_unbind,
|
D | cdc2.c | 231 .unbind = cdc_unbind,
|
D | mass_storage.c | 248 .unbind = msg_unbind,
|
D | acm_ms.c | 257 .unbind = acm_ms_unbind,
|
D | serial.c | 239 .unbind = gs_unbind,
|
D | hid.c | 261 .unbind = hid_unbind,
|
D | audio.c | 301 .unbind = audio_unbind,
|
D | ether.c | 475 .unbind = eth_unbind,
|
D | nokia.c | 347 .unbind = nokia_unbind,
|
D | zero.c | 409 .unbind = zero_unbind,
|
D | webcam.c | 431 .unbind = webcam_unbind,
|
D | multi.c | 488 .unbind = multi_unbind,
|
D | dbgp.c | 413 .unbind = dbgp_unbind,
|
D | g_ffs.c | 172 .unbind = gfs_unbind,
|
D | inode.c | 1686 .unbind = gadgetfs_unbind, 1711 .unbind = gadgetfs_nop,
|
D | tcm_usb_gadget.c | 2357 fu->function.unbind = usbg_unbind; in usbg_cfg_bind() 2406 .unbind = guas_unbind,
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.h | 98 void (*unbind) (struct usbatm_data *, struct usb_interface *); member
|
D | usbatm.c | 1204 if (instance->driver->unbind) in usbatm_usb_probe() 1205 instance->driver->unbind(instance, intf); in usbatm_usb_probe() 1268 if (instance->driver->unbind) in usbatm_usb_disconnect() 1269 instance->driver->unbind(instance, intf); in usbatm_usb_disconnect()
|
D | xusbatm.c | 208 xusbatm_drivers[i].unbind = xusbatm_unbind; in xusbatm_init()
|
D | speedtch.c | 942 .unbind = speedtch_unbind,
|
D | cxacru.c | 1338 .unbind = cxacru_unbind,
|
D | ueagle-atm.c | 2633 .unbind = uea_unbind,
|
/linux-4.1.27/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.1.27/sound/pci/hda/ |
D | hda_i915.c | 145 .unbind = hda_component_master_unbind,
|
/linux-4.1.27/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 | 200 static DRIVER_ATTR_WO(unbind);
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
D | edp.c | 104 .unbind = edp_unbind,
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | dw_hdmi-imx.c | 254 .unbind = dw_hdmi_imx_unbind,
|
D | parallel-display.c | 268 .unbind = imx_pd_unbind,
|
D | imx-drm-core.c | 529 .unbind = imx_drm_unbind,
|
D | ipuv3-crtc.c | 467 .unbind = ipu_drm_unbind,
|
D | imx-tve.c | 706 .unbind = imx_tve_unbind,
|
D | imx-ldb.c | 662 .unbind = imx_ldb_unbind,
|
/linux-4.1.27/drivers/thermal/ |
D | thermal_core.c | 1090 goto unbind; in thermal_zone_unbind_cooling_device() 1098 unbind: in thermal_zone_unbind_cooling_device() 1279 if (tz->ops->unbind) { in thermal_cooling_device_unregister() 1280 tz->ops->unbind(tz, cdev); in thermal_cooling_device_unregister() 1663 if (tz->ops->unbind) { in thermal_zone_device_unregister() 1664 tz->ops->unbind(tz, cdev); in thermal_zone_device_unregister()
|
D | db8500_thermal.c | 216 .unbind = db8500_cdev_unbind,
|
D | imx_thermal.c | 338 .unbind = imx_unbind,
|
D | of-thermal.c | 389 .unbind = of_thermal_unbind,
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 311 .unbind = dw_hdmi_rockchip_unbind,
|
D | rockchip_drm_drv.c | 478 .unbind = rockchip_drm_unbind,
|
D | rockchip_drm_vop.c | 1486 .unbind = vop_unbind,
|
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 113 .unbind = dsi_unbind,
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_tvout.c | 676 .unbind = sti_tvout_unbind, 696 .unbind = sti_tvout_master_unbind,
|
D | sti_compositor.c | 159 .unbind = sti_compositor_unbind,
|
D | sti_drm_drv.c | 242 .unbind = sti_drm_unbind,
|
D | sti_dvo.c | 475 .unbind = sti_dvo_unbind,
|
D | sti_hda.c | 706 .unbind = sti_hda_unbind,
|
D | sti_hdmi.c | 777 .unbind = sti_hdmi_unbind,
|
D | sti_hqvdp.c | 993 .unbind = sti_hqvdp_unbind,
|
/linux-4.1.27/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 260 .unbind = adreno_unbind,
|
/linux-4.1.27/Documentation/usb/ |
D | power-management.txt | 341 closest you can come is to unbind the interfaces' drivers. 592 need to unbind the interface drivers before the usb_device will suspend. An 594 to unbind interface drivers, not the driver of the parent usb device. Also, 615 $prefix/3-1:1.0/3-1-port1/device/3-1.1:<intf0>/driver/unbind 616 $prefix/3-1:1.0/3-1-port1/device/3-1.1:<intf1>/driver/unbind 618 $prefix/3-1:1.0/3-1-port1/device/3-1.1:<intfN>/driver/unbind 724 <child>/driver/unbind: 727 wakeup-capability for an interface device is to unbind
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 297 .unbind = ti_thermal_unbind,
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_serial.c | 377 gser->port.func.unbind = gser_unbind; in gser_alloc()
|
D | f_subset.c | 508 geth->port.func.unbind = geth_unbind; in geth_alloc()
|
D | f_obex.c | 527 obex->port.func.unbind = obex_unbind; in obex_alloc()
|
D | f_eem.c | 645 eem->port.func.unbind = eem_unbind; in eem_alloc()
|
D | f_phonet.c | 711 fp->function.unbind = pn_unbind; in phonet_alloc()
|
D | f_acm.c | 768 acm->port.func.unbind = acm_unbind; in acm_alloc_func()
|
D | f_ecm.c | 961 ecm->port.func.unbind = ecm_unbind; in ecm_alloc()
|
D | f_rndis.c | 999 rndis->port.func.unbind = rndis_unbind; in rndis_alloc()
|
D | f_uac1.c | 977 audio->card.func.unbind = f_audio_unbind; in f_audio_alloc()
|
D | f_uvc.c | 946 uvc->func.unbind = uvc_unbind; in uvc_alloc()
|
D | f_hid.c | 964 hidg->func.unbind = hidg_unbind; in hidg_alloc()
|
D | f_midi.c | 1160 midi->func.unbind = f_midi_unbind; in f_midi_alloc()
|
D | f_printer.c | 1404 dev->function.unbind = printer_func_unbind; in gprinter_alloc()
|
D | f_ncm.c | 1617 ncm->port.func.unbind = ncm_unbind; in ncm_alloc()
|
D | f_uac2.c | 1609 agdev->func.unbind = afunc_unbind; in afunc_alloc()
|
D | f_mass_storage.c | 3550 fsg->function.unbind = fsg_unbind; in fsg_alloc()
|
D | f_fs.c | 3262 func->function.unbind = ffs_func_unbind; in ffs_alloc()
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_bo_driver.h | 67 int (*unbind) (struct ttm_tt *ttm); member
|
/linux-4.1.27/drivers/platform/x86/ |
D | acerhdf.c | 488 .unbind = acerhdf_unbind,
|
/linux-4.1.27/tools/usb/usbip/ |
D | README | 53 - Use `usbip unbind --busid 1-2' to stop exporting the device.
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_vidi.c | 506 .unbind = vidi_unbind,
|
D | exynos_drm_drv.c | 525 .unbind = exynos_drm_unbind,
|
D | exynos7_drm_decon.c | 809 .unbind = decon_unbind,
|
D | exynos_drm_fimd.c | 1064 .unbind = fimd_unbind,
|
D | exynos_dp_core.c | 1324 .unbind = exynos_dp_unbind,
|
D | exynos_mixer.c | 1245 .unbind = mixer_unbind,
|
D | exynos_drm_dsi.c | 1668 .unbind = exynos_dsi_unbind,
|
D | exynos_hdmi.c | 2312 .unbind = hdmi_unbind,
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_drv.c | 443 .unbind = armada_drm_unbind,
|
D | armada_crtc.c | 1190 .unbind = armada_lcd_unbind,
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 293 .unbind = &qxl_ttm_backend_unbind,
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi.c | 458 .unbind = hdmi_unbind,
|
/linux-4.1.27/include/acpi/ |
D | acpi_bus.h | 140 void (*unbind)(struct device *phys_dev); member
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | intel_audio.c | 526 .unbind = i915_audio_component_unbind,
|
/linux-4.1.27/Documentation/driver-model/ |
D | driver.txt | 169 remove is called to unbind a driver from a device. This may be
|
/linux-4.1.27/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.1.27/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.1.27/drivers/gpu/drm/msm/ |
D | msm_drv.c | 1006 .unbind = msm_drm_unbind,
|
/linux-4.1.27/drivers/usb/core/ |
D | hub.c | 5524 int unbind = 0; in usb_reset_device() local 5529 unbind = (drv->pre_reset)(cintf); in usb_reset_device() 5532 unbind = 1; in usb_reset_device() 5533 if (unbind) in usb_reset_device()
|
/linux-4.1.27/Documentation/networking/ |
D | cdc_mbim.txt | 33 unbind/bind is required to make the change effective for NCM/MBIM
|
/linux-4.1.27/drivers/media/platform/soc_camera/ |
D | soc_camera.c | 1551 sasc->notifier.unbind = soc_camera_async_unbind; in scan_async_group() 1650 sasc->notifier.unbind = soc_camera_async_unbind; in soc_of_bind()
|
/linux-4.1.27/drivers/net/wireless/ |
D | rndis_wlan.c | 3595 .unbind = rndis_wlan_unbind, 3610 .unbind = rndis_wlan_unbind, 3625 .unbind = rndis_wlan_unbind,
|
/linux-4.1.27/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.1.27/Documentation/i2c/ |
D | writing-clients | 146 those devices, and a remove() method to unbind.
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | radeon_ttm.c | 673 .unbind = &radeon_ttm_backend_unbind,
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 1576 .unbind = tda998x_unbind,
|
/linux-4.1.27/Documentation/isdn/ |
D | README | 531 "isdnctrl unbind <InterfaceName>"
|
/linux-4.1.27/Documentation/video4linux/ |
D | v4l2-framework.txt | 439 called. When a subdevice is removed from the system the .unbind() method is
|