Home
last modified time | relevance | path

Searched refs:NVKM_LAYOUT_ONCE (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h63 #define NVKM_LAYOUT_ONCE(type,data,ptr) data *ptr; macro
67 #undef NVKM_LAYOUT_ONCE
111 #define NVKM_LAYOUT_ONCE(type,data,ptr,...) \ macro
116 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A)
119 #undef NVKM_LAYOUT_ONCE
H A Dsubdev.h7 #define NVKM_LAYOUT_ONCE(t,s,p,...) t, macro
8 #define NVKM_LAYOUT_INST NVKM_LAYOUT_ONCE
11 #undef NVKM_LAYOUT_ONCE
/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dsubdev.c31 #define NVKM_LAYOUT_ONCE(type,data,ptr,...) [type] = #ptr, macro
32 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A)
34 #undef NVKM_LAYOUT_ONCE
/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c3413 #define NVKM_LAYOUT_ONCE(type,data,ptr) \ in nvkm_device_ctor() macro
3451 #undef NVKM_LAYOUT_ONCE in nvkm_device_ctor()