Searched defs:rockchip_hdmi (Results 1 – 2 of 2) sorted by relevance
166 struct rockchip_hdmi { struct173 const struct rockchip_hdmi_chip_data *chip_data; argument174 struct dw_hdmi_plat_data *plat_data;175 struct clk *aud_clk;176 struct clk *phyref_clk;177 struct clk *grf_clk;178 struct clk *hclk_vio;179 struct clk *hclk_vo1;180 struct clk *hclk_vop;181 struct clk *hpd_clk;[all …]
110 struct rockchip_hdmi { struct111 struct rockchip_connector connector;112 int id;113 struct udevice *dev;114 struct regmap *regmap;115 struct regmap *vo1_regmap;116 void *grf;117 void *vo1_grf;119 unsigned long bus_format;120 unsigned long output_bus_format;[all …]