Home
last modified time | relevance | path

Searched refs:rockchip_tve (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_tve.c129 struct rockchip_tve { struct
157 static void tve_write_block(struct rockchip_tve *tve, struct env_config *config, int len) in tve_write_block() argument
165 static void tve_set_mode(struct rockchip_tve *tve) in tve_set_mode()
269 static void dac_init(struct rockchip_tve *tve) in dac_init()
277 static void dac_enable(struct rockchip_tve *tve, bool enable) in dac_enable()
412 static int tve_parse_dt(struct rockchip_tve *tve) in tve_parse_dt()
522 static int tve_parse_dt_legacy(struct rockchip_tve *tve) in tve_parse_dt_legacy()
616 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_init()
666 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_enable()
689 struct rockchip_tve *tve = dev_get_priv(conn->dev); in rockchip_drm_tve_deinit()
[all …]
H A DMakefile31 obj-$(CONFIG_DRM_ROCKCHIP_TVE) += rockchip_tve.o