Searched refs:NVKM_LAYOUT_ONCE (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Dlayout.h2 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_FUS
[all...]
H A Ddevice.h59 #define NVKM_LAYOUT_ONCE(type,data,ptr) data *ptr; macro
63 #undef NVKM_LAYOUT_ONCE macro
100 #define NVKM_LAYOUT_ONCE(type,data,ptr,...) \ macro
105 #define NVKM_LAYOUT_INST(A...) NVKM_LAYOUT_ONCE(A)
108 #undef NVKM_LAYOUT_ONCE macro
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 macro
/linux-master/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 macro
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Dbase.c3370 #define NVKM_LAYOUT_ONCE(type,data,ptr) \ macro
3408 #undef NVKM_LAYOUT_ONCE macro

Completed in 162 milliseconds