Lines Matching refs:kfd_device

59 struct device *kfd_device;  variable
75 kfd_device = device_create(kfd_class, NULL, in kfd_chardev_init()
78 err = PTR_ERR(kfd_device); in kfd_chardev_init()
79 if (IS_ERR(kfd_device)) in kfd_chardev_init()
101 return kfd_device; in kfd_chardev()
116 dev_warn(kfd_device, in kfd_open()
130 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n", in kfd_open()
858 dev_dbg(kfd_device, "get apertures for PASID %d", p->pasid); in kfd_ioctl_get_process_apertures()
879 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
881 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
883 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
885 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
887 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
889 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
891 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
893 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
916 dev_dbg(kfd_device, "get apertures for PASID %d", p->pasid); in kfd_ioctl_get_process_apertures_new()
965 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
967 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
969 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
971 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
973 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
975 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
977 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
1804 dev_dbg(kfd_device, "ioctl cmd 0x%x (#%d), arg 0x%lx\n", cmd, nr, arg); in kfd_ioctl()
1808 dev_dbg(kfd_device, "no process\n"); in kfd_ioctl()
1816 dev_dbg(kfd_device, "no function\n"); in kfd_ioctl()
1852 dev_dbg(kfd_device, "invalid ioctl: pid=%d, cmd=0x%02x, nr=0x%02x\n", in kfd_ioctl()
1859 dev_dbg(kfd_device, "ret = %d\n", retcode); in kfd_ioctl()