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

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

Completed in 247 milliseconds