Lines Matching refs:kfd_device

65 struct device *kfd_device;  variable
102 kfd_device = device_create(&kfd_class, NULL, in kfd_chardev_init()
105 err = PTR_ERR(kfd_device); in kfd_chardev_init()
106 if (IS_ERR(kfd_device)) in kfd_chardev_init()
124 kfd_device = NULL; in kfd_chardev_exit()
139 dev_warn(kfd_device, in kfd_open()
158 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n", in kfd_open()
698 dev_dbg(kfd_device, "get apertures for PASID 0x%x", p->pasid); in kfd_ioctl_get_process_apertures()
717 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
719 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
721 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
723 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
725 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
727 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
729 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
731 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
750 dev_dbg(kfd_device, "get apertures for PASID 0x%x", p->pasid); in kfd_ioctl_get_process_apertures_new()
790 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
792 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
794 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
796 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
798 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
800 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
802 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures_new()
2703 dev_dbg(kfd_device, "Num of devices:%u bos:%u objects:%u priv_data_size:%lld\n", in criu_process_info()
2721 dev_dbg(kfd_device, "CRIU operation: %d\n", args->op); in kfd_ioctl_criu()
2739 dev_dbg(kfd_device, "Unsupported CRIU operation:%d\n", args->op); in kfd_ioctl_criu()
2745 dev_dbg(kfd_device, "CRIU operation:%d err:%d\n", args->op, ret); in kfd_ioctl_criu()
3263 dev_dbg(kfd_device, "ioctl cmd 0x%x (#0x%x), arg 0x%lx\n", cmd, nr, arg); in kfd_ioctl()
3279 dev_dbg(kfd_device, "Using KFD FD in wrong process\n"); in kfd_ioctl()
3288 dev_dbg(kfd_device, "no function\n"); in kfd_ioctl()
3337 dev_dbg(kfd_device, "invalid ioctl: pid=%d, cmd=0x%02x, nr=0x%02x\n", in kfd_ioctl()
3344 dev_dbg(kfd_device, "ioctl cmd (#0x%x), arg 0x%lx, ret = %d\n", in kfd_ioctl()