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