Searched refs:afu_ioctl (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/misc/cxl/ |
| H A D | file.c | 310 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in afu_ioctl() function 336 return afu_ioctl(file, cmd, arg); in afu_compat_ioctl() 532 .unlocked_ioctl = afu_ioctl, 543 .unlocked_ioctl = afu_ioctl,
|
| H A D | api.c | 364 return afu_ioctl(file, cmd, arg); in cxl_fd_ioctl()
|
| H A D | cxl.h | 1042 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
| /OK3568_Linux_fs/kernel/drivers/misc/ocxl/ |
| H A D | file.c | 201 static long afu_ioctl(struct file *file, unsigned int cmd, in afu_ioctl() function 292 return afu_ioctl(file, cmd, args); in afu_compat_ioctl() 478 .unlocked_ioctl = afu_ioctl,
|
| /OK3568_Linux_fs/kernel/drivers/fpga/ |
| H A D | dfl-afu-main.c | 744 static long afu_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in afu_ioctl() function 835 .unlocked_ioctl = afu_ioctl,
|