Home
last modified time | relevance | path

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

12345

/OK3568_Linux_fs/kernel/include/linux/
H 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 *);
/OK3568_Linux_fs/kernel/drivers/base/
H A Dcomponent.c76 const struct component_ops *ops;
666 static int __component_add(struct device *dev, const struct component_ops *ops, in __component_add()
717 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed()
742 int component_add(struct device *dev, const struct component_ops *ops) in component_add()
757 void component_del(struct device *dev, const struct component_ops *ops) in component_del()
/OK3568_Linux_fs/kernel/scripts/
H A Dconst_structs.checkpatch7 component_ops
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun6i_drc.c88 static const struct component_ops sun6i_drc_ops = {
H A Dsun8i_tcon_top.c255 static const struct component_ops sun8i_tcon_top_ops = {
H A Dsun8i_dw_hdmi.c277 static const struct component_ops sun8i_dw_hdmi_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/mediatek/
H A Dmtk_disp_color.c97 static const struct component_ops mtk_disp_color_component_ops = {
H A Dmtk_disp_rdma.c267 static const struct component_ops mtk_disp_rdma_component_ops = {
H A Dmtk_disp_ovl.c354 static const struct component_ops mtk_disp_ovl_component_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/edp/
H A Dedp.c94 static const struct component_ops edp_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/imx/
H A Ddw_hdmi-imx.c250 static const struct component_ops dw_hdmi_imx_ops = {
H A Dparallel-display.c341 static const struct component_ops imx_pd_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dsi/
H A Ddsi.c145 static const struct component_ops dsi_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/exynos/
H A Dexynos_dp.c193 static const struct component_ops exynos_dp_ops = {
H A Dexynos_drm_vidi.c439 static const struct component_ops vidi_component_ops = {
H A Dexynos_drm_mic.c336 static const struct component_ops exynos_mic_component_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/
H A Dsti_compositor.c160 static const struct component_ops sti_compositor_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vc4/
H A Dvc4_dpi.c346 static const struct component_ops vc4_dpi_ops = {
H A Dvc4_v3d.c492 static const struct component_ops vc4_v3d_ops = {
/OK3568_Linux_fs/kernel/drivers/video/fbdev/omap2/omapfb/dss/
H A Dsdi.c368 static const struct component_ops sdi_component_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/hisilicon/kirin/
H A Dkirin_drm_dsi.c339 static const struct component_ops dsi_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vvop.c333 const struct component_ops vvop_component_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/zte/
H A Dzx_tvenc.c371 static const struct component_ops zx_tvenc_component_ops = {
H A Dzx_vga.c498 static const struct component_ops zx_vga_component_ops = {
/OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c434 static const struct component_ops a3xx_ops = {

12345