/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/core/ |
notify.h | 9 struct nvkm_notify { struct 18 int (*func)(struct nvkm_notify *); 34 int (*func)(struct nvkm_notify *), bool work, 36 struct nvkm_notify *); 37 void nvkm_notify_fini(struct nvkm_notify *); 38 void nvkm_notify_get(struct nvkm_notify *); 39 void nvkm_notify_put(struct nvkm_notify *); 40 void nvkm_notify_send(struct nvkm_notify *, void *data, u32 size);
|
event.h | 7 struct nvkm_notify; 24 struct nvkm_notify *); 25 void (*send)(void *data, u32 size, struct nvkm_notify *);
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/sw/ |
nv50.h | 15 struct nvkm_notify notify[4];
|
nouveau_nvkm_engine_sw_chan.c | 56 struct nvkm_notify *notify)
|
nouveau_nvkm_engine_sw_gf100.c | 44 gf100_sw_chan_vblsem_release(struct nvkm_notify *notify)
|
nouveau_nvkm_engine_sw_nv50.c | 44 nv50_sw_chan_vblsem_release(struct nvkm_notify *notify)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/core/ |
nouveau_nvkm_core_notify.c | 33 nvkm_notify_put_locked(struct nvkm_notify *notify) 40 nvkm_notify_put(struct nvkm_notify *notify) 55 nvkm_notify_get_locked(struct nvkm_notify *notify) 62 nvkm_notify_get(struct nvkm_notify *notify) 75 nvkm_notify_func(struct nvkm_notify *notify) 91 struct nvkm_notify *notify = container_of(work, typeof(*notify), work); 96 nvkm_notify_send(struct nvkm_notify *notify, void *data, u32 size) 123 nvkm_notify_fini(struct nvkm_notify *notify) 138 int (*func)(struct nvkm_notify *), bool work, 140 struct nvkm_notify *notify [all...] |
nouveau_nvkm_core_event.c | 60 struct nvkm_notify *notify;
|
nouveau_nvkm_core_client.c | 78 struct nvkm_notify n; 87 nvkm_client_notify(struct nvkm_notify *n)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/ |
fault.h | 17 struct nvkm_notify nrpfb;
|
clk.h | 104 struct nvkm_notify pwrsrc_ntfy;
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/disp/ |
conn.h | 17 struct nvkm_notify hpd;
|
nv50.h | 100 struct nvkm_notify *);
|
dp.h | 24 struct nvkm_notify hpd;
|
nouveau_nvkm_engine_disp_conn.c | 38 nvkm_conn_hpd(struct nvkm_notify *notify)
|
nouveau_nvkm_engine_disp_base.c | 67 struct nvkm_notify *notify) 104 struct nvkm_notify *notify)
|
nouveau_nvkm_engine_disp_channv50.c | 140 struct nvkm_notify *notify)
|
nouveau_nvkm_engine_disp_dp.c | 543 nvkm_dp_hpd(struct nvkm_notify *notify)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/fifo/ |
nouveau_nvkm_engine_fifo_base.c | 135 struct nvkm_notify *notify) 154 struct nvkm_notify *notify) 192 struct nvkm_notify *notify)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/ |
nouveau_nvkm_subdev_fault_base.c | 48 struct nvkm_notify *notify)
|
nouveau_nvkm_subdev_fault_gv100.c | 123 gv100_fault_ntfy_nrpfb(struct nvkm_notify *notify)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/gpio/ |
nouveau_nvkm_subdev_gpio_base.c | 133 struct nvkm_notify *notify)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/i2c/ |
nouveau_nvkm_subdev_i2c_base.c | 114 struct nvkm_notify *notify)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/ |
nouveau_nvkm_subdev_clk_base.c | 593 nvkm_clk_pwrsrc(struct nvkm_notify *notify)
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/engine/device/ |
nouveau_nvkm_engine_device_base.c | 2682 struct nvkm_notify *notify)
|