Lines Matching refs:rockchip_tve
129 struct rockchip_tve { struct
156 static void tve_write_block(struct rockchip_tve *tve, struct env_config *config, int len) in tve_write_block() argument
164 static void tve_set_mode(struct rockchip_tve *tve) in tve_set_mode()
268 static void dac_init(struct rockchip_tve *tve) in dac_init()
276 static void dac_enable(struct rockchip_tve *tve, bool enable) in dac_enable()
377 static int tve_parse_dt(struct rockchip_tve *tve) in tve_parse_dt()
455 static int tve_parse_dt_legacy(struct rockchip_tve *tve) in tve_parse_dt_legacy()
549 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_init()
598 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_enable()
621 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_deinit()
633 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_disable()
645 static void tve_select_output(struct rockchip_tve *tve, struct connector_state *conn_state, in tve_select_output()
775 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_get_timing()
796 struct rockchip_tve *tve = dev_get_priv(dev); in rockchip_drm_tve_probe()
847 .priv_auto_alloc_size = sizeof(struct rockchip_tve),