HomeSort by: relevance | last modified time | path
    Searched refs:nvkm_timer (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/timer/
priv.h 6 #define nvkm_timer(p) container_of((p), struct nvkm_timer, subdev) macro
10 int index, struct nvkm_timer **);
13 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 *);
21 void nvkm_timer_alarm_trigger(struct nvkm_timer *);
    [all...]
nouveau_nvkm_subdev_timer_base.c 69 nvkm_timer_read(struct nvkm_timer *tmr)
75 nvkm_timer_alarm_trigger(struct nvkm_timer *tmr)
112 nvkm_timer_alarm(struct nvkm_timer *tmr, u32 nsec, struct nvkm_alarm *alarm)
153 struct nvkm_timer *tmr = nvkm_timer(subdev);
160 struct nvkm_timer *tmr = nvkm_timer(subdev);
168 struct nvkm_timer *tmr = nvkm_timer(subdev);
179 spin_lock_destroy(&nvkm_timer(subdev)->lock)
184 nvkm_timer = { variable in typeref:typename:const struct nvkm_subdev_func
    [all...]
nouveau_nvkm_subdev_timer_gk20a.c 41 gk20a_timer_new(struct nvkm_device *device, int index, struct nvkm_timer **ptmr)
nouveau_nvkm_subdev_timer_nv04.c 33 nv04_timer_time(struct nvkm_timer *tmr, u64 time)
48 nv04_timer_read(struct nvkm_timer *tmr)
62 nv04_timer_alarm_fini(struct nvkm_timer *tmr)
69 nv04_timer_alarm_init(struct nvkm_timer *tmr, u32 time)
77 nv04_timer_intr(struct nvkm_timer *tmr)
96 nv04_timer_init(struct nvkm_timer *tmr)
153 nv04_timer_new(struct nvkm_device *device, int index, struct nvkm_timer **ptmr)
nouveau_nvkm_subdev_timer_nv40.c 33 nv40_timer_init(struct nvkm_timer *tmr)
90 nv40_timer_new(struct nvkm_device *device, int index, struct nvkm_timer **ptmr)
nouveau_nvkm_subdev_timer_nv41.c 33 nv41_timer_init(struct nvkm_timer *tmr)
87 nv41_timer_new(struct nvkm_device *device, int index, struct nvkm_timer **ptmr)
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
timer.h 22 struct nvkm_timer { struct
30 u64 nvkm_timer_read(struct nvkm_timer *);
31 void nvkm_timer_alarm(struct nvkm_timer *, u32 nsec, struct nvkm_alarm *);
34 struct nvkm_timer *tmr;
81 int nv04_timer_new(struct nvkm_device *, int, struct nvkm_timer **);
82 int nv40_timer_new(struct nvkm_device *, int, struct nvkm_timer **);
83 int nv41_timer_new(struct nvkm_device *, int, struct nvkm_timer **);
84 int gk20a_timer_new(struct nvkm_device *, int, struct nvkm_timer **);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/therm/
nouveau_nvkm_subdev_therm_fan.c 41 struct nvkm_timer *tmr = subdev->device->timer;
136 struct nvkm_timer *tmr = device->timer;
225 struct nvkm_timer *tmr = therm->subdev.device->timer;
nouveau_nvkm_subdev_therm_fantog.c 48 struct nvkm_timer *tmr = device->timer;
nouveau_nvkm_subdev_therm_temp.c 172 struct nvkm_timer *tmr = therm->subdev.device->timer;
226 struct nvkm_timer *tmr = therm->subdev.device->timer;
nouveau_nvkm_subdev_therm_base.c 114 struct nvkm_timer *tmr = subdev->device->timer;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/gr/
nouveau_nvkm_engine_gr_g84.c 125 struct nvkm_timer *tmr = device->timer;
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/
device.h 166 struct nvkm_timer *timer;
243 int (*timer )(struct nvkm_device *, int idx, struct nvkm_timer **);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/pmu/
nouveau_nvkm_subdev_pmu_gk20a.c 128 struct nvkm_timer *tmr = device->timer;

Completed in 20 milliseconds