Home
last modified time | relevance | path

Searched refs:component_ops (Results 1 – 25 of 93) sorted by relevance

1234

/Linux-v4.19/include/linux/
Dcomponent.h9 struct component_ops { struct
16 int component_add(struct device *, const struct component_ops *); argument
17 void component_del(struct device *, const struct component_ops *);
/Linux-v4.19/scripts/
Dconst_structs.checkpatch7 component_ops
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun6i_drc.c84 static const struct component_ops sun6i_drc_ops = {
Dsun8i_dw_hdmi.c201 static const struct component_ops sun8i_dw_hdmi_ops = {
Dsun8i_tcon_top.c237 static const struct component_ops sun8i_tcon_top_ops = {
Dsun4i_frontend.c304 static const struct component_ops sun4i_frontend_ops = {
/Linux-v4.19/drivers/base/
Dcomponent.c50 const struct component_ops *ops;
550 int component_add(struct device *dev, const struct component_ops *ops) in component_add()
581 void component_del(struct device *dev, const struct component_ops *ops) in component_del()
/Linux-v4.19/drivers/gpu/drm/mediatek/
Dmtk_disp_color.c104 static const struct component_ops mtk_disp_color_component_ops = {
Dmtk_disp_rdma.c268 static const struct component_ops mtk_disp_rdma_component_ops = {
Dmtk_disp_ovl.c266 static const struct component_ops mtk_disp_ovl_component_ops = {
/Linux-v4.19/drivers/gpu/drm/imx/
Ddw_hdmi-imx.c267 static const struct component_ops dw_hdmi_imx_ops = {
Dparallel-display.c264 static const struct component_ops imx_pd_ops = {
/Linux-v4.19/drivers/gpu/drm/msm/edp/
Dedp.c102 static const struct component_ops edp_ops = {
/Linux-v4.19/drivers/gpu/drm/msm/dsi/
Ddsi.c142 static const struct component_ops dsi_ops = {
/Linux-v4.19/drivers/gpu/drm/vc4/
Dvc4_hvs.c249 static const struct component_ops vc4_hvs_ops = {
Dvc4_dpi.c379 static const struct component_ops vc4_dpi_ops = {
Dvc4_txp.c449 static const struct component_ops vc4_txp_ops = {
Dvc4_v3d.c439 static const struct component_ops vc4_v3d_ops = {
/Linux-v4.19/drivers/gpu/drm/sti/
Dsti_compositor.c159 static const struct component_ops sti_compositor_ops = {
/Linux-v4.19/drivers/gpu/drm/rockchip/
Drockchip_drm_vop.h351 extern const struct component_ops vop_component_ops;
Ddw_hdmi-rockchip.c406 static const struct component_ops dw_hdmi_rockchip_ops = {
/Linux-v4.19/drivers/gpu/drm/exynos/
Dexynos_dp.c206 static const struct component_ops exynos_dp_ops = {
/Linux-v4.19/drivers/video/fbdev/omap2/omapfb/dss/
Dsdi.c379 static const struct component_ops sdi_component_ops = {
/Linux-v4.19/drivers/gpu/drm/msm/adreno/
Dadreno_device.c320 static const struct component_ops a3xx_ops = {
/Linux-v4.19/drivers/gpu/drm/zte/
Dzx_tvenc.c377 static const struct component_ops zx_tvenc_component_ops = {

1234