Home
last modified time | relevance | path

Searched defs:irq_fd (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/arch/um/include/shared/
H A Dirq_user.h12 struct irq_fd { struct
13 struct irq_fd *next; argument
14 void *id;
15 int fd;
16 int type;
17 int irq;
18 int events;
19 bool active;
20 bool pending;
21 bool purge;
/OK3568_Linux_fs/kernel/drivers/misc/ocxl/
H A Dfile.c205 struct ocxl_ioctl_irq_fd irq_fd; in afu_ioctl() local
/OK3568_Linux_fs/kernel/samples/vfio-mdev/
H A Dmtty.c130 int irq_fd; member