Lines Matching refs:kfd_device
57 struct device *kfd_device; variable
73 kfd_device = device_create(kfd_class, NULL, in kfd_chardev_init()
76 err = PTR_ERR(kfd_device); in kfd_chardev_init()
77 if (IS_ERR(kfd_device)) in kfd_chardev_init()
99 return kfd_device; in kfd_chardev()
114 dev_warn(kfd_device, in kfd_open()
128 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n", in kfd_open()
843 dev_dbg(kfd_device, "get apertures for PASID %d", p->pasid); in kfd_ioctl_get_process_apertures()
864 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
866 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
868 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
870 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
872 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
874 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
876 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
878 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
901 dev_dbg(kfd_device, "get apertures for PASID %d", p->pasid); in kfd_ioctl_get_process_apertures_new()
950 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
952 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
954 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
956 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
958 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
960 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
962 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
1650 dev_dbg(kfd_device, "ioctl cmd 0x%x (#%d), arg 0x%lx\n", cmd, nr, arg); in kfd_ioctl()
1654 dev_dbg(kfd_device, "no process\n"); in kfd_ioctl()
1662 dev_dbg(kfd_device, "no function\n"); in kfd_ioctl()
1698 dev_dbg(kfd_device, "invalid ioctl: pid=%d, cmd=0x%02x, nr=0x%02x\n", in kfd_ioctl()
1705 dev_dbg(kfd_device, "ret = %d\n", retcode); in kfd_ioctl()