Home
last modified time | relevance | path

Searched refs:tpm_tis12_probe (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/dev/crypto/tpm/
H A Dtpmvar.h53 int tpm_tis12_probe(bus_space_tag_t iot, bus_space_handle_t ioh);
H A Dtpm_isa.c57 if ((rv = tpm_tis12_probe(iot, ioh))) in tpm_isa_probe()
H A Dtpm.c223 tpm_tis12_probe(sc->sc_bt, sc->sc_bh); in tpm_attach()
287 tpm_tis12_probe(bus_space_tag_t bt, bus_space_handle_t bh) in tpm_tis12_probe() function