Searched refs:afu_ioctl (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/misc/ocxl/ |
D | file.c | 201 static long afu_ioctl(struct file *file, unsigned int cmd, in afu_ioctl() function 278 return afu_ioctl(file, cmd, args); in afu_compat_ioctl() 464 .unlocked_ioctl = afu_ioctl,
|
/linux-4.19.296/drivers/misc/cxl/ |
D | file.c | 314 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in afu_ioctl() function 340 return afu_ioctl(file, cmd, arg); in afu_compat_ioctl() 536 .unlocked_ioctl = afu_ioctl, 547 .unlocked_ioctl = afu_ioctl,
|
D | api.c | 373 return afu_ioctl(file, cmd, arg); in cxl_fd_ioctl()
|
D | cxl.h | 1049 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|