Home
last modified time | relevance | path

Searched refs:tpm_attach (Results 1 – 4 of 4) sorted by relevance

/NextBSD/sys/dev/tpm/
HDtpm_acpi.c70 DEVMETHOD(device_attach, tpm_attach),
HDtpmvar.h62 int tpm_attach(device_t dev);
HDtpm_isa.c83 DEVMETHOD(device_attach, tpm_attach),
HDtpm.c179 void tpm_attach(struct device *, struct device *, void *);
182 sizeof(struct tpm_softc), tpm_match, tpm_attach
249 tpm_attach(device_t dev) in tpm_attach() function
373 tpm_attach(struct device *parent, struct device *self, void *aux) in tpm_attach() function