Searched defs:nvkm_timer (Results 1 – 3 of 3) sorted by relevance
22 struct nvkm_timer { struct23 const struct nvkm_timer_func *func; argument30 u64 nvkm_timer_read(struct nvkm_timer *); argument
6 #define nvkm_timer(p) container_of((p), struct nvkm_timer, subdev) macro
184 nvkm_timer = { variable