Home
last modified time | relevance | path

Searched refs:wseq (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Dinno_video_phy.c121 const struct reg_sequence *wseq; in inno_video_phy_power_on() local
129 wseq = lvds_mode_dual_channel; in inno_video_phy_power_on()
132 wseq = lvds_mode_single_channel; in inno_video_phy_power_on()
137 wseq = ttl_mode; in inno_video_phy_power_on()
144 phy_multi_write(inno, wseq, nregs); in inno_video_phy_power_on()
/OK3568_Linux_fs/kernel/drivers/phy/rockchip/
H A Dphy-rockchip-inno-video-phy.c86 const struct reg_sequence *wseq; in inno_video_phy_power_on() local
98 wseq = lvds_mode_dual_channel; in inno_video_phy_power_on()
101 wseq = lvds_mode_single_channel; in inno_video_phy_power_on()
106 wseq = ttl_mode; in inno_video_phy_power_on()
111 regmap_multi_reg_write(inno->regmap, wseq, nregs); in inno_video_phy_power_on()
/OK3568_Linux_fs/kernel/sound/soc/codecs/
H A Dwm5110.c294 const struct reg_sequence *wseq; in wm5110_hp_pre_enable() local
300 wseq = wm5110_dre_left_enable; in wm5110_hp_pre_enable()
303 wseq = wm5110_no_dre_left_enable; in wm5110_hp_pre_enable()
310 wseq = wm5110_dre_right_enable; in wm5110_hp_pre_enable()
313 wseq = wm5110_no_dre_right_enable; in wm5110_hp_pre_enable()
322 return regmap_multi_reg_write(arizona->regmap, wseq, nregs); in wm5110_hp_pre_enable()