Searched defs:nvkm_volt_func (Results 1 – 1 of 1) sorted by relevance
14 struct nvkm_volt_func { struct15 int (*oneinit)(struct nvkm_volt *);16 int (*volt_get)(struct nvkm_volt *);17 int (*volt_set)(struct nvkm_volt *, u32 uv);18 int (*vid_get)(struct nvkm_volt *);19 int (*vid_set)(struct nvkm_volt *, u8 vid);20 int (*set_id)(struct nvkm_volt *, u8 id, int condition);21 int (*speedo_read)(struct nvkm_volt *);