OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tpm_softc
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/ic/
tpmvar.h
68
struct
tpm_softc
;
73
int (*init)(struct
tpm_softc
*);
74
int (*start)(struct
tpm_softc
*, int);
75
int (*read)(struct
tpm_softc
*, void *, size_t, size_t *, int);
76
int (*write)(struct
tpm_softc
*, const void *, size_t);
77
int (*end)(struct
tpm_softc
*, int, int);
82
struct
tpm_softc
{
struct
tpm.c
99
tpm_getburst(struct
tpm_softc
*sc)
127
tpm_status(struct
tpm_softc
*sc)
136
tpm12_suspend(struct
tpm_softc
*sc)
234
tpm20_suspend(struct
tpm_softc
*sc)
334
struct
tpm_softc
*sc = device_private(dev);
359
tpm_poll(struct
tpm_softc
*sc, uint8_t mask, int to, wchan_t chan)
374
tpm_waitfor(struct
tpm_softc
*sc, uint8_t bits, int tmo, wchan_t chan)
416
tpm12_request_locality(struct
tpm_softc
*sc, int l)
487
tpm12_rng(struct
tpm_softc
*sc, unsigned *entropybitsp)
625
tpm20_rng(struct
tpm_softc
*sc, unsigned *entropybitsp
[
all
...]
/src/sys/dev/isa/
tpm_isa.c
70
CFATTACH_DECL_NEW(tpm_isa, sizeof(struct
tpm_softc
), tpm_isa_match,
107
struct
tpm_softc
*sc = device_private(self);
/src/sys/dev/acpi/
tpm_acpi.c
55
CFATTACH_DECL_NEW(tpm_acpi, sizeof(struct
tpm_softc
), tpm_acpi_match,
102
struct
tpm_softc
*sc = device_private(self);
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025