Symbol: tpm_softc
sys/dev/crypto/tpm/tpm.c
1018
tpm_legacy_init(struct tpm_softc *sc, int irq, const char *name)
sys/dev/crypto/tpm/tpm.c
1047
tpm_legacy_start(struct tpm_softc *sc, int flag)
sys/dev/crypto/tpm/tpm.c
1072
tpm_legacy_read(struct tpm_softc *sc, void *buf, int len, size_t *count,
sys/dev/crypto/tpm/tpm.c
1097
tpm_legacy_write(struct tpm_softc *sc, void *buf, int len)
sys/dev/crypto/tpm/tpm.c
1116
tpm_legacy_end(struct tpm_softc *sc, int flag, int rv)
sys/dev/crypto/tpm/tpm.c
1150
struct tpm_softc *sc = TPMSOFTC(dev);
sys/dev/crypto/tpm/tpm.c
1167
struct tpm_softc *sc = TPMSOFTC(dev);
sys/dev/crypto/tpm/tpm.c
1185
struct tpm_softc *sc = TPMSOFTC(dev);
sys/dev/crypto/tpm/tpm.c
1260
struct tpm_softc *sc = TPMSOFTC(dev);
sys/dev/crypto/tpm/tpm.c
130
((struct tpm_softc *)dev->si_drv1)
sys/dev/crypto/tpm/tpm.c
164
int tpm_tis12_irqinit(struct tpm_softc *, int, int);
sys/dev/crypto/tpm/tpm.c
165
int tpm_tis12_init(struct tpm_softc *, int, const char *);
sys/dev/crypto/tpm/tpm.c
166
int tpm_tis12_start(struct tpm_softc *, int);
sys/dev/crypto/tpm/tpm.c
167
int tpm_tis12_read(struct tpm_softc *, void *, int, size_t *, int);
sys/dev/crypto/tpm/tpm.c
168
int tpm_tis12_write(struct tpm_softc *, void *, int);
sys/dev/crypto/tpm/tpm.c
169
int tpm_tis12_end(struct tpm_softc *, int, int);
sys/dev/crypto/tpm/tpm.c
173
int tpm_waitfor_poll(struct tpm_softc *, u_int8_t, int, void *);
sys/dev/crypto/tpm/tpm.c
174
int tpm_waitfor_int(struct tpm_softc *, u_int8_t, int, void *, int);
sys/dev/crypto/tpm/tpm.c
175
int tpm_waitfor(struct tpm_softc *, u_int8_t, int, void *);
sys/dev/crypto/tpm/tpm.c
176
int tpm_request_locality(struct tpm_softc *, int);
sys/dev/crypto/tpm/tpm.c
177
int tpm_getburst(struct tpm_softc *);
sys/dev/crypto/tpm/tpm.c
178
u_int8_t tpm_status(struct tpm_softc *);
sys/dev/crypto/tpm/tpm.c
182
int tpm_legacy_init(struct tpm_softc *, int, const char *);
sys/dev/crypto/tpm/tpm.c
183
int tpm_legacy_start(struct tpm_softc *, int);
sys/dev/crypto/tpm/tpm.c
184
int tpm_legacy_read(struct tpm_softc *, void *, int, size_t *, int);
sys/dev/crypto/tpm/tpm.c
185
int tpm_legacy_write(struct tpm_softc *, void *, int);
sys/dev/crypto/tpm/tpm.c
186
int tpm_legacy_end(struct tpm_softc *, int, int);
sys/dev/crypto/tpm/tpm.c
202
struct tpm_softc *sc = device_get_softc(dev);
sys/dev/crypto/tpm/tpm.c
263
struct tpm_softc * sc = device_get_softc(dev);
sys/dev/crypto/tpm/tpm.c
323
tpm_tis12_irqinit(struct tpm_softc *sc, int irq, int idx)
sys/dev/crypto/tpm/tpm.c
357
tpm_tis12_init(struct tpm_softc *sc, int irq, const char *name)
sys/dev/crypto/tpm/tpm.c
399
tpm_request_locality(struct tpm_softc *sc, int l)
sys/dev/crypto/tpm/tpm.c
441
tpm_getburst(struct tpm_softc *sc)
sys/dev/crypto/tpm/tpm.c
473
tpm_status(struct tpm_softc *sc)
sys/dev/crypto/tpm/tpm.c
498
struct tpm_softc *sc = device_get_softc(dev);
sys/dev/crypto/tpm/tpm.c
526
struct tpm_softc *sc = device_get_softc(dev);
sys/dev/crypto/tpm/tpm.c
539
tpm_waitfor_poll(struct tpm_softc *sc, u_int8_t mask, int tmo, void *c)
sys/dev/crypto/tpm/tpm.c
562
tpm_waitfor_int(struct tpm_softc *sc, u_int8_t mask, int tmo, void *c,
sys/dev/crypto/tpm/tpm.c
629
tpm_waitfor(struct tpm_softc *sc, u_int8_t b0, int tmo, void *c)
sys/dev/crypto/tpm/tpm.c
722
tpm_tis12_start(struct tpm_softc *sc, int flag)
sys/dev/crypto/tpm/tpm.c
767
tpm_tis12_read(struct tpm_softc *sc, void *buf, int len, size_t *count,
sys/dev/crypto/tpm/tpm.c
807
tpm_tis12_write(struct tpm_softc *sc, void *buf, int len)
sys/dev/crypto/tpm/tpm.c
868
tpm_tis12_end(struct tpm_softc *sc, int flag, int err)
sys/dev/crypto/tpm/tpm.c
914
struct tpm_softc *sc = v;
sys/dev/crypto/tpm/tpm_acpi.c
73
"tpm", tpm_acpi_methods, sizeof(struct tpm_softc),
sys/dev/crypto/tpm/tpm_isa.c
77
"tpm", tpm_methods, sizeof(struct tpm_softc),
sys/dev/crypto/tpm/tpmvar.h
27
int (*sc_init)(struct tpm_softc *, int, const char *);
sys/dev/crypto/tpm/tpmvar.h
28
int (*sc_start)(struct tpm_softc *, int);
sys/dev/crypto/tpm/tpmvar.h
29
int (*sc_read)(struct tpm_softc *, void *, int, size_t *, int);
sys/dev/crypto/tpm/tpmvar.h
30
int (*sc_write)(struct tpm_softc *, void *, int);
sys/dev/crypto/tpm/tpmvar.h
31
int (*sc_end)(struct tpm_softc *, int, int);