Searched refs:unbind (Results 26 - 50 of 288) sorted by relevance

1234567891011>>

/linux-master/include/media/
H A Dmedia-request.h244 * @unbind: Unbind the request object, optional.
251 void (*unbind)(struct media_request_object *object); member in struct:media_request_object_ops
/linux-master/drivers/usb/atm/
H A Dusbatm.h70 * bind, heavy_init, atm_start, ..., atm_stop, unbind
84 void (*unbind) (struct usbatm_data *, struct usb_interface *); member in struct:usbatm_driver
179 if (usbatm_instance == NULL) /* set NULL before unbind() */
182 return usbatm_instance->driver_data; /* set NULL after unbind() */
/linux-master/drivers/usb/gadget/legacy/
H A Dgmidi.c182 .unbind = midi_unbind,
H A Dcdc2.c232 .unbind = cdc_unbind,
H A Dacm_ms.c255 .unbind = acm_ms_unbind,
H A Dmass_storage.c231 .unbind = msg_unbind,
H A Dprinter.c219 .unbind = printer_unbind,
/linux-master/drivers/net/usb/
H A Dr8153_ecm.c119 .unbind = usbnet_cdc_unbind,
H A Dcdc_mbim.c206 /* let NCM unbind clean up both control and data interface */
556 .unbind = cdc_mbim_unbind,
580 .unbind = cdc_mbim_unbind,
599 .unbind = cdc_mbim_unbind,
614 .unbind = cdc_mbim_unbind,
H A Drndis_host.c605 .unbind = rndis_unbind,
616 .unbind = rndis_unbind,
627 .unbind = rndis_unbind,
H A Dcdc_ether.c528 .unbind = usbnet_cdc_unbind,
538 .unbind = usbnet_cdc_unbind,
549 .unbind = usbnet_cdc_unbind,
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
H A Dgm107.c39 .unbind = gk104_chan_unbind,
H A Duchan.c279 if (chan->func->unbind)
280 chan->func->unbind(chan);
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_disp_color.c92 .unbind = mtk_disp_color_unbind,
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_dsi.c102 .unbind = exynos_dsi_unbind,
/linux-master/drivers/gpu/drm/sprd/
H A Dsprd_drm.c133 .unbind = sprd_drm_unbind,
/linux-master/drivers/misc/mei/gsc_proxy/
H A Dmei_gsc_proxy.c91 .unbind = mei_component_master_unbind,
/linux-master/include/linux/
H A Dpci-epf.h60 * @unbind: ops to perform when a binding has been lost between a EPC device
66 void (*unbind)(struct pci_epf *epf); member in struct:pci_epf_ops
/linux-master/drivers/acpi/
H A Dglue.c410 else if (adev->handler && adev->handler->unbind)
411 adev->handler->unbind(dev);
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_resource.c130 res->func->unbind != NULL) {
135 res->func->unbind(res, false, &val_buf);
640 if (unlikely(func->unbind != NULL &&
642 ret = func->unbind(res, res->res_dirty, &val_buf);
764 if (!WARN_ON_ONCE(!res->func->unbind))
765 (void) res->func->unbind(res, res->res_dirty, &val_buf);
/linux-master/drivers/usb/gadget/
H A Dconfigfs.c61 bool unbind; member in struct:gadget_info
494 * force an unbind, the function is available here and then we can
511 WARN(1, "Unable to locate function to unbind\n");
1585 if (f->unbind) {
1587 "unbind function '%s'/%p\n",
1589 f->unbind(c, f);
1688 gi->unbind = 0;
1829 gi->unbind = 1;
1860 if (!cdev || gi->unbind) {
1883 if (!cdev || gi->unbind) {
[all...]
/linux-master/drivers/base/
H A Dcomponent.c281 adev->ops->unbind(adev->parent);
555 * disassembled by calling &component_master_ops.unbind from @ops.
577 if (component->ops && component->ops->unbind)
578 component->ops->unbind(component->dev, adev->parent, data);
586 * component_unbind_all - unbind all components of an aggregate driver
591 * &component_ops.unbind functions. Should be called from
592 * &component_master_ops.unbind.
648 * at unbind. Remove the group on the DRM device as we
/linux-master/drivers/thermal/
H A Dthermal_core.c824 * thermal_unbind_cdev_from_trip - unbind a cooling device from a thermal zone.
829 * This interface function unbind a thermal cooling device from the certain
831 * This function is usually called in the thermal zone device .unbind callback.
852 goto unbind;
860 unbind:
1240 if (tz->ops.unbind)
1241 tz->ops.unbind(tz, cdev);
1546 if (tz->ops.unbind)
1547 tz->ops.unbind(tz, cdev);
/linux-master/drivers/media/mc/
H A Dmc-request.c157 * allows req_queue to unbind or complete the queued objects in case
476 if (obj->ops->unbind)
477 obj->ops->unbind(obj);
/linux-master/sound/hda/
H A Dhdac_component.c238 .unbind = hdac_component_master_unbind,

Completed in 215 milliseconds

1234567891011>>