Home
last modified time | relevance | path

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

1234

/linux/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/drivers/base/
A Dcomponent.c74 const struct component_ops *ops;
657 static int __component_add(struct device *dev, const struct component_ops *ops, in __component_add()
708 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed()
733 int component_add(struct device *dev, const struct component_ops *ops) in component_add()
748 void component_del(struct device *dev, const struct component_ops *ops) in component_del()
/linux/scripts/
A Dconst_structs.checkpatch7 component_ops
/linux/drivers/gpu/drm/sun4i/
A Dsun6i_drc.c88 static const struct component_ops sun6i_drc_ops = {
A Dsun8i_tcon_top.c253 static const struct component_ops sun8i_tcon_top_ops = {
A Dsun8i_dw_hdmi.c274 static const struct component_ops sun8i_dw_hdmi_ops = {
/linux/drivers/gpu/drm/mediatek/
A Dmtk_disp_aal.c97 static const struct component_ops mtk_disp_aal_component_ops = {
A Dmtk_disp_color.c90 static const struct component_ops mtk_disp_color_component_ops = {
A Dmtk_disp_gamma.c123 static const struct component_ops mtk_disp_gamma_component_ops = {
A Dmtk_disp_ccorr.c152 static const struct component_ops mtk_disp_ccorr_component_ops = {
A Dmtk_disp_rdma.c266 static const struct component_ops mtk_disp_rdma_component_ops = {
/linux/drivers/gpu/drm/i915/pxp/
A Dintel_pxp_tee.c115 static const struct component_ops i915_pxp_tee_component_ops = {
/linux/drivers/gpu/drm/msm/edp/
A Dedp.c94 static const struct component_ops edp_ops = {
/linux/drivers/gpu/drm/imx/
A Ddw_hdmi-imx.c216 static const struct component_ops dw_hdmi_imx_ops = {
A Dparallel-display.c311 static const struct component_ops imx_pd_ops = {
/linux/drivers/gpu/drm/msm/dsi/
A Ddsi.c147 static const struct component_ops dsi_ops = {
/linux/drivers/gpu/drm/exynos/
A Dexynos_dp.c190 static const struct component_ops exynos_dp_ops = {
A Dexynos_drm_vidi.c439 static const struct component_ops vidi_component_ops = {
A Dexynos_drm_mic.c334 static const struct component_ops exynos_mic_component_ops = {
/linux/drivers/gpu/drm/sti/
A Dsti_compositor.c158 static const struct component_ops sti_compositor_ops = {
/linux/sound/soc/codecs/
A Dwcd938x-sdw.c211 static const struct component_ops wcd938x_sdw_component_ops = {
/linux/drivers/gpu/drm/vc4/
A Dvc4_dpi.c339 static const struct component_ops vc4_dpi_ops = {
/linux/drivers/gpu/drm/rockchip/
A Drockchip_drm_vop.h412 extern const struct component_ops vop_component_ops;
A Danalogix_dp-rockchip.c357 static const struct component_ops rockchip_dp_component_ops = {
/linux/drivers/video/fbdev/omap2/omapfb/dss/
A Dsdi.c368 static const struct component_ops sdi_component_ops = {

Completed in 47 milliseconds

1234