Lines Matching refs:kfd_device
56 struct device *kfd_device; variable
72 kfd_device = device_create(kfd_class, NULL, in kfd_chardev_init()
75 err = PTR_ERR(kfd_device); in kfd_chardev_init()
76 if (IS_ERR(kfd_device)) in kfd_chardev_init()
98 return kfd_device; in kfd_chardev()
113 dev_warn(kfd_device, in kfd_open()
124 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n", in kfd_open()
767 dev_dbg(kfd_device, "get apertures for PASID %d", p->pasid); in kfd_ioctl_get_process_apertures()
788 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
790 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
792 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
794 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
796 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
798 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
800 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
802 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
955 dev_dbg(kfd_device, "ioctl cmd 0x%x (#%d), arg 0x%lx\n", cmd, nr, arg); in kfd_ioctl()
959 dev_dbg(kfd_device, "no process\n"); in kfd_ioctl()
967 dev_dbg(kfd_device, "no function\n"); in kfd_ioctl()
1003 dev_dbg(kfd_device, "invalid ioctl: pid=%d, cmd=0x%02x, nr=0x%02x\n", in kfd_ioctl()
1010 dev_dbg(kfd_device, "ret = %d\n", retcode); in kfd_ioctl()