Searched refs:NVKM_LAYOUT_ONCE (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
| H A D | device.h | 63 #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 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
|
| /linux/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
|
| /linux/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
| H A D | base.c | 3413 #define NVKM_LAYOUT_ONCE(type,data,ptr) \ in nvkm_device_ctor() macro 3451 #undef NVKM_LAYOUT_ONCE in nvkm_device_ctor()
|