Home
last modified time | relevance | path

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

12345

/linux-6.3-rc2/include/linux/
A Dcomponent.h16 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.3-rc2/drivers/base/
A Dcomponent.c70 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.3-rc2/scripts/
A Dconst_structs.checkpatch7 component_ops
/linux-6.3-rc2/drivers/gpu/drm/sun4i/
A Dsun6i_drc.c88 static const struct component_ops sun6i_drc_ops = {
A Dsun8i_dw_hdmi.c228 static const struct component_ops sun8i_dw_hdmi_ops = {
A Dsun8i_tcon_top.c254 static const struct component_ops sun8i_tcon_top_ops = {
/linux-6.3-rc2/drivers/gpu/drm/mediatek/
A Dmtk_disp_aal.c98 static const struct component_ops mtk_disp_aal_component_ops = {
A Dmtk_disp_color.c91 static const struct component_ops mtk_disp_color_component_ops = {
A Dmtk_disp_gamma.c141 static const struct component_ops mtk_disp_gamma_component_ops = {
A Dmtk_disp_ccorr.c153 static const struct component_ops mtk_disp_ccorr_component_ops = {
A Dmtk_disp_merge.c237 static const struct component_ops mtk_disp_merge_component_ops = {
A Dmtk_disp_rdma.c278 static const struct component_ops mtk_disp_rdma_component_ops = {
A Dmtk_mdp_rdma.c248 static const struct component_ops mtk_mdp_rdma_component_ops = {
/linux-6.3-rc2/drivers/gpu/drm/imx/ipuv3/
A Ddw_hdmi-imx.c216 static const struct component_ops dw_hdmi_imx_ops = {
A Dparallel-display.c307 static const struct component_ops imx_pd_ops = {
/linux-6.3-rc2/drivers/gpu/drm/msm/dsi/
A Ddsi.c133 static const struct component_ops dsi_ops = {
/linux-6.3-rc2/drivers/gpu/drm/sti/
A Dsti_compositor.c159 static const struct component_ops sti_compositor_ops = {
/linux-6.3-rc2/drivers/gpu/drm/exynos/
A Dexynos_dp.c191 static const struct component_ops exynos_dp_ops = {
/linux-6.3-rc2/drivers/thunderbolt/
A Dusb4_port.c36 static const struct component_ops connector_ops = {
/linux-6.3-rc2/drivers/gpu/drm/i915/pxp/
A Dintel_pxp_tee.c174 static const struct component_ops i915_pxp_tee_component_ops = {
/linux-6.3-rc2/sound/soc/codecs/
A Dwcd938x-sdw.c211 static const struct component_ops wcd938x_sdw_component_ops = {
/linux-6.3-rc2/drivers/gpu/drm/rockchip/
A Drockchip_drm_vop2.h475 extern const struct component_ops vop2_component_ops;
A Drockchip_drm_vop.h429 extern const struct component_ops vop_component_ops;
/linux-6.3-rc2/drivers/gpu/drm/vc4/
A Dvc4_dpi.c385 static const struct component_ops vc4_dpi_ops = {
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/dss/
A Dsdi.c368 static const struct component_ops sdi_component_ops = {

Completed in 34 milliseconds

12345