Searched refs:afu_ioctl (Results 1 – 5 of 5) sorted by relevance
/linux-6.1.9/drivers/misc/cxl/ |
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,
|
D | api.c | 365 return afu_ioctl(file, cmd, arg); in cxl_fd_ioctl()
|
D | cxl.h | 1044 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
/linux-6.1.9/drivers/misc/ocxl/ |
D | file.c | 199 static long afu_ioctl(struct file *file, unsigned int cmd, in afu_ioctl() function 290 return afu_ioctl(file, cmd, args); in afu_compat_ioctl() 476 .unlocked_ioctl = afu_ioctl,
|
/linux-6.1.9/drivers/fpga/ |
D | dfl-afu-main.c | 757 static long afu_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in afu_ioctl() function 848 .unlocked_ioctl = afu_ioctl,
|