Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/therm/
H A 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()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/top/
H A Dbase.c114 return nvkm_device_subdev(device, info->type, info->inst); in nvkm_top_fault()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/mc/
H A Dbase.c40 struct nvkm_subdev *subdev = nvkm_device_subdev(device, type, inst); in nvkm_mc_intr_mask()
/openbmc/linux/drivers/gpu/drm/nouveau/include/nvkm/core/
H A Ddevice.h76 struct nvkm_subdev *nvkm_device_subdev(struct nvkm_device *, int type, int inst);
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/engine/device/
H A Duser.c54 subdev = nvkm_device_subdev(device, type, 0); in nvkm_udevice_info_subdev()
H A Dbase.c2747 nvkm_device_subdev(struct nvkm_device *device, int type, int inst) in nvkm_device_subdev() function
2762 struct nvkm_subdev *subdev = nvkm_device_subdev(device, type, inst); in nvkm_device_engine()
3224 subdev = nvkm_device_subdev(device, (type), 0); \ in nvkm_device_ctor()
3242 subdev = nvkm_device_subdev(device, (type), (j)); \ in nvkm_device_ctor()
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/core/
H A Dintr.c276 subdev = nvkm_device_subdev(intr->subdev->device, type, inst); in nvkm_intr_subdev_add_dev()