Searched refs:nvif_event_ctor_ (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/nouveau/include/nvif/ |
A D | event.h | 23 int nvif_event_ctor_(struct nvif_object *, const char *, u32, nvif_event_func, bool, 30 return nvif_event_ctor_(parent, name, handle, func, wait, args, argc, true, event); in nvif_event_ctor()
|
/linux-6.3-rc2/drivers/gpu/drm/nouveau/nvif/ |
A D | event.c | 57 nvif_event_ctor_(struct nvif_object *parent, const char *name, u32 handle, nvif_event_func func, in nvif_event_ctor_() function
|
A D | conn.c | 42 ret = nvif_event_ctor_(&conn->object, name ?: "nvifConnHpd", nvif_conn_id(conn), in nvif_conn_event_ctor()
|
Completed in 4 milliseconds