Searched refs:cr50_spi_probe (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm_tis_spi.h | 35 extern int cr50_spi_probe(struct spi_device *spi); 37 static inline int cr50_spi_probe(struct spi_device *spi) in cr50_spi_probe() function
|
H A D | tpm_tis_spi_main.c | 324 { "cr50", (unsigned long)cr50_spi_probe }, 333 { .compatible = "google,cr50", .data = cr50_spi_probe },
|
H A D | tpm_tis_spi_cr50.c | 266 int cr50_spi_probe(struct spi_device *spi) in cr50_spi_probe() function
|
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm_tis_spi.h | 39 extern int cr50_spi_probe(struct spi_device *spi); 41 static inline int cr50_spi_probe(struct spi_device *spi) in cr50_spi_probe() function
|
H A D | tpm_tis_spi_main.c | 267 { "cr50", (unsigned long)cr50_spi_probe }, 276 { .compatible = "google,cr50", .data = cr50_spi_probe },
|
H A D | tpm_tis_spi_cr50.c | 253 int cr50_spi_probe(struct spi_device *spi) in cr50_spi_probe() function
|
Completed in 4 milliseconds