Home
last modified time | relevance | path

Searched refs:kfd_ioctl (Results 1 – 1 of 1) sorted by relevance

/openbsd/sys/dev/pci/drm/amd/amdkfd/
H A Dkfd_chardev.c49 static long kfd_ioctl(struct file *, unsigned int, unsigned long);
58 .unlocked_ioctl = kfd_ioctl,
3233 static long kfd_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in kfd_ioctl() function