Home | History | Annotate | Download | only in include

Lines Matching refs:pci_attach_args

80 struct pci_attach_args;
101 int (*pc_intr_map)(const struct pci_attach_args *,
120 int (*pc_intr_alloc)(const struct pci_attach_args *,
123 int (*pc_intx_alloc)(const struct pci_attach_args *,
125 int (*pc_msi_alloc)(const struct pci_attach_args *,
127 int (*pc_msi_alloc_exact)(const struct pci_attach_args *,
129 int (*pc_msix_alloc)(const struct pci_attach_args *,
131 int (*pc_msix_alloc_exact)(const struct pci_attach_args *,
133 int (*pc_msix_alloc_map)(const struct pci_attach_args *,
196 int pci_intr_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
199 int pci_intx_alloc(const struct pci_attach_args *, pci_intr_handle_t **);
200 int pci_msi_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
202 int pci_msi_alloc_exact(const struct pci_attach_args *,
204 int pci_msix_alloc(const struct pci_attach_args *, pci_intr_handle_t **,
206 int pci_msix_alloc_exact(const struct pci_attach_args *,
208 int pci_msix_alloc_map(const struct pci_attach_args *, pci_intr_handle_t **,