Lines Matching refs:mthd
43 nvkm_udevice_info_subdev(struct nvkm_device *device, u64 mthd, u64 *data) in nvkm_udevice_info_subdev() argument
48 switch (mthd & NV_DEVICE_INFO_UNIT) { in nvkm_udevice_info_subdev()
56 return nvkm_subdev_info(subdev, mthd, data); in nvkm_udevice_info_subdev()
64 if (args->mthd & NV_DEVICE_INFO_UNIT) { in nvkm_udevice_info_v1()
65 if (nvkm_udevice_info_subdev(device, args->mthd, &args->data)) in nvkm_udevice_info_v1()
66 args->mthd = NV_DEVICE_INFO_INVALID; in nvkm_udevice_info_v1()
69 args->mthd = NV_DEVICE_INFO_INVALID; in nvkm_udevice_info_v1()
189 nvkm_udevice_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_udevice_mthd() argument
192 nvif_ioctl(object, "device mthd %08x\n", mthd); in nvkm_udevice_mthd()
193 switch (mthd) { in nvkm_udevice_mthd()
363 .mthd = nvkm_udevice_mthd,
378 .mthd = nvkm_udevice_mthd,