kfd_chardev.c | 66 struct device *kfd_device; variable in typeref:struct:device * 82 kfd_device = device_create(kfd_class, NULL, 85 err = PTR_ERR(kfd_device); 86 if (IS_ERR(kfd_device)) 108 return kfd_device; 123 dev_warn(kfd_device, 142 dev_dbg(kfd_device, "process %d opened, compat mode (32 bit) - %d\n", 879 dev_dbg(kfd_device, "get apertures for PASID 0x%x", p->pasid); 900 dev_dbg(kfd_device, 902 dev_dbg(kfd_device, [all...] |