Home
last modified time | relevance | path

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

/linux/drivers/char/tpm/
A Dtpm_tis_spi_cr50.c66 cr50_phy->irq_confirmed = true; in cr50_spi_irq_handler()
67 complete(&cr50_phy->spi_phy.ready); in cr50_spi_irq_handler()
133 if (cr50_needs_waking(cr50_phy)) { in cr50_wake_if_needed()
198 cr50_wake_if_needed(cr50_phy); in tpm_tis_spi_cr50_transfer()
202 cr50_phy->last_access = jiffies; in tpm_tis_spi_cr50_transfer()
256 struct cr50_spi_phy *cr50_phy; in cr50_spi_probe() local
260 cr50_phy = devm_kzalloc(&spi->dev, sizeof(*cr50_phy), GFP_KERNEL); in cr50_spi_probe()
261 if (!cr50_phy) in cr50_spi_probe()
264 phy = &cr50_phy->spi_phy; in cr50_spi_probe()
270 cr50_phy->last_access = jiffies; in cr50_spi_probe()
[all …]

Completed in 4 milliseconds