/src/sys/arch/evbppc/include/ |
rbus_machdep.h | 33 struct pci_attach_args; 34 rbus_tag_t rbus_pccbb_parent_io(struct pci_attach_args *); 35 rbus_tag_t rbus_pccbb_parent_mem(struct pci_attach_args *);
|
/src/sys/arch/macppc/include/ |
rbus_machdep.h | 33 struct pci_attach_args; 34 rbus_tag_t rbus_pccbb_parent_io(struct pci_attach_args *); 35 rbus_tag_t rbus_pccbb_parent_mem(struct pci_attach_args *);
|
/src/sys/arch/sparc64/include/ |
rbus_machdep.h | 31 struct pci_attach_args; 32 rbus_tag_t rbus_pccbb_parent_io(struct pci_attach_args *); 33 rbus_tag_t rbus_pccbb_parent_mem(struct pci_attach_args *); 34 void pccbb_attach_hook(device_t, device_t, struct pci_attach_args *);
|
pci_machdep.h | 35 struct pci_attach_args; 70 int (*spc_intr_map)(const struct pci_attach_args *, pci_intr_handle_t *); 74 int (*spc_find_ino)(const struct pci_attach_args *, pci_intr_handle_t *); 94 int pci_intr_map(const struct pci_attach_args *, 99 int (*)(void *, const struct pci_attach_args *), void *, 100 struct pci_attach_args *);
|
/src/sys/arch/xen/include/ |
pci_machdep.h | 71 int (*)(void *, const struct pci_attach_args *), void *, 72 struct pci_attach_args *);
|
/src/sys/arch/amd64/include/ |
rbus_machdep.h | 31 struct pci_attach_args; /* XXX */ 40 rbus_tag_t rbus_pccbb_parent_io(struct pci_attach_args *); 41 rbus_tag_t rbus_pccbb_parent_mem(struct pci_attach_args *);
|
/src/sys/arch/i386/include/ |
rbus_machdep.h | 31 struct pci_attach_args; /* XXX */ 40 rbus_tag_t rbus_pccbb_parent_io(struct pci_attach_args *); 41 rbus_tag_t rbus_pccbb_parent_mem(struct pci_attach_args *);
|
/src/sys/arch/mips/alchemy/dev/ |
aupcivar.h | 61 int aupci_intr_map(const struct pci_attach_args *, pci_intr_handle_t *);
|
/src/sys/arch/sandpoint/include/ |
pci_machdep.h | 50 struct pci_attach_args; /* Forward declaration */ 79 int pci_intr_map(const struct pci_attach_args *, 91 int pci_intr_alloc(const struct pci_attach_args *, 94 int pci_intx_alloc(const struct pci_attach_args *, 98 int pci_msi_alloc(const struct pci_attach_args *, 100 int pci_msi_alloc_exact(const struct pci_attach_args *, 104 int pci_msix_alloc(const struct pci_attach_args *, 106 int pci_msix_alloc_exact(const struct pci_attach_args *, 108 int pci_msix_alloc_map(const struct pci_attach_args *,
|
/src/sys/arch/x86/include/ |
pci_machdep_common.h | 82 struct pci_attach_args; 117 int pci_intr_map(const struct pci_attach_args *, 139 int pci_intr_alloc(const struct pci_attach_args *, 150 int pci_intx_alloc(const struct pci_attach_args *, 154 int pci_msi_alloc(const struct pci_attach_args *, 156 int pci_msi_alloc_exact(const struct pci_attach_args *, 160 int pci_msix_alloc(const struct pci_attach_args *, 162 int pci_msix_alloc_exact(const struct pci_attach_args *, 164 int pci_msix_alloc_map(const struct pci_attach_args *,
|
/src/sys/arch/arm/pci/ |
pci_msi_machdep.h | 43 pci_intr_handle_t * (*msi_alloc)(struct arm_pci_msi *, int *, const struct pci_attach_args *, bool); 44 pci_intr_handle_t * (*msix_alloc)(struct arm_pci_msi *, u_int *, int *, const struct pci_attach_args *, bool);
|
/src/sys/arch/powerpc/include/ibm4xx/ |
pci_machdep.h | 45 struct pci_attach_args; 68 int ibm4xx_pci_intr_map(const struct pci_attach_args *,
|
/src/sys/arch/prep/include/ |
pci_machdep.h | 40 int prep_pci_intr_map(const struct pci_attach_args *, pci_intr_handle_t *);
|
/src/sys/arch/x86/pci/ |
msipic.h | 34 struct pic *msipic_construct_msi_pic(const struct pci_attach_args *); 36 struct pic *msipic_construct_msix_pic(const struct pci_attach_args *);
|
/src/sys/dev/pci/ |
puccn.h | 44 * in the pci_attach_args. This allows the console can be 50 int cpu_puc_cnprobe(struct consdev *, struct pci_attach_args *);
|
pcivar.h | 54 struct pci_attach_args; 80 int (*ov_intr_map)(void *, const struct pci_attach_args *, 151 struct pci_attach_args { struct 182 * can't use it directly since pci_attach_args has yet to be defined. 185 pci_attach_args_pc(const struct pci_attach_args *pa) 302 int pci_mapreg_map(const struct pci_attach_args *, int, pcireg_t, int, 305 int pci_mapreg_submap(const struct pci_attach_args *, int, pcireg_t, int, 309 int pci_find_rom(const struct pci_attach_args *, bus_space_tag_t, 333 pci_compatible_lookup(const struct pci_attach_args *, 335 int pci_compatible_match(const struct pci_attach_args *, [all...] |
/src/sys/arch/sgimips/include/ |
pci_machdep.h | 42 struct pci_attach_args; 63 int (*pc_intr_map)(const struct pci_attach_args *, 91 int pci_intr_map(const struct pci_attach_args *,
|
/src/sys/arch/atari/include/ |
pci_machdep.h | 47 struct pci_attach_args; 76 int pci_intr_map(const struct pci_attach_args *,
|
/src/sys/arch/cobalt/include/ |
pci_machdep.h | 42 struct pci_attach_args; 75 int pci_intr_map(const struct pci_attach_args *,
|
/src/sys/arch/powerpc/include/ |
pci_machdep.h | 54 struct pci_attach_args; 60 const struct pci_attach_args *); 96 int pci_intr_map(const struct pci_attach_args *, 102 int pci_intr_alloc(const struct pci_attach_args *, 105 int pci_intx_alloc(const struct pci_attach_args *, 109 int pci_msi_alloc(const struct pci_attach_args *, 111 int pci_msi_alloc_exact(const struct pci_attach_args *, 115 int pci_msix_alloc(const struct pci_attach_args *, 117 int pci_msix_alloc_exact(const struct pci_attach_args *, 119 int pci_msix_alloc_map(const struct pci_attach_args *, [all...] |
/src/sys/arch/arm/cortex/ |
gic_v2m.h | 46 struct pci_attach_args *frame_pa[GICC_IAR_IRQ];
|
/src/sys/arch/arm/include/ |
pci_machdep.h | 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 ** [all...] |
/src/sys/arch/evbmips/alchemy/ |
board.h | 43 int (*ab_pci_intr_map)(const struct pci_attach_args *,
|
/src/sys/arch/ia64/include/ |
pci_machdep.h | 31 struct pci_attach_args;
|
/src/sys/arch/ibmnws/include/ |
pci_machdep.h | 40 int ibmnws_pci_intr_map(struct pci_attach_args *, pci_intr_handle_t *);
|