Searched refs:component_ops (Results 1 – 25 of 96) sorted by relevance
1234
| /Linux-v5.4/include/linux/ |
| D | component.h | 16 struct component_ops { struct 36 int component_add(struct device *, const struct component_ops *); argument 37 int component_add_typed(struct device *dev, const struct component_ops *ops, 39 void component_del(struct device *, const struct component_ops *);
|
| /Linux-v5.4/drivers/base/ |
| D | component.c | 77 const struct component_ops *ops; 664 static int __component_add(struct device *dev, const struct component_ops *ops, in __component_add() 715 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed() 740 int component_add(struct device *dev, const struct component_ops *ops) in component_add() 755 void component_del(struct device *dev, const struct component_ops *ops) in component_del()
|
| /Linux-v5.4/scripts/ |
| D | const_structs.checkpatch | 7 component_ops
|
| /Linux-v5.4/drivers/gpu/drm/sun4i/ |
| D | sun6i_drc.c | 80 static const struct component_ops sun6i_drc_ops = {
|
| D | sun8i_dw_hdmi.c | 279 static const struct component_ops sun8i_dw_hdmi_ops = {
|
| D | sun8i_tcon_top.c | 255 static const struct component_ops sun8i_tcon_top_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/mediatek/ |
| D | mtk_disp_color.c | 96 static const struct component_ops mtk_disp_color_component_ops = {
|
| D | mtk_disp_rdma.c | 260 static const struct component_ops mtk_disp_rdma_component_ops = {
|
| D | mtk_disp_ovl.c | 258 static const struct component_ops mtk_disp_ovl_component_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/msm/edp/ |
| D | edp.c | 94 static const struct component_ops edp_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/imx/ |
| D | dw_hdmi-imx.c | 266 static const struct component_ops dw_hdmi_imx_ops = {
|
| D | parallel-display.c | 255 static const struct component_ops imx_pd_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/msm/dsi/ |
| D | dsi.c | 140 static const struct component_ops dsi_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/sti/ |
| D | sti_compositor.c | 162 static const struct component_ops sti_compositor_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/exynos/ |
| D | exynos_dp.c | 205 static const struct component_ops exynos_dp_ops = {
|
| D | exynos_drm_vidi.c | 437 static const struct component_ops vidi_component_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_vop.h | 375 extern const struct component_ops vop_component_ops;
|
| D | analogix_dp-rockchip.c | 375 static const struct component_ops rockchip_dp_component_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/vc4/ |
| D | vc4_dpi.c | 349 static const struct component_ops vc4_dpi_ops = {
|
| D | vc4_hvs.c | 327 static const struct component_ops vc4_hvs_ops = {
|
| D | vc4_txp.c | 428 static const struct component_ops vc4_txp_ops = {
|
| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/dss/ |
| D | sdi.c | 368 static const struct component_ops sdi_component_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/zte/ |
| D | zx_tvenc.c | 375 static const struct component_ops zx_tvenc_component_ops = {
|
| /Linux-v5.4/drivers/media/platform/vimc/ |
| D | vimc-scaler.c | 399 static const struct component_ops vimc_sca_comp_ops = {
|
| /Linux-v5.4/drivers/gpu/drm/msm/adreno/ |
| D | adreno_device.c | 368 static const struct component_ops a3xx_ops = {
|
1234