Searched refs:gma_clock_t (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/gma500/ |
D | gma_display.h | 18 struct gma_clock_t { struct 44 struct gma_clock_t *best_clock); argument 48 void (*clock)(int refclk, struct gma_clock_t *clock); 52 struct gma_clock_t *clock); 86 extern void gma_clock(int refclk, struct gma_clock_t *clock); 89 struct gma_clock_t *clock); 92 struct gma_clock_t *best_clock);
|
D | oaktrail_crtc.c | 38 int refclk, struct gma_clock_t *best_clock); 42 int refclk, struct gma_clock_t *best_clock); 111 static void mrst_lvds_clock(int refclk, struct gma_clock_t *clock) in mrst_lvds_clock() 116 static void mrst_print_pll(struct gma_clock_t *clock) in mrst_print_pll() 125 int refclk, struct gma_clock_t *best_clock) in mrst_sdvo_find_best_pll() 127 struct gma_clock_t clock; in mrst_sdvo_find_best_pll() 182 int refclk, struct gma_clock_t *best_clock) in mrst_lvds_find_best_pll() 184 struct gma_clock_t clock; in mrst_lvds_find_best_pll() 366 struct gma_clock_t clock; in oaktrail_crtc_mode_set()
|
D | cdv_intel_display.c | 24 int refclk, struct gma_clock_t *best_clock); 213 struct gma_clock_t *clock, bool is_lvds, u32 ddi_select) in cdv_dpll_set_clock_cdv() 392 static void cdv_intel_clock(int refclk, struct gma_clock_t *clock) in cdv_intel_clock() 403 struct gma_clock_t *best_clock) in cdv_intel_find_dp_pll() 406 struct gma_clock_t clock; in cdv_intel_find_dp_pll() 446 memcpy(best_clock, &clock, sizeof(struct gma_clock_t)); in cdv_intel_find_dp_pll() 580 struct gma_clock_t clock; in cdv_intel_crtc_mode_set() 830 static void i8xx_clock(int refclk, struct gma_clock_t *clock) in i8xx_clock() 848 struct gma_clock_t clock; in cdv_intel_crtc_clock_get()
|
D | psb_intel_display.c | 66 static void psb_intel_clock(int refclk, struct gma_clock_t *clock) in psb_intel_clock() 104 struct gma_clock_t clock; in psb_intel_crtc_mode_set() 306 struct gma_clock_t clock; in psb_intel_crtc_clock_get()
|
D | gma_display.c | 670 struct gma_clock_t *clock) in gma_pll_is_valid() 701 struct gma_clock_t *best_clock) in gma_find_best_pll() 706 struct gma_clock_t clock; in gma_find_best_pll()
|