HomeSort by: relevance | last modified time | path
    Searched refs:NUM_TV_NORMS (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/dispnv04/
tvnv17.h 69 NUM_TV_NORMS
90 extern const char * const nv17_tv_norm_names[NUM_TV_NORMS];
114 } nv17_tv_norms[NUM_TV_NORMS];
nouveau_dispnv04_tvmodesnv17.c 39 const char * const nv17_tv_norm_names[NUM_TV_NORMS] = {
56 const struct nv17_tv_norm_params nv17_tv_norms[NUM_TV_NORMS] = {
nouveau_dispnv04_tvnv17.c 647 int num_tv_norms = dcb->tvconf.has_component_output ? NUM_TV_NORMS : local in function:nv17_tv_create_resources
652 i = match_string(nv17_tv_norm_names, num_tv_norms,
661 drm_mode_create_tv_properties(dev, num_tv_norms, nv17_tv_norm_names);
  /src/sys/external/bsd/drm2/dist/drm/i2c/
ch7006_drv.c 258 drm_mode_create_tv_properties(dev, NUM_TV_NORMS, ch7006_tv_norm_names);
472 for (i = 0; i < NUM_TV_NORMS; i++) {
479 if (i == NUM_TV_NORMS)
ch7006_priv.h 48 NUM_TV_NORMS

Completed in 16 milliseconds