Home
last modified time | relevance | path

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

12345

/linux/include/linux/
H A Dcomponent.h11 * struct component_ops - callbacks for component drivers
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/drivers/base/
H A Dcomponent.c70 const struct component_ops *ops;
609 * &component_ops.unbind functions. Should be called from
692 * &component_ops.bind functions. Should be called from
729 static int __component_add(struct device *dev, const struct component_ops *ops, in __component_add()
769 * component_bind_all(). See also &struct component_ops.
780 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed()
797 * component_bind_all(). See also &struct component_ops.
805 int component_add(struct device *dev, const struct component_ops *ops) in component_add()
820 void component_del(struct device *dev, const struct component_ops *ops) in component_del()
/linux/scripts/
H A Dconst_structs.checkpatch9 component_ops
/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda.h70 const struct component_ops *ops);
/linux/drivers/gpu/drm/sun4i/
H A Dsun6i_drc.c88 static const struct component_ops sun6i_drc_ops = {
H A Dsun8i_dw_hdmi.c228 static const struct component_ops sun8i_dw_hdmi_ops = {
H A Dsun8i_tcon_top.c253 static const struct component_ops sun8i_tcon_top_ops = {
/linux/drivers/gpu/drm/imx/dc/
H A Ddc-tc.c106 static const struct component_ops dc_tc_ops = {
H A Ddc-cf.c137 static const struct component_ops dc_cf_ops = {
H A Ddc-de.c122 static const struct component_ops dc_de_ops = {
H A Ddc-pe.c73 static const struct component_ops dc_pe_ops = {
H A Ddc-fl.c150 static const struct component_ops dc_fl_ops = {
H A Ddc-ed.c253 static const struct component_ops dc_ed_ops = {
H A Ddc-fw.c187 static const struct component_ops dc_fw_ops = {
/linux/drivers/gpu/drm/mediatek/
H A Dmtk_padding.c89 static const struct component_ops mtk_padding_component_ops = {
H A Dmtk_disp_color.c90 static const struct component_ops mtk_disp_color_component_ops = {
H A Dmtk_disp_ccorr.c147 static const struct component_ops mtk_disp_ccorr_component_ops = {
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.c69 static int msm_drm_uninit(struct device *dev, const struct component_ops *gpu_ops) in msm_drm_uninit()
108 const struct component_ops *gpu_ops) in msm_drm_init()
1080 const struct component_ops *ops) in msm_gpu_probe()
1102 const struct component_ops *ops) in msm_gpu_remove()
H A Dmsm_drv.h548 const struct component_ops *ops);
550 const struct component_ops *ops);
/linux/drivers/platform/x86/lenovo/
H A Dwmi-capdata01.c71 static const struct component_ops lwmi_cd01_component_ops = {
/linux/drivers/gpu/drm/imx/ipuv3/
H A Ddw_hdmi-imx.c216 static const struct component_ops dw_hdmi_imx_ops = {
H A Dparallel-display.c218 static const struct component_ops imx_pd_ops = {
/linux/drivers/gpu/drm/sti/
H A Dsti_compositor.c159 static const struct component_ops sti_compositor_ops = {
/linux/drivers/gpu/drm/exynos/
H A Dexynos_dp.c190 static const struct component_ops exynos_dp_ops = {
/linux/drivers/gpu/drm/adp/
H A Dadp-mipi.c168 static const struct component_ops adp_dsi_component_ops = {

12345