Searched refs:rockchip_tve (Results 1 – 2 of 2) sorted by relevance
129 struct rockchip_tve { struct157 static void tve_write_block(struct rockchip_tve *tve, struct env_config *config, int len) in tve_write_block() argument165 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 …]
31 obj-$(CONFIG_DRM_ROCKCHIP_TVE) += rockchip_tve.o