Searched refs:NVKM_LAYOUT_ONCE (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvkm/core/ |
A D | layout.h | 2 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_PCI , struct nvkm_pci , pci) 3 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_VBIOS , struct nvkm_bios , bios) 4 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_DEVINIT , struct nvkm_devinit , devinit) 5 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_TOP , struct nvkm_top , top) 6 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_PRIVRING, struct nvkm_subdev , privring) 7 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_GPIO , struct nvkm_gpio , gpio) 8 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_I2C , struct nvkm_i2c , i2c) 9 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_FUSE , struct nvkm_fuse , fuse) 10 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_MXM , struct nvkm_subdev , mxm) 11 NVKM_LAYOUT_ONCE(NVKM_SUBDEV_MC , struct nvkm_mc , mc) [all …]
|
A D | device.h | 60 #define NVKM_LAYOUT_ONCE(type,data,ptr) data *ptr; macro 64 #undef NVKM_LAYOUT_ONCE 90 #define NVKM_LAYOUT_ONCE(type,data,ptr,...) \ macro 95 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A) 98 #undef NVKM_LAYOUT_ONCE
|
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/ |
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/ |
A D | base.c | 3151 #define NVKM_LAYOUT_ONCE(type,data,ptr) \ in nvkm_device_ctor() macro 3189 #undef NVKM_LAYOUT_ONCE in nvkm_device_ctor()
|
Completed in 10 milliseconds