Home
last modified time | relevance | path

Searched refs:env_config (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/
H A Drk630-tve.c56 struct env_config { struct
61 static struct env_config ntsc_bt656_config[] = { argument
72 static struct env_config ntsc_tve_config[] = {
102 static struct env_config pal_bt656_config[] = {
113 static struct env_config pal_tve_config[] = {
180 struct env_config *config, int len) in rk630_tve_write_block()
197 struct env_config *bt656_cfg, *tve_cfg; in rk630_tve_cfg_set()
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_tve.c45 struct env_config { struct
50 static struct env_config ntsc_bt656_config[] = { argument
61 static struct env_config ntsc_tve_config[] = {
81 static struct env_config pal_bt656_config[] = {
92 static struct env_config pal_tve_config[] = {
112 #define BT656_ENV_CONFIG_SIZE (sizeof(ntsc_bt656_config) / sizeof(struct env_config))
113 #define TVE_ENV_CONFIG_SIZE (sizeof(ntsc_tve_config) / sizeof(struct env_config))
156 static void tve_write_block(struct rockchip_tve *tve, struct env_config *config, int len) in tve_write_block()
166 struct env_config *bt656_cfg, *tve_cfg; in tve_set_mode()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Drockchip_drm_tve.c41 struct env_config { struct
46 static struct env_config ntsc_bt656_config[] = { argument
57 static struct env_config ntsc_tve_config[] = {
77 static struct env_config pal_bt656_config[] = {
88 static struct env_config pal_tve_config[] = {
108 #define BT656_ENV_CONFIG_SIZE (sizeof(ntsc_bt656_config) / sizeof(struct env_config))
109 #define TVE_ENV_CONFIG_SIZE (sizeof(ntsc_tve_config) / sizeof(struct env_config))
128 static void tve_write_block(struct rockchip_tve *tve, struct env_config *config, int len) in tve_write_block()
188 struct env_config *bt656_cfg, *tve_cfg; in tve_set_mode()