Searched refs:nvkm_device_subdev (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/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-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/ |
D | base.c | 95 subdev = nvkm_device_subdev(device, tdev->type, tdev->inst); in nvkm_mc_intr() 108 subdev = nvkm_device_subdev(device, map->type, map->inst); in nvkm_mc_intr()
|
/linux-5.19.10/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-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/ |
D | device.h | 68 struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int type, int inst);
|
/linux-5.19.10/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 | 2711 nvkm_device_subdev(struct nvkm_device *device, int type, int inst) in nvkm_device_subdev() function 2726 struct nvkm_subdev *subdev = nvkm_device_subdev(device, type, inst); in nvkm_device_engine() 3177 subdev = nvkm_device_subdev(device, (type), 0); \ in nvkm_device_ctor() 3195 subdev = nvkm_device_subdev(device, (type), (j)); \ in nvkm_device_ctor()
|