Lines Matching refs:kfd_device
55 struct device *kfd_device; variable
71 kfd_device = device_create(kfd_class, NULL, in kfd_chardev_init()
74 err = PTR_ERR(kfd_device); in kfd_chardev_init()
75 if (IS_ERR(kfd_device)) in kfd_chardev_init()
97 return kfd_device; in kfd_chardev()
112 dev_warn(kfd_device, in kfd_open()
123 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n", in kfd_open()
469 dev_dbg(kfd_device, "get apertures for PASID %d", p->pasid); in kfd_ioctl_get_process_apertures()
490 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
492 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
494 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
496 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
498 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
500 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
502 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
504 dev_dbg(kfd_device, in kfd_ioctl_get_process_apertures()
574 dev_dbg(kfd_device, "ioctl cmd 0x%x (#%d), arg 0x%lx\n", cmd, nr, arg); in kfd_ioctl()
578 dev_dbg(kfd_device, "no process\n"); in kfd_ioctl()
586 dev_dbg(kfd_device, "no function\n"); in kfd_ioctl()
622 dev_dbg(kfd_device, "invalid ioctl: pid=%d, cmd=0x%02x, nr=0x%02x\n", in kfd_ioctl()
629 dev_dbg(kfd_device, "ret = %d\n", retcode); in kfd_ioctl()