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()
70 switch (args->mthd) { in nvkm_udevice_info_v1()
97 args->mthd = NV_DEVICE_INFO_INVALID; in nvkm_udevice_info_v1()
218 nvkm_udevice_mthd(struct nvkm_object *object, u32 mthd, void *data, u32 size) in nvkm_udevice_mthd() argument
221 nvif_ioctl(object, "device mthd %08x\n", mthd); in nvkm_udevice_mthd()
222 switch (mthd) { in nvkm_udevice_mthd()
389 .mthd = nvkm_udevice_mthd,
404 .mthd = nvkm_udevice_mthd,