Searched refs:InterruptDispatcher (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/kernel/object/include/object/
H A Dvirtual_interrupt_dispatcher.h14 class VirtualInterruptDispatcher final : public InterruptDispatcher {
20 VirtualInterruptDispatcher(const InterruptDispatcher &) = delete;
21 VirtualInterruptDispatcher& operator=(const InterruptDispatcher &) = delete;
H A Dinterrupt_dispatcher.h27 class InterruptDispatcher : public SoloDispatcher<InterruptDispatcher> { class in inherits:SoloDispatcher
29 InterruptDispatcher& operator=(const InterruptDispatcher&) = delete;
39 fbl::RefPtr<InterruptDispatcher> interrupt, uint64_t key);
45 InterruptDispatcher();
70 DECLARE_SPINLOCK(InterruptDispatcher) spinlock_;
H A Dinterrupt_event_dispatcher.h14 class InterruptEventDispatcher final : public InterruptDispatcher {
21 InterruptEventDispatcher(const InterruptDispatcher &) = delete;
22 InterruptEventDispatcher& operator=(const InterruptDispatcher &) = delete;
H A Dpci_interrupt_dispatcher.h17 class PciInterruptDispatcher final : public InterruptDispatcher {
H A Ddispatcher.h52 DECLARE_DISPTAG(InterruptDispatcher, ZX_OBJ_TYPE_INTERRUPT)
/fuchsia/zircon/kernel/object/
H A Dinterrupt_dispatcher.cpp14 InterruptDispatcher::InterruptDispatcher() function in class:InterruptDispatcher
19 zx_status_t InterruptDispatcher::WaitForInterrupt(zx_time_t* out_timestamp) {
64 bool InterruptDispatcher::SendPacketLocked(zx_time_t timestamp) {
73 zx_status_t InterruptDispatcher::Trigger(zx_time_t timestamp) {
107 void InterruptDispatcher::InterruptHandler() {
129 zx_status_t InterruptDispatcher::Destroy() {
159 zx_status_t InterruptDispatcher::Bind(fbl::RefPtr<PortDispatcher> port_dispatcher,
160 fbl::RefPtr<InterruptDispatcher> interrupt, uint64_t key) {
177 zx_status_t InterruptDispatcher
[all...]
/fuchsia/zircon/kernel/syscalls/
H A Dddk.cpp458 fbl::RefPtr<InterruptDispatcher> interrupt;
480 fbl::RefPtr<InterruptDispatcher> interrupt;
492 fbl::RefPtr<InterruptDispatcher> interrupt;
509 fbl::RefPtr<InterruptDispatcher> interrupt;
527 fbl::RefPtr<InterruptDispatcher> interrupt;

Completed in 279 milliseconds