/device/soc/rockchip/common/sdk_linux/include/drm/bridge/ |
H A D | analogix_dp.h | 52 void (*detach)(struct analogix_dp_plat_data *, struct drm_bridge *); member
|
H A D | dw_mipi_dsi.h | 41 int (*detach)(void *priv_data, struct mipi_dsi_device *dsi); member
|
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_device.h | 81 MPP_RET (*detach)(void *ctx); member
|
/device/soc/rockchip/common/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.cpp | 40 mThread->detach(); in Init()
|
/device/soc/rockchip/rk3399/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.cpp | 40 mThread->detach(); in Init()
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_device.h | 81 MPP_RET (*detach)(void *ctx); member
|
/device/soc/rockchip/rk3566/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.cpp | 35 mThread->detach(); in Init()
|
/device/soc/rockchip/rk3568/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.cpp | 35 mThread->detach(); in Init()
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_device.h | 81 MPP_RET (*detach)(void *ctx); member
|
/device/soc/rockchip/rk3588/hardware/display/src/display_device/ |
H A D | hdi_netlink_monitor.cpp | 35 mThread->detach();
in Init()
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_device.h | 110 MPP_RET (*detach)(void *ctx); member
|
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | dma-buf.h | 74 * @detach 82 void (*detach)(struct dma_buf *, struct dma_buf_attachment *); member 360 * @lock: used internally to serialize list manipulation, attach/detach and
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_mipi_dsi.h | 80 * @detach: detach DSI device from DSI host 97 int (*detach)(struct mipi_dsi_host *host, struct mipi_dsi_device *dsi); member
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dbus_usb.c | 147 * attach() is not called at probe and detach() 187 dbus_usb_intf.detach = dbus_usb_detach; in dbus_usb_probe() 285 if (usb_info->drvintf && usb_info->drvintf->detach) in dbus_usb_detach() 286 usb_info->drvintf->detach(pub, usb_info->usbosl_info); in dbus_usb_detach()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_mipi_dsi.c | 336 * mipi_dsi_detach - detach a DSI device from its DSI host 343 if (!ops || !ops->detach) { in mipi_dsi_detach() 347 return ops->detach(dsi->host, dsi); in mipi_dsi_detach()
|
H A D | drm_prime.c | 351 * to detach.. which seems ok.. in drm_gem_prime_fd_to_handle() 538 * Optional pinning of buffers is handled at dma-buf attach and detach time in 584 * drm_gem_map_detach - dma_buf detach implementation for GEM 585 * @dma_buf: buffer to detach from 590 * &dma_buf_ops.detach callback. 809 .detach = drm_gem_map_detach,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-mipi-dsi.c | 350 if (pdata->host_ops && pdata->host_ops->detach) { in dw_mipi_dsi_host_detach() 351 ret = pdata->host_ops->detach(pdata->priv_data, device); in dw_mipi_dsi_host_detach() 528 .detach = dw_mipi_dsi_host_detach,
|
/device/soc/rockchip/common/vendor/drivers/media/platform/rockchip/isp/ |
H A D | videobuf2-rdma-sg.c | 454 .detach = vb2_dma_sg_dmabuf_ops_detach,
548 /* if vb2 works correctly you should never detach mapped buffer */
in vb2_dma_sg_detach_dmabuf() 553 /* detach this attachment */
in vb2_dma_sg_detach_dmabuf()
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/ |
H A D | dbus.h | 223 void (*detach)(struct dbus_pub *pub, void *bus); member
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/heaps/ |
H A D | system_heap.c | 384 .detach = system_heap_detach,
|
H A D | cma_heap.c | 261 .detach = cma_heap_detach,
|
/device/soc/rockchip/rk3588/kernel/drivers/media/platform/rockchip/isp/ |
H A D | videobuf2-rdma-sg.c | 449 .detach = vb2_dma_sg_dmabuf_ops_detach, 543 /* if vb2 works correctly you should never detach mapped buffer */ in vb2_dma_sg_detach_dmabuf() 547 /* detach this attachment */ in vb2_dma_sg_detach_dmabuf()
|
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
H A D | dma-buf.c | 933 * optionally calls detach() of dma_buf_ops for device-specific detach 934 * @dmabuf: [in] buffer to detach from. 961 if (dmabuf->ops->detach) { in dma_buf_detach() 962 dmabuf->ops->detach(dmabuf, attach); in dma_buf_detach()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/analogix/ |
H A D | analogix_dp_core.c | 1287 if (dp->plat_data->detach) { in analogix_dp_bridge_detach() 1288 dp->plat_data->detach(dp->plat_data, bridge); in analogix_dp_bridge_detach() 1658 .detach = analogix_dp_bridge_detach,
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | analogix_dp-rockchip.c | 574 dp->plat_data.detach = rockchip_dp_bridge_detach; in rockchip_dp_probe()
|