Searched refs:nvkm_event_func (Results 1 – 20 of 20) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | event.h | 10 const struct nvkm_event_func *func; 23 struct nvkm_event_func { struct 28 int __nvkm_event_init(const struct nvkm_event_func *func, struct nvkm_subdev *, int types_nr, argument 37 nvkm_event_init(const struct nvkm_event_func *func, struct nvkm_subdev *subdev, in nvkm_event_init() 50 typedef int (*nvkm_event_func)(struct nvkm_event_ntfy *, u32 bits); typedef 57 nvkm_event_func func; 67 void nvkm_event_ntfy_add(struct nvkm_event *, int id, u32 bits, bool wait, nvkm_event_func,
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | priv.h | 30 const struct nvkm_event_func *uevent; 80 extern const struct nvkm_event_func nv50_disp_chan_uevent; 83 extern const struct nvkm_event_func gf119_disp_chan_uevent; 84 extern const struct nvkm_event_func gv100_disp_chan_uevent;
|
H A D | base.c | 56 static const struct nvkm_event_func
|
H A D | gf119.c | 497 const struct nvkm_event_func
|
H A D | gv100.c | 328 const struct nvkm_event_func
|
H A D | nv50.c | 543 const struct nvkm_event_func
|
H A D | r535.c | 1367 static const struct nvkm_event_func
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
H A D | priv.h | 43 const struct nvkm_event_func *nonstall; 102 extern const struct nvkm_event_func g84_fifo_nonstall; 115 extern const struct nvkm_event_func gf100_fifo_nonstall; 201 extern const struct nvkm_event_func ga100_fifo_nonstall;
|
H A D | chid.h | 19 int nvkm_chid_new(const struct nvkm_event_func *, struct nvkm_subdev *,
|
H A D | chid.c | 86 nvkm_chid_new(const struct nvkm_event_func *func, struct nvkm_subdev *subdev, in nvkm_chid_new()
|
H A D | chan.h | 9 extern const struct nvkm_event_func nvkm_chan_event;
|
H A D | g84.c | 183 const struct nvkm_event_func
|
H A D | chan.c | 36 const struct nvkm_event_func
|
H A D | ga100.c | 535 const struct nvkm_event_func
|
H A D | gf100.c | 461 const struct nvkm_event_func
|
/linux/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | event.c | 146 nvkm_event_ntfy_add(struct nvkm_event *event, int id, u32 bits, bool wait, nvkm_event_func func, in nvkm_event_ntfy_add() 201 __nvkm_event_init(const struct nvkm_event_func *func, struct nvkm_subdev *subdev, in __nvkm_event_init()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/sw/ |
H A D | chan.c | 48 static const struct nvkm_event_func
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/fault/ |
H A D | base.c | 40 static const struct nvkm_event_func
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/gpio/ |
H A D | base.c | 125 static const struct nvkm_event_func
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
H A D | base.c | 106 static const struct nvkm_event_func
|