Home
last modified time | relevance | path

Searched refs:nvif_event_func (Results 1 – 6 of 6) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvif/
Devent.h10 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()
Dhead.h21 int nvif_head_vblank_event_ctor(struct nvif_head *, const char *name, nvif_event_func, bool wait,
Dconn.h36 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/
Dhead.c30 nvif_head_vblank_event_ctor(struct nvif_head *head, const char *name, nvif_event_func func, in nvif_head_vblank_event_ctor()
Devent.c57 nvif_event_ctor_(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, in nvif_event_ctor_()
Dconn.c30 nvif_conn_event_ctor(struct nvif_conn *conn, const char *name, nvif_event_func func, u8 types, in nvif_conn_event_ctor()