Home
last modified time | relevance | path

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

/linux-4.19.296/include/linux/
Dirqbypass.h48 struct irq_bypass_producer { struct
52 int (*add_consumer)(struct irq_bypass_producer *, argument
54 void (*del_consumer)(struct irq_bypass_producer *, argument
56 void (*stop)(struct irq_bypass_producer *); argument
57 void (*start)(struct irq_bypass_producer *); argument
78 struct irq_bypass_producer *);
80 struct irq_bypass_producer *);
85 int irq_bypass_register_producer(struct irq_bypass_producer *);
86 void irq_bypass_unregister_producer(struct irq_bypass_producer *);
Dkvm_irqfd.h68 struct irq_bypass_producer *producer;
Dkvm_host.h1324 struct irq_bypass_producer *);
1326 struct irq_bypass_producer *);
/linux-4.19.296/virt/lib/
Dirqbypass.c33 static int __connect(struct irq_bypass_producer *prod, in __connect()
61 static void __disconnect(struct irq_bypass_producer *prod, in __disconnect()
87 int irq_bypass_register_producer(struct irq_bypass_producer *producer) in irq_bypass_register_producer()
89 struct irq_bypass_producer *tmp; in irq_bypass_register_producer()
137 void irq_bypass_unregister_producer(struct irq_bypass_producer *producer) in irq_bypass_unregister_producer()
139 struct irq_bypass_producer *tmp; in irq_bypass_unregister_producer()
184 struct irq_bypass_producer *producer; in irq_bypass_register_consumer()
235 struct irq_bypass_producer *producer; in irq_bypass_unregister_consumer()
/linux-4.19.296/virt/kvm/arm/
Darm.c1635 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_add_producer()
1644 struct irq_bypass_producer *prod) in kvm_arch_irq_bypass_del_producer()