Lines Matching refs:tpm_softc

99 tpm_getburst(struct tpm_softc *sc)  in tpm_getburst()
127 tpm_status(struct tpm_softc *sc) in tpm_status()
136 tpm12_suspend(struct tpm_softc *sc) in tpm12_suspend()
234 tpm20_suspend(struct tpm_softc *sc) in tpm20_suspend()
334 struct tpm_softc *sc = device_private(dev); in tpm_suspend()
359 tpm_poll(struct tpm_softc *sc, uint8_t mask, int to, wchan_t chan) in tpm_poll()
374 tpm_waitfor(struct tpm_softc *sc, uint8_t bits, int tmo, wchan_t chan) in tpm_waitfor()
416 tpm12_request_locality(struct tpm_softc *sc, int l) in tpm12_request_locality()
487 tpm12_rng(struct tpm_softc *sc, unsigned *entropybitsp) in tpm12_rng()
625 tpm20_rng(struct tpm_softc *sc, unsigned *entropybitsp) in tpm20_rng()
765 struct tpm_softc *sc = cookie; in tpm_rng_work()
812 struct tpm_softc *sc = cookie; in tpm_rng_get()
822 tpm_tis12_init(struct tpm_softc *sc) in tpm_tis12_init()
853 tpm_tis12_start(struct tpm_softc *sc, int rw) in tpm_tis12_start()
881 tpm_tis12_read(struct tpm_softc *sc, void *buf, size_t len, size_t *count, in tpm_tis12_read()
914 tpm_tis12_write(struct tpm_softc *sc, const void *buf, size_t len) in tpm_tis12_write()
954 tpm_tis12_end(struct tpm_softc *sc, int rw, int err) in tpm_tis12_end()
1025 struct tpm_softc *sc = device_lookup_private(&tpm_cd, minor(dev)); in tpmopen()
1045 struct tpm_softc *sc = device_lookup_private(&tpm_cd, minor(dev)); in tpmclose()
1065 struct tpm_softc *sc = device_lookup_private(&tpm_cd, minor(dev)); in tpmread()
1127 struct tpm_softc *sc = device_lookup_private(&tpm_cd, minor(dev)); in tpmwrite()
1161 struct tpm_softc *sc = device_lookup_private(&tpm_cd, minor(dev)); in tpmioctl()