Searched refs:tpm_tis12_init (Results 1 – 1 of 1) sorted by relevance
165 int tpm_tis12_init(struct tpm_softc *, int, const char *);233 sc->sc_init = tpm_tis12_init; in tpm_attach()246 if (sc->sc_init == tpm_tis12_init && sc->irq_res != NULL && in tpm_attach()359 tpm_tis12_init(struct tpm_softc *sc, int irq, const char *name) in tpm_tis12_init() function