Searched defs:tegra_crtc (Results 1 – 2 of 2) sorted by relevance
93 struct tegra_crtc { struct94 struct drm_crtc base;95 bus_space_tag_t bst;96 bus_space_handle_t bsh;97 bus_size_t size;98 int intr;99 int index;100 void *ih;101 bool enabled;102 struct clk *clk_parent;[all …]
370 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_cursor_set() local512 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_cursor_move() local533 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_destroy() local546 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_dpms() local574 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_mode_set() local668 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_do_set_base() local695 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_mode_set_base() local712 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_mode_set_base_atomic() local733 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_prepare() local746 struct tegra_crtc *tegra_crtc = to_tegra_crtc(crtc); in tegra_crtc_commit() local[all …]