Searched refs:mmio_handle (Results 1 - 5 of 5) sorted by relevance

/fuchsia/zircon/system/dev/misc/pl031-rtc/
H A Dpl031-rtc.c82 zx_handle_t mmio_handle = ZX_HANDLE_INVALID; local
84 &mmio_size, &mmio_handle);
115 zx_handle_close(mmio_handle);
/fuchsia/zircon/system/dev/usb/xhci/
H A Dusb-xhci.c207 zx_handle_close(xhci->mmio_handle);
351 &xhci->mmio, &xhci->mmio_size, &xhci->mmio_handle);
421 zx_handle_close(xhci->mmio_handle);
446 &xhci->mmio, &xhci->mmio_size, &xhci->mmio_handle);
476 zx_handle_close(xhci->mmio_handle);
H A Dxhci.h117 zx_handle_t mmio_handle; member in struct:xhci
/fuchsia/zircon/system/dev/bus/virtio/backends/
H A Dpci_modern.cpp185 if (bar_[bar].mmio_handle != ZX_HANDLE_INVALID) {
200 bar_[bar].mmio_handle.reset(handle);
H A Dpci.h129 zx::handle mmio_handle; member in struct:virtio::PciModernBackend::bar

Completed in 87 milliseconds