Home
last modified time | relevance | path

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

123456

/linux/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 *);
/linux/drivers/base/ !
H A Dcomponent.c70 const struct component_ops *ops;
729 static int __component_add(struct device *dev, const struct component_ops *ops, in __component_add()
780 int component_add_typed(struct device *dev, const struct component_ops *ops, in component_add_typed()
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/sound/soc/codecs/ !
H A Dwcd-common.h37 extern const struct component_ops wcd_sdw_component_ops;
H A Dwcd-common.c96 const struct component_ops wcd_sdw_component_ops = {
/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/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()
1093 const struct component_ops *ops) in msm_gpu_probe()
1115 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/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 = {
/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-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.c126 static const struct component_ops mtk_disp_ccorr_component_ops = {
H A Dmtk_disp_aal.c162 static const struct component_ops mtk_disp_aal_component_ops = {
/linux/drivers/gpu/drm/rockchip/ !
H A Ddw_dp-rockchip.c119 static const struct component_ops dw_dp_rockchip_component_ops = {
/linux/drivers/gpu/drm/bridge/imx/ !
H A Dimx8mp-hdmi-pai.c142 static const struct component_ops imx8mp_hdmi_pai_ops = {
/linux/drivers/gpu/drm/exynos/ !
H A Dexynos_drm_dsi.c100 static const struct component_ops exynos_dsi_component_ops = {
/linux/drivers/platform/x86/lenovo/ !
H A Dwmi-capdata.c297 static const struct component_ops lwmi_cd_component_ops = {
432 static const struct component_ops lwmi_cd_sub_component_ops = {
/linux/drivers/gpu/drm/msm/dsi/ !
H A Ddsi.c154 static const struct component_ops dsi_ops = {

123456