Searched refs:tpm_softc (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/tpm/ |
H A D | tpm.c | 128 ((struct tpm_softc *)dev->si_drv1) 164 int tpm_tis12_irqinit(struct tpm_softc *, int, int); 165 int tpm_tis12_init(struct tpm_softc *, int, const char *); 166 int tpm_tis12_start(struct tpm_softc *, int); 167 int tpm_tis12_read(struct tpm_softc *, void *, int, size_t *, int); 168 int tpm_tis12_write(struct tpm_softc *, void *, int); 169 int tpm_tis12_end(struct tpm_softc *, int, int); 173 int tpm_waitfor_poll(struct tpm_softc *, u_int8_t, int, void *); 174 int tpm_waitfor_int(struct tpm_softc *, u_int8_t, int, void *, int); 175 int tpm_waitfor(struct tpm_softc *, u_int8_t, int, void *); [all …]
|
H A D | tpmvar.h | 22 struct tpm_softc { struct 28 int (*sc_init)(struct tpm_softc *, int, const char *); argument 29 int (*sc_start)(struct tpm_softc *, int); argument 30 int (*sc_read)(struct tpm_softc *, void *, int, size_t *, int); argument 31 int (*sc_write)(struct tpm_softc *, void *, int); argument 32 int (*sc_end)(struct tpm_softc *, int, int); argument
|
H A D | tpm_acpi.c | 75 "tpm", tpm_acpi_methods, sizeof(struct tpm_softc),
|
H A D | tpm_isa.c | 88 "tpm", tpm_methods, sizeof(struct tpm_softc),
|