Searched refs:tpm_tis_spi_init (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/char/tpm/ |
H A D | tpm_tis_spi.h | 28 extern int tpm_tis_spi_init(struct spi_device *spi, struct tpm_tis_spi_phy *phy,
|
H A D | tpm_tis_spi_main.c | 248 int tpm_tis_spi_init(struct spi_device *spi, struct tpm_tis_spi_phy *phy, in tpm_tis_spi_init() function 287 return tpm_tis_spi_init(dev, phy, irq, &tpm_spi_phy_ops); in tpm_tis_spi_probe()
|
H A D | tpm_tis_spi_cr50.c | 315 ret = tpm_tis_spi_init(spi, phy, -1, &tpm_spi_cr50_phy_ops); in cr50_spi_probe()
|