Lines Matching refs:conn
614 static int rockchip_drm_tve_init(struct rockchip_connector *conn, struct display_state *state) in rockchip_drm_tve_init() argument
616 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_init()
639 addr = dev_read_addr_index(conn->dev, 0); in rockchip_drm_tve_init()
648 addr = dev_read_addr_index(conn->dev, 1); in rockchip_drm_tve_init()
664 static int rockchip_drm_tve_enable(struct rockchip_connector *conn, struct display_state *state) in rockchip_drm_tve_enable() argument
666 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_enable()
673 rockchip_phy_set_pll(conn->phy, 27000000); in rockchip_drm_tve_enable()
687 static void rockchip_drm_tve_deinit(struct rockchip_connector *conn, struct display_state *state) in rockchip_drm_tve_deinit() argument
689 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_deinit()
694 static int rockchip_drm_tve_prepare(struct rockchip_connector *conn, struct display_state *state) in rockchip_drm_tve_prepare() argument
699 static int rockchip_drm_tve_disable(struct rockchip_connector *conn, struct display_state *state) in rockchip_drm_tve_disable() argument
701 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_disable()
708 static int rockchip_drm_tve_detect(struct rockchip_connector *conn, struct display_state *state) in rockchip_drm_tve_detect() argument
841 static int rockchip_drm_tve_get_timing(struct rockchip_connector *conn, struct display_state *state) in rockchip_drm_tve_get_timing() argument
843 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_get_timing()