Searched defs:nvkm_volt (Results 1 – 3 of 3) sorted by relevance
8 struct nvkm_volt { struct9 const struct nvkm_volt_func *func; argument10 struct nvkm_subdev subdev;35 int nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temperature); argument
6 #define nvkm_volt(p) container_of((p), struct nvkm_volt, subdev) macro
281 nvkm_volt = { variable