Searched defs:nvkm_volt (Results 1 – 3 of 3) sorted by relevance
6 struct nvkm_volt { struct7 const struct nvkm_volt_func *func; argument8 struct nvkm_subdev subdev;33 int nvkm_volt_map(struct nvkm_volt *volt, u8 id, u8 temperature); argument
4 #define nvkm_volt(p) container_of((p), struct nvkm_volt, subdev) macro
276 nvkm_volt = { variable