Searched refs:cr50_phy (Results 1 – 3 of 3) sorted by relevance
66 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() local260 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 …]