Searched defs:nvkm_timer (Results 1 – 3 of 3) sorted by relevance
20 struct nvkm_timer { struct21 const struct nvkm_timer_func *func; argument28 u64 nvkm_timer_read(struct nvkm_timer *); argument
4 #define nvkm_timer(p) container_of((p), struct nvkm_timer, subdev) macro
177 nvkm_timer = { variable