Searched refs:NVKM_LAYOUT_ONCE (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
H A D | layout.h | 2 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_GSP , struct nvkm_gsp , gsp) 3 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_TOP , struct nvkm_top , top) 4 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_VFN , struct nvkm_vfn , vfn) 5 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_PCI , struct nvkm_pci , pci) 6 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_VBIOS , struct nvkm_bios , bios) 7 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_DEVINIT , struct nvkm_devinit , devinit) 8 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_PRIVRING, struct nvkm_subdev , privring) 9 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_GPIO , struct nvkm_gpio , gpio) 10 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_I2C , struct nvkm_i2c , i2c) 11 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_FUSE , struct nvkm_fuse , fuse) [all …]
|
H A D | device.h | 59 #define NVKM_LAYOUT_ONCE(type,data,ptr) data *ptr; macro 63 #undef NVKM_LAYOUT_ONCE 100 #define NVKM_LAYOUT_ONCE(type,data,ptr,...) \ macro 105 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A) 108 #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 | 3301 #define NVKM_LAYOUT_ONCE(type,data,ptr) \ in nvkm_device_ctor() macro 3339 #undef NVKM_LAYOUT_ONCE in nvkm_device_ctor()
|