Searched defs:nvkm_volt (Results 1 – 1 of 1) sorted by relevance
10 struct nvkm_volt { struct13 int (*vid_get)(struct nvkm_volt *); argument14 int (*get)(struct nvkm_volt *); argument15 int (*vid_set)(struct nvkm_volt *, u8 vid); argument16 int (*set)(struct nvkm_volt *, u32 uv); argument17 int (*set_id)(struct nvkm_volt *, u8 id, int condition); argument27 static inline struct nvkm_volt * argument28 nvkm_volt(void *obj) in nvkm_volt() function