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