Symbol: nvxx_device
drivers/gpu/drm/nouveau/dispnv04/tvnv17.c
134
struct nvkm_device *device = nvxx_device(drm);
drivers/gpu/drm/nouveau/nouveau_abi16.c
252
struct nvkm_device *nvkm_device = nvxx_device(drm);
drivers/gpu/drm/nouveau/nouveau_bios.c
2089
nvkm_gsp_rm(nvxx_device(drm)->gsp))
drivers/gpu/drm/nouveau/nouveau_bo.c
1257
struct nvkm_device *device = nvxx_device(drm);
drivers/gpu/drm/nouveau/nouveau_bo.c
1377
struct nvkm_device *device = nvxx_device(drm);
drivers/gpu/drm/nouveau/nouveau_chan.c
206
struct nvkm_device *nvkm_device = nvxx_device(drm);
drivers/gpu/drm/nouveau/nouveau_drm.c
428
ret = nvkm_gpuobj_new(nvxx_device(drm), 32, 0, false, NULL, &drm->notify);
drivers/gpu/drm/nouveau/nouveau_drv.h
395
#define nvxx_bios(a) nvxx_device(a)->bios
drivers/gpu/drm/nouveau/nouveau_drv.h
396
#define nvxx_fb(a) nvxx_device(a)->fb
drivers/gpu/drm/nouveau/nouveau_drv.h
397
#define nvxx_gpio(a) nvxx_device(a)->gpio
drivers/gpu/drm/nouveau/nouveau_drv.h
398
#define nvxx_clk(a) nvxx_device(a)->clk
drivers/gpu/drm/nouveau/nouveau_drv.h
399
#define nvxx_i2c(a) nvxx_device(a)->i2c
drivers/gpu/drm/nouveau/nouveau_drv.h
400
#define nvxx_iccsense(a) nvxx_device(a)->iccsense
drivers/gpu/drm/nouveau/nouveau_drv.h
401
#define nvxx_therm(a) nvxx_device(a)->therm
drivers/gpu/drm/nouveau/nouveau_drv.h
402
#define nvxx_volt(a) nvxx_device(a)->volt
drivers/gpu/drm/nouveau/nouveau_drv.h
406
#define nvxx_gr(a) nvxx_device(a)->gr
drivers/gpu/drm/nouveau/nouveau_ttm.c
264
struct nvkm_device *device = nvxx_device(drm);
drivers/gpu/drm/nouveau/nouveau_ttm.c
353
struct nvkm_device *device = nvxx_device(drm);