Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/misc/ocxl/
Dfile.c201 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-v4.19/drivers/misc/cxl/
Dfile.c314 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,
Dapi.c373 return afu_ioctl(file, cmd, arg); in cxl_fd_ioctl()
Dcxl.h1049 long afu_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
/Linux-v4.19/drivers/fpga/
Ddfl-afu-main.c420 static long afu_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in afu_ioctl() function
502 .unlocked_ioctl = afu_ioctl,