Searched refs:afu_ioctl (Results 1 - 5 of 5) sorted by relevance

/linux-master/drivers/misc/cxl/
H A Dfile.c308 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg) function
318 pr_devel("afu_ioctl\n");
334 return afu_ioctl(file, cmd, arg);
530 .unlocked_ioctl = afu_ioctl,
541 .unlocked_ioctl = afu_ioctl,
H A Dapi.c365 return afu_ioctl(file, cmd, arg);
H A Dcxl.h1045 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
/linux-master/drivers/misc/ocxl/
H A Dfile.c198 static long afu_ioctl(struct file *file, unsigned int cmd, function
289 return afu_ioctl(file, cmd, args);
475 .unlocked_ioctl = afu_ioctl,
/linux-master/drivers/fpga/
H A Ddfl-afu-main.c757 static long afu_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) function
848 .unlocked_ioctl = afu_ioctl,

Completed in 131 milliseconds