Home
last modified time | relevance | path

Searched refs:mixer_count (Results 1 – 9 of 9) sorted by relevance

/linux/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_hw_ctl.h326 int mixer_count; member
358 u32 mixer_count,
H A Ddpu_rm.c59 for (i = 0; i < cat->mixer_count; i++) { in dpu_rm_init()
145 hw = dpu_hw_ctl_init(dev, ctl, mmio, cat->mdss_ver, cat->mixer_count, cat->mixer); in dpu_rm_init()
/linux/drivers/gpu/drm/msm/disp/dpu1/catalog/
H A Ddpu_9_1_sar2130p.h388 .mixer_count = ARRAY_SIZE(sar2130p_lm),
H A Ddpu_9_0_sm8550.h388 .mixer_count = ARRAY_SIZE(sm8550_lm),
H A Ddpu_8_1_sm8450.h393 .mixer_count = ARRAY_SIZE(sm8450_lm),
H A Ddpu_8_0_sc8280xp.h411 .mixer_count = ARRAY_SIZE(sc8280xp_lm),
H A Ddpu_8_4_sa8775p.h432 .mixer_count = ARRAY_SIZE(sa8775p_lm),
H A Ddpu_9_2_x1e80100.h428 .mixer_count = ARRAY_SIZE(x1e80100_lm),
/linux/sound/soc/
H A Dsoc-topology.c1110 int mixer_count = 0; in soc_tplg_dapm_widget_create()
1181 kc[i].index = mixer_count; in soc_tplg_dapm_widget_create()
1183 mixer_count++; in soc_tplg_dapm_widget_create()
1218 w->name, mixer_count, enum_count, bytes_count); in soc_tplg_dapm_widget_create()
1106 int mixer_count = 0; soc_tplg_dapm_widget_create() local