Lines Matching refs:bhndb_pci_probe
76 struct bhndb_pci_probe;
101 struct bhndb_pci_probe *probe);
106 static int bhndb_pci_probe_alloc(struct bhndb_pci_probe **probe,
108 static void bhndb_pci_probe_free(struct bhndb_pci_probe *probe);
111 struct bhndb_pci_probe *probe,
116 static void bhndb_pci_probe_write(struct bhndb_pci_probe *sc,
119 static uint32_t bhndb_pci_probe_read(struct bhndb_pci_probe *sc,
123 struct bhndb_pci_probe *probe);
150 struct bhndb_pci_probe *probe; /**< borrowed probe reference */
160 struct bhndb_pci_probe { struct
262 bhndb_pci_probe(device_t dev) in bhndb_pci_probe() function
264 struct bhndb_pci_probe *probe; in bhndb_pci_probe()
359 struct bhndb_pci_probe *probe; in bhndb_pci_attach()
802 struct bhndb_pci_probe *probe) in bhndb_pci_srsh_pi_war()
1284 bhndb_pci_probe_alloc(struct bhndb_pci_probe **probe, device_t dev, in bhndb_pci_probe_alloc()
1287 struct bhndb_pci_probe *p; in bhndb_pci_probe_alloc()
1404 bhndb_pci_probe_free(struct bhndb_pci_probe *probe) in bhndb_pci_probe_free()
1427 bhndb_pci_probe_copy_core_table(struct bhndb_pci_probe *probe, in bhndb_pci_probe_copy_core_table()
1456 bhndb_pci_probe_has_mapping(struct bhndb_pci_probe *probe, bhnd_addr_t addr, in bhndb_pci_probe_has_mapping()
1496 bhndb_pci_probe_map(struct bhndb_pci_probe *probe, bhnd_addr_t addr, in bhndb_pci_probe_map()
1583 bhndb_pci_probe_write(struct bhndb_pci_probe *probe, bhnd_addr_t addr, in bhndb_pci_probe_write()
1626 bhndb_pci_probe_read(struct bhndb_pci_probe *probe, bhnd_addr_t addr, in bhndb_pci_probe_read()
1664 bhndb_pci_eio_init(struct bhndb_pci_eio *pio, struct bhndb_pci_probe *probe) in bhndb_pci_eio_init()
1735 DEVMETHOD(device_probe, bhndb_pci_probe),