Searched defs:nvkm_timer (Results 1 – 3 of 3) sorted by relevance
18 struct nvkm_timer { struct19 const struct nvkm_timer_func *func; argument26 u64 nvkm_timer_read(struct nvkm_timer *); argument
3 #define nvkm_timer(p) container_of((p), struct nvkm_timer, subdev) macro
130 nvkm_timer = { variable