Home
last modified time | relevance | path

Searched refs:pci_intr_map (Results 1 – 25 of 175) sorted by relevance

1234567

/openbsd/sys/arch/amd64/include/
H A Dpci_machdep.h89 int pci_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
/openbsd/sys/arch/i386/pci/
H A Dpci_machdep.h98 int pci_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
/openbsd/sys/dev/pci/
H A Dif_an_pci.c125 if (pci_intr_map(pa, &ih)) { in an_pci_attach()
H A Dif_ep_pci.c113 if (pci_intr_map(pa, &ih)) { in ep_pci_attach()
H A Dtwe_pci.c82 if (pci_intr_map(pa, &ih)) { in twe_pci_attach()
H A Dufshci_pci.c87 if (pci_intr_map(pa, &ih) != 0) { in ufshci_pci_attach()
H A Dif_ti_pci.c136 if (pci_intr_map(pa, &ih)) { in ti_pci_attach()
H A Dxspd.c79 if (pci_intr_map(pa, &ih) != 0) { in xspd_attach()
H A Diha_pci.c112 if (pci_intr_map(pa, &ih)) { in iha_pci_attach()
H A Dadw_pci.c158 if (pci_intr_map(pa, &ih)) { in adw_pci_attach()
H A Dif_mtd_pci.c112 if (pci_intr_map(pa, &ih)) { in mtd_pci_attach()
H A Dtrm_pci.c148 if (pci_intr_map(pa, &ih)) { in trm_pci_attach()
H A Dadv_pci.c173 if (pci_intr_map(pa, &ih)) { in adv_pci_attach()
H A Dif_pgt_pci.c108 if (pci_intr_map(pa, &ih) != 0) { in pgt_pci_attach()
H A Dif_sf_pci.c139 if (pci_intr_map(pa, &ih)) { in sf_pci_attach()
H A Dpsp_pci.c78 pci_intr_map_msi(pa, &ih) != 0 && pci_intr_map(pa, &ih) != 0) { in psp_pci_intr_map()
H A Dnvme_pci.c100 if (pci_intr_map(pa, &ih) != 0) { in nvme_pci_attach()
H A Dcy_pci.c133 if (pci_intr_map(pa, &ih) != 0) { in cy_pci_attach()
H A Dif_dwqe_pci.c91 if (pci_intr_map_msi(pa, &ih) && pci_intr_map(pa, &ih)) { in dwqe_pci_attach()
/openbsd/sys/arch/macppc/include/
H A Dpci_machdep.h84 int pci_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
/openbsd/sys/arch/landisk/include/
H A Dpci_machdep.h76 #define pci_intr_map(pa, ihp) \ macro
/openbsd/sys/arch/alpha/pci/
H A Dpci_machdep.c145 pci_intr_map(struct pci_attach_args *pa, pci_intr_handle_t *ihp) in pci_intr_map() function
/openbsd/sys/arch/loongson/include/
H A Dpci_machdep.h76 #define pci_intr_map(c, ihp) \ macro
/openbsd/sys/arch/sparc64/include/
H A Dpci_machdep.h102 int pci_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
/openbsd/sys/arch/hppa/include/
H A Dpci_machdep.h81 #define pci_intr_map(p, ihp) \ macro

1234567