Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/
Dlayout.h2 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 …]
Ddevice.h60 #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
Dsubdev.h7 #define NVKM_LAYOUT_ONCE(t,s,p,...) t, macro
8 #define NVKM_LAYOUT_INST NVKM_LAYOUT_ONCE
11 #undef NVKM_LAYOUT_ONCE
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/core/
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
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Dbase.c3173 #define NVKM_LAYOUT_ONCE(type,data,ptr) \ in nvkm_device_ctor() macro
3211 #undef NVKM_LAYOUT_ONCE in nvkm_device_ctor()