Home
last modified time | relevance | path

Searched refs:nvkm_device_subdev (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
Dgk104.c39 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/
Dbase.c114 return nvkm_device_subdev(device, info->type, info->inst); in nvkm_top_fault()
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dbase.c40 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/
Ddevice.h77 struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int type, int inst);
/linux-6.12.1/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c54 subdev = nvkm_device_subdev(device, type, 0); in nvkm_udevice_info_subdev()
Dbase.c2828 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/
Dintr.c276 subdev = nvkm_device_subdev(intr->subdev->device, type, inst); in nvkm_intr_subdev_add_dev()