HomeSort by: relevance | last modified time | path
    Searched defs:kfd_ioctl (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_chardev.c 37 #include <uapi/linux/kfd_ioctl.h>
48 static long kfd_ioctl(struct file *, unsigned int, unsigned long);
57 .unlocked_ioctl = kfd_ioctl,
1796 static long kfd_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) function in typeref:typename:long
kfd_chardev.c 37 #include <uapi/linux/kfd_ioctl.h>
48 static long kfd_ioctl(struct file *, unsigned int, unsigned long);
57 .unlocked_ioctl = kfd_ioctl,
1796 static long kfd_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) function in typeref:typename:long

Completed in 23 milliseconds