Lines Matching defs:hdmi_softc
177 struct hdmi_softc { struct
178 device_t dev;
179 struct resource *mem_res;
180 struct resource *irq_res;
181 void *irq_ih;
183 clk_t clk_parent;
184 clk_t clk_hdmi;
185 hwreset_t hwreset_hdmi;
186 regulator_t supply_hdmi;
187 regulator_t supply_pll;
188 regulator_t supply_vdd;
190 uint64_t pclk;
191 boolean_t hdmi_mode;
193 int audio_src_type;
194 int audio_freq;
195 int audio_chans;
197 struct tegra_drm *drm;
198 struct tegra_drm_encoder output;
200 const struct tmds_config *tmds_config;
201 int n_tmds_configs;