Searched refs:nvkm_device_subdev (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/therm/ |
D | gk104.c | 39 if (!nvkm_device_subdev(dev, order[i].type, order[i].inst)) in gk104_clkgate_enable() 51 if (!nvkm_device_subdev(dev, order[i].type, order[i].inst)) in gk104_clkgate_enable() 68 if (!nvkm_device_subdev(dev, order[i].type, order[i].inst)) in gk104_clkgate_fini()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/top/ |
D | base.c | 114 return nvkm_device_subdev(device, info->type, info->inst); in nvkm_top_fault()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | base.c | 40 struct nvkm_subdev *subdev = nvkm_device_subdev(device, type, inst); in nvkm_mc_intr_mask()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 77 struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int type, int inst);
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/device/ |
D | user.c | 54 subdev = nvkm_device_subdev(device, type, 0); in nvkm_udevice_info_subdev()
|
D | base.c | 2828 nvkm_device_subdev(struct nvkm_device *device, int type, int inst) in nvkm_device_subdev() function 2843 struct nvkm_subdev *subdev = nvkm_device_subdev(device, type, inst); in nvkm_device_engine() 3305 subdev = nvkm_device_subdev(device, (type), 0); \ in nvkm_device_ctor() 3323 subdev = nvkm_device_subdev(device, (type), (j)); \ in nvkm_device_ctor()
|
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/core/ |
D | intr.c | 276 subdev = nvkm_device_subdev(intr->subdev->device, type, inst); in nvkm_intr_subdev_add_dev()
|