Searched refs:nvif_event_func (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/ |
D | event.h | 10 typedef int (*nvif_event_func)(struct nvif_event *, void *repv, u32 repc); typedef 14 nvif_event_func func; 23 int nvif_event_ctor_(struct nvif_object *, const char *, u32, nvif_event_func, bool, 27 nvif_event_ctor(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, in nvif_event_ctor()
|
D | head.h | 21 int nvif_head_vblank_event_ctor(struct nvif_head *, const char *name, nvif_event_func, bool wait,
|
D | conn.h | 36 int nvif_conn_event_ctor(struct nvif_conn *, const char *name, nvif_event_func, u8 types,
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvif/ |
D | head.c | 30 nvif_head_vblank_event_ctor(struct nvif_head *head, const char *name, nvif_event_func func, in nvif_head_vblank_event_ctor()
|
D | event.c | 57 nvif_event_ctor_(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, in nvif_event_ctor_()
|
D | conn.c | 30 nvif_conn_event_ctor(struct nvif_conn *conn, const char *name, nvif_event_func func, u8 types, in nvif_conn_event_ctor()
|