Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Dtvnv17.h67 NUM_TV_NORMS enumerator
88 extern const char * const nv17_tv_norm_names[NUM_TV_NORMS];
112 } nv17_tv_norms[NUM_TV_NORMS];
H A Dtvmodesnv17.c33 const char * const nv17_tv_norm_names[NUM_TV_NORMS] = {
50 struct nv17_tv_norm_params nv17_tv_norms[NUM_TV_NORMS] = {
/linux/drivers/gpu/drm/i2c/
H A Dch7006_drv.c255 drm_mode_create_tv_properties_legacy(dev, NUM_TV_NORMS, ch7006_tv_norm_names); in ch7006_encoder_create_resources()
467 for (i = 0; i < NUM_TV_NORMS; i++) { in ch7006_encoder_init()
474 if (i == NUM_TV_NORMS) in ch7006_encoder_init()
H A Dch7006_priv.h45 NUM_TV_NORMS enumerator