Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/loongson/
Dlsdc_gfxpll.h11 struct loongson_gfxpll;
23 int (*init)(struct loongson_gfxpll * const this);
25 int (*update)(struct loongson_gfxpll * const this,
28 void (*get_rates)(struct loongson_gfxpll * const this,
31 void (*print)(struct loongson_gfxpll * const this,
35 struct loongson_gfxpll { struct
50 struct loongson_gfxpll **ppout); argument
Dlsdc_gfxpll.c59 static void __gfxpll_rreg(struct loongson_gfxpll *this, in __gfxpll_rreg()
72 static int loongson_gfxpll_update(struct loongson_gfxpll * const this, in loongson_gfxpll_update()
80 static void loongson_gfxpll_get_rates(struct loongson_gfxpll * const this, in loongson_gfxpll_get_rates()
117 static void loongson_gfxpll_print(struct loongson_gfxpll * const this, in loongson_gfxpll_print()
143 struct loongson_gfxpll *this = (struct loongson_gfxpll *)data; in loongson_gfxpll_fini()
150 static int loongson_gfxpll_init(struct loongson_gfxpll * const this) in loongson_gfxpll_init()
174 struct loongson_gfxpll **ppout) in loongson_gfxpll_create()
178 struct loongson_gfxpll *this; in loongson_gfxpll_create()
Dlsdc_debugfs.c49 struct loongson_gfxpll *gfxpll = ldev->gfxpll; in lsdc_show_gfxpll_clock()
Dlsdc_drv.h274 struct loongson_gfxpll *gfxpll;