Searched defs:nvkm_timer_func (Results 1 – 1 of 1) sorted by relevance
9 struct nvkm_timer_func { struct10 void (*init)(struct nvkm_timer *);11 void (*intr)(struct nvkm_timer *);12 u64 (*read)(struct nvkm_timer *);13 void (*time)(struct nvkm_timer *, u64 time);14 void (*alarm_init)(struct nvkm_timer *, u32 time);15 void (*alarm_fini)(struct nvkm_timer *);