Home
last modified time | relevance | path

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

/linux-5.19.10/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-5.19.10/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
Dbase.c95 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/
Dbase.c114 return nvkm_device_subdev(device, info->type, info->inst); in nvkm_top_fault()
/linux-5.19.10/drivers/gpu/drm/nouveau/include/nvkm/core/
Ddevice.h68 struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int type, int inst);
/linux-5.19.10/drivers/gpu/drm/nouveau/nvkm/engine/device/
Duser.c54 subdev = nvkm_device_subdev(device, type, 0); in nvkm_udevice_info_subdev()
Dbase.c2711 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()