Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
H A Dtpm_tis_spi_cr50.c43 struct tpm_tis_spi_phy spi_phy; member
57 return container_of(phy, struct cr50_spi_phy, spi_phy); in to_cr50_spi_phy()
70 complete(&cr50_phy->spi_phy.ready); in cr50_spi_irq_handler()
83 struct device *dev = &phy->spi_phy.spi_device->dev; in cr50_ensure_access_delay()
94 remaining = wait_for_completion_timeout(&phy->spi_phy.ready, in cr50_ensure_access_delay()
129 phy->spi_phy.wake_after); in cr50_needs_waking()
134 struct tpm_tis_spi_phy *phy = &cr50_phy->spi_phy; in cr50_wake_if_needed()
277 phy = &cr50_phy->spi_phy; in cr50_spi_probe()