Searched refs:irq_bypass_consumer (Results 1 - 6 of 6) sorted by relevance

/linux-4.4.14/include/linux/
H A Dirqbypass.h16 struct irq_bypass_consumer;
53 struct irq_bypass_consumer *);
55 struct irq_bypass_consumer *);
61 * struct irq_bypass_consumer - IRQ bypass consumer definition
74 struct irq_bypass_consumer { struct
77 int (*add_producer)(struct irq_bypass_consumer *,
79 void (*del_producer)(struct irq_bypass_consumer *,
81 void (*stop)(struct irq_bypass_consumer *);
82 void (*start)(struct irq_bypass_consumer *);
87 int irq_bypass_register_consumer(struct irq_bypass_consumer *);
88 void irq_bypass_unregister_consumer(struct irq_bypass_consumer *);
H A Dkvm_irqfd.h67 struct irq_bypass_consumer consumer;
H A Dkvm_host.h1188 int kvm_arch_irq_bypass_add_producer(struct irq_bypass_consumer *,
1190 void kvm_arch_irq_bypass_del_producer(struct irq_bypass_consumer *,
1192 void kvm_arch_irq_bypass_stop(struct irq_bypass_consumer *);
1193 void kvm_arch_irq_bypass_start(struct irq_bypass_consumer *);
/linux-4.4.14/virt/lib/
H A Dirqbypass.c34 struct irq_bypass_consumer *cons) __connect()
62 struct irq_bypass_consumer *cons) __disconnect()
90 struct irq_bypass_consumer *consumer; irq_bypass_register_producer()
137 struct irq_bypass_consumer *consumer; irq_bypass_unregister_producer()
175 int irq_bypass_register_consumer(struct irq_bypass_consumer *consumer) irq_bypass_register_consumer()
177 struct irq_bypass_consumer *tmp; irq_bypass_register_consumer()
225 void irq_bypass_unregister_consumer(struct irq_bypass_consumer *consumer) irq_bypass_unregister_consumer()
227 struct irq_bypass_consumer *tmp; irq_bypass_unregister_consumer()
/linux-4.4.14/virt/kvm/
H A Deventfd.c266 struct irq_bypass_consumer *cons) kvm_arch_irq_bypass_stop()
271 struct irq_bypass_consumer *cons) kvm_arch_irq_bypass_start()
/linux-4.4.14/arch/x86/kvm/
H A Dx86.c8245 int kvm_arch_irq_bypass_add_producer(struct irq_bypass_consumer *cons, kvm_arch_irq_bypass_add_producer()
8260 void kvm_arch_irq_bypass_del_producer(struct irq_bypass_consumer *cons, kvm_arch_irq_bypass_del_producer()

Completed in 245 milliseconds