Searched refs:zx_pci_init_arg_t (Results 1 - 9 of 9) sorted by relevance

/fuchsia/zircon/system/dev/bus/acpi/
H A Dpci.h12 zx_status_t get_pci_init_arg(zx_pci_init_arg_t** arg, uint32_t* size);
H A Dpci.c36 zx_pci_init_arg_t* arg,
185 static zx_status_t find_pcie_config(zx_pci_init_arg_t* arg) {
246 zx_pci_init_arg_t* arg = context;
298 static zx_status_t find_pci_legacy_irq_mapping(zx_pci_init_arg_t* arg) {
323 zx_pci_init_arg_t* arg = (zx_pci_init_arg_t*)_ctx;
350 static zx_status_t find_pci_config(zx_pci_init_arg_t* arg) {
364 zx_status_t get_pci_init_arg(zx_pci_init_arg_t** arg, uint32_t* size) {
365 zx_pci_init_arg_t* res = NULL;
H A Dbus-acpi.c589 zx_pci_init_arg_t* arg;
/fuchsia/zircon/system/public/zircon/syscalls/
H A Dtypes.h15 typedef struct zx_pci_init_arg zx_pci_init_arg_t; typedef in typeref:struct:zx_pci_init_arg
H A Dpci.h100 } zx_pci_init_arg_t; typedef in typeref:struct:zx_pci_init_arg
103 #define ZX_PCI_INIT_ARG_MAX_SIZE (sizeof(((zx_pci_init_arg_t*)NULL)->addr_windows[0]) * \
105 sizeof(zx_pci_init_arg_t))
/fuchsia/zircon/system/dev/pci/amlogic-pcie/
H A Daml-pcie-device.cpp222 zx_pci_init_arg_t* arg;
224 arg = (zx_pci_init_arg_t*)calloc(1, arg_size);
231 fbl::unique_ptr<zx_pci_init_arg_t> deleter;
/fuchsia/zircon/kernel/syscalls/
H A Dddk_pci.cpp132 zx_status_t sys_pci_init(zx_handle_t handle, user_in_ptr<const zx_pci_init_arg_t> _init_buf, uint32_t len) {
140 fbl::unique_free_ptr<zx_pci_init_arg_t> arg;
151 arg.reset(static_cast<zx_pci_init_arg_t*>(malloc(len)));
637 zx_status_t sys_pci_init(zx_handle_t, user_in_ptr<const zx_pci_init_arg_t>, uint32_t) { argument
/fuchsia/zircon/system/dev/board/machina/
H A Dmachina.c33 zx_pci_init_arg_t* arg;
/fuchsia/zircon/system/dev/board/qemu/
H A Dqemu-bus.c34 zx_pci_init_arg_t* arg;

Completed in 92 milliseconds