Searched refs:tpm_softc (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/tpm/
H A Dtpmvar.h24 struct tpm_softc { struct
30 int (*sc_init)(struct tpm_softc *, int, const char *);
31 int (*sc_start)(struct tpm_softc *, int);
32 int (*sc_read)(struct tpm_softc *, void *, int, size_t *, int);
33 int (*sc_write)(struct tpm_softc *, void *, int);
34 int (*sc_end)(struct tpm_softc *, int, int);
H A Dtpm.c131 ((struct tpm_softc *)dev->si_drv1)
167 int tpm_tis12_irqinit(struct tpm_softc *, int, int);
168 int tpm_tis12_init(struct tpm_softc *, int, const char *);
169 int tpm_tis12_start(struct tpm_softc *, int);
170 int tpm_tis12_read(struct tpm_softc *, void *, int, size_t *, int);
171 int tpm_tis12_write(struct tpm_softc *, void *, int);
172 int tpm_tis12_end(struct tpm_softc *, int, int);
176 int tpm_waitfor_poll(struct tpm_softc *, u_int8_t, int, void *);
177 int tpm_waitfor_int(struct tpm_softc *, u_int8_t, int, void *, int);
178 int tpm_waitfor(struct tpm_softc *, u_int8_
[all...]
H A Dtpm_acpi.c76 "tpm", tpm_acpi_methods, sizeof(struct tpm_softc),
H A Dtpm_isa.c91 "tpm", tpm_methods, sizeof(struct tpm_softc),

Completed in 107 milliseconds