Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c42 struct cr50_spi_phy { struct
55 static inline struct cr50_spi_phy *to_cr50_spi_phy(struct tpm_tis_spi_phy *phy) in to_cr50_spi_phy() argument
57 return container_of(phy, struct cr50_spi_phy, spi_phy); in to_cr50_spi_phy()
67 struct cr50_spi_phy *cr50_phy = dev_id; in cr50_spi_irq_handler()
79 static void cr50_ensure_access_delay(struct cr50_spi_phy *phy) in cr50_ensure_access_delay()
120 static bool cr50_needs_waking(struct cr50_spi_phy *phy) in cr50_needs_waking()
132 static void cr50_wake_if_needed(struct cr50_spi_phy *cr50_phy) in cr50_wake_if_needed()
205 struct cr50_spi_phy *cr50_phy = to_cr50_spi_phy(phy); in tpm_tis_spi_cr50_transfer()
269 struct cr50_spi_phy *cr50_phy; in cr50_spi_probe()