Searched refs:component_ops (Results 1 – 25 of 112) sorted by relevance
12345
/linux-6.6.21/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-6.6.21/drivers/base/ |
D | component.c | 70 const struct component_ops *ops; 711 static int __component_add(struct device *dev, const struct component_ops *ops, in __component_add() 762 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed() 787 int component_add(struct device *dev, const struct component_ops *ops) in component_add() 802 void component_del(struct device *dev, const struct component_ops *ops) in component_del()
|
/linux-6.6.21/scripts/ |
D | const_structs.checkpatch | 7 component_ops
|
/linux-6.6.21/drivers/gpu/drm/sun4i/ |
D | sun6i_drc.c | 88 static const struct component_ops sun6i_drc_ops = {
|
D | sun8i_dw_hdmi.c | 228 static const struct component_ops sun8i_dw_hdmi_ops = {
|
D | sun8i_tcon_top.c | 253 static const struct component_ops sun8i_tcon_top_ops = {
|
/linux-6.6.21/drivers/gpu/drm/mediatek/ |
D | mtk_disp_aal.c | 92 static const struct component_ops mtk_disp_aal_component_ops = {
|
D | mtk_disp_color.c | 90 static const struct component_ops mtk_disp_color_component_ops = {
|
D | mtk_disp_gamma.c | 140 static const struct component_ops mtk_disp_gamma_component_ops = {
|
D | mtk_disp_ccorr.c | 147 static const struct component_ops mtk_disp_ccorr_component_ops = {
|
D | mtk_disp_merge.c | 236 static const struct component_ops mtk_disp_merge_component_ops = {
|
D | mtk_mdp_rdma.c | 270 static const struct component_ops mtk_mdp_rdma_component_ops = {
|
D | mtk_disp_rdma.c | 307 static const struct component_ops mtk_disp_rdma_component_ops = {
|
/linux-6.6.21/drivers/gpu/drm/exynos/ |
D | exynos_drm_dsi.c | 100 static const struct component_ops exynos_dsi_component_ops = {
|
D | exynos_dp.c | 191 static const struct component_ops exynos_dp_ops = {
|
/linux-6.6.21/drivers/gpu/drm/imx/ipuv3/ |
D | dw_hdmi-imx.c | 216 static const struct component_ops dw_hdmi_imx_ops = {
|
D | parallel-display.c | 307 static const struct component_ops imx_pd_ops = {
|
/linux-6.6.21/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 133 static const struct component_ops dsi_ops = {
|
/linux-6.6.21/drivers/gpu/drm/sti/ |
D | sti_compositor.c | 159 static const struct component_ops sti_compositor_ops = {
|
/linux-6.6.21/drivers/thunderbolt/ |
D | usb4_port.c | 36 static const struct component_ops connector_ops = {
|
/linux-6.6.21/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop2.h | 470 extern const struct component_ops vop2_component_ops;
|
D | rockchip_drm_vop.h | 435 extern const struct component_ops vop_component_ops;
|
/linux-6.6.21/drivers/gpu/drm/vc4/ |
D | vc4_dpi.c | 382 static const struct component_ops vc4_dpi_ops = {
|
/linux-6.6.21/drivers/video/fbdev/omap2/omapfb/dss/ |
D | sdi.c | 368 static const struct component_ops sdi_component_ops = {
|
/linux-6.6.21/drivers/gpu/drm/i915/gt/uc/ |
D | intel_gsc_proxy.c | 347 static const struct component_ops i915_gsc_proxy_component_ops = {
|
12345