Searched refs:detach (Results 151 - 175 of 318) sorted by relevance

1234567891011>>

/linux-master/drivers/media/common/videobuf2/
H A Dvideobuf2-vmalloc.c328 .detach = vb2_vmalloc_dmabuf_ops_detach,
/linux-master/drivers/dma-buf/heaps/
H A Dcma_heap.c264 .detach = cma_heap_detach,
/linux-master/drivers/gpu/drm/msm/
H A Dmsm_iommu.c397 .detach = msm_iommu_detach,
/linux-master/drivers/net/phy/
H A Dmarvell-88x2222.c555 .detach = phy_sfp_detach,
/linux-master/drivers/gpu/drm/meson/
H A Dmeson_encoder_hdmi.c357 .detach = meson_encoder_hdmi_detach,
/linux-master/drivers/gpu/drm/bridge/
H A Dti-tfp410.c249 .detach = tfp410_detach,
H A Dsamsung-dsim.c1785 if (pdata->host_ops && pdata->host_ops->detach)
1786 pdata->host_ops->detach(dsi, device);
1823 .detach = samsung_dsim_host_detach,
/linux-master/include/linux/
H A Dpm.h734 * @detach: Called when removing a device from the domain.
747 void (*detach)(struct device *dev, bool power_off); member in struct:dev_pm_domain
H A Dsfp.h522 * @detach: called when the sfp socket driver is unbound from the upstream
539 void (*detach)(void *priv, struct sfp_bus *bus); member in struct:sfp_upstream_ops
/linux-master/drivers/dma-buf/
H A Ddma-buf.c844 * - &dma_buf_ops.detach()
994 * @dmabuf: [in] buffer to detach from.
999 * Optionally this calls &dma_buf_ops.detach for device-specific detach.
1019 if (dmabuf->ops->detach)
1020 dmabuf->ops->detach(dmabuf, attach);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/ipoib/
H A Dipoib.c802 goto detach;
818 detach:
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dsi.c390 * mipi_dsi_detach - detach a DSI device from its DSI host
400 if (!ops || !ops->detach)
405 return ops->detach(dsi->host, dsi);
/linux-master/drivers/remoteproc/
H A Dremoteproc_core.c1473 * If it is possible to detach the remote processor, keep an untouched
1482 if (rproc->ops->detach) {
1751 /* No need to continue if a detach() operation has not been provided */
1752 if (!rproc->ops->detach)
1766 ret = rproc->ops->detach(rproc);
1768 dev_err(dev, "can't detach from rproc: %d\n", ret);
2349 * automatically be removed on driver detach.
2624 * automatically be released on driver detach.
/linux-master/drivers/comedi/drivers/
H A Daddi_apci_1500.c862 .detach = apci1500_detach,
H A Dquatech_daqp_cs.c791 .detach = comedi_pcmcia_disable,
H A Ds526.c623 .detach = comedi_legacy_detach,
H A Dni_usb6501.c586 .detach = ni6501_detach,
H A Dpcmmio.c770 .detach = comedi_legacy_detach,
H A Dpcmuio.c614 .detach = pcmuio_detach,
H A Dni_65xx.c776 .detach = ni_65xx_detach,
H A Daddi_apci_1564.c795 .detach = apci1564_detach,
H A Dgsc_hpdi.c696 .detach = gsc_hpdi_detach,
H A Ddt3000.c708 .detach = comedi_pci_detach,
/linux-master/drivers/acpi/
H A Dpci_link.c48 .detach = acpi_pci_link_remove,
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danalogix-anx6345.c637 .detach = anx6345_bridge_detach,

Completed in 364 milliseconds

1234567891011>>