Searched refs:tpm_tis12_probe (Results 1 – 3 of 3) sorted by relevance
59 int tpm_tis12_probe(bus_space_tag_t iot, bus_space_handle_t ioh);
68 if ((rv = tpm_tis12_probe(iot, ioh))) in tpm_isa_probe()
224 tpm_tis12_probe(sc->sc_bt, sc->sc_bh); in tpm_attach()289 tpm_tis12_probe(bus_space_tag_t bt, bus_space_handle_t bh) in tpm_tis12_probe() function