Home
last modified time | relevance | path

Searched refs:is_pci_dbg_uart (Results 1 – 4 of 4) sorted by relevance

/hypervisor/release/
A Duart16550.c12 bool is_pci_dbg_uart(__unused union pci_bdf bdf_value) { return false; } in is_pci_dbg_uart() function
/hypervisor/include/debug/
A Duart16550.h141 bool is_pci_dbg_uart(union pci_bdf bdf_value);
/hypervisor/debug/
A Duart16550.c299 bool is_pci_dbg_uart(union pci_bdf bdf_value) in is_pci_dbg_uart() function
/hypervisor/hw/
A Dpci.c869 is_hv_owned = (hdr_layout == PCIM_HDRTYPE_BRIDGE) || is_pci_dbg_uart(bdf); in pci_init_pdev()
872 is_hv_owned = is_pci_dbg_uart(bdf); in pci_init_pdev()

Completed in 63 milliseconds