Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_tve.c120 #define connector_to_tve(x) container_of(x, struct rockchip_tve, connector)
121 #define encoder_to_tve(x) container_of(x, struct rockchip_tve, encoder)
128 static void tve_write_block(struct rockchip_tve *tve, struct env_config *config, int len) in tve_write_block()
140 struct rockchip_tve *tve = connector_to_tve(connector); in rockchip_tve_get_modes()
165 struct rockchip_tve *tve = connector_to_tve(connector); in rockchip_tve_best_encoder()
186 static void tve_set_mode(struct rockchip_tve *tve) in tve_set_mode()
291 static void dac_init(struct rockchip_tve *tve) in dac_init()
299 static void dac_enable(struct rockchip_tve *tve, bool enable) in dac_enable()
357 static int cvbs_set_disable(struct rockchip_tve *tve) in cvbs_set_disable()
388 static int cvbs_set_enable(struct rockchip_tve *tve) in cvbs_set_enable()
[all …]
H A Drockchip_drm_tve.h244 struct rockchip_tve { struct
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_tve.c129 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()
[all …]
H A DMakefile31 obj-$(CONFIG_DRM_ROCKCHIP_TVE) += rockchip_tve.o