Searched refs:NVKM_LAYOUT_ONCE (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | device.h | 58 #define NVKM_LAYOUT_ONCE(type,data,ptr) data *ptr; macro 62 #undef NVKM_LAYOUT_ONCE macro 99 #define NVKM_LAYOUT_ONCE(type,data,ptr,...) \ macro 104 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A) 107 #undef NVKM_LAYOUT_ONCE macro
|
H A D | subdev.h | 7 #define NVKM_LAYOUT_ONCE(t,s,p,...) t, macro 8 #define NVKM_LAYOUT_INST NVKM_LAYOUT_ONCE 11 #undef NVKM_LAYOUT_ONCE macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | subdev.c | 31 #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 macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
H A D | base.c | 3220 #define NVKM_LAYOUT_ONCE(type,data,ptr) \ in nvkm_device_ctor() macro 3258 #undef NVKM_LAYOUT_ONCE in nvkm_device_ctor() macro
|
Completed in 6 milliseconds