Home
last modified time | relevance | path

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

/Linux-v5.10/arch/um/include/shared/
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;
/Linux-v5.10/drivers/misc/ocxl/
Dfile.c205 struct ocxl_ioctl_irq_fd irq_fd; in afu_ioctl() local
/Linux-v5.10/samples/vfio-mdev/
Dmtty.c130 int irq_fd; member