Searched refs:afu_ioctl (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/misc/cxl/ |
D | file.c | 248 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in afu_ioctl() function 274 return afu_ioctl(file, cmd, arg); in afu_compat_ioctl() 422 .unlocked_ioctl = afu_ioctl, 433 .unlocked_ioctl = afu_ioctl,
|
D | api.c | 231 return afu_ioctl(file, cmd, arg); in cxl_fd_ioctl()
|
D | cxl.h | 746 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|