Home
last modified time | relevance | path

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

/arch/um/include/shared/
Dirq_user.h11 struct irq_fd { struct
12 struct irq_fd *next; argument
13 void *id;
14 int fd;
15 int type;
16 int irq;
17 int events;
18 int current_events;
/arch/um/os-Linux/
Dirq.c25 struct irq_fd *irq_fd; in os_waiting_for_events() local
79 void os_free_irq_by_cb(int (*test)(struct irq_fd *, void *), void *arg, in os_free_irq_by_cb()
/arch/um/kernel/
Dirq.c35 struct irq_fd *irq_fd; in sigio_handler() local
63 struct irq_fd *new_fd, *irq_fd; in activate_fd() local
153 static void free_irq_by_cb(int (*test)(struct irq_fd *, void *), void *arg) in free_irq_by_cb()