Home
last modified time | relevance | path

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

/openbmc/linux/drivers/char/tpm/st33zp24/
H A Dspi.c54 struct st33zp24_spi_phy { struct
100 struct st33zp24_spi_phy *phy = phy_id; in st33zp24_spi_send()
143 struct st33zp24_spi_phy *phy = phy_id; in st33zp24_spi_read8_reg()
193 struct st33zp24_spi_phy *phy = phy_id; in st33zp24_spi_evaluate_latency()
224 struct st33zp24_spi_phy *phy; in st33zp24_spi_probe()
226 phy = devm_kzalloc(&dev->dev, sizeof(struct st33zp24_spi_phy), in st33zp24_spi_probe()
/openbmc/u-boot/drivers/tpm/
H A Dtpm_tis_st33zp24_spi.c72 struct st33zp24_spi_phy { struct
117 struct st33zp24_spi_phy *phy = dev_get_platdata(dev); in st33zp24_spi_write()
168 struct st33zp24_spi_phy *phy = dev_get_platdata(dev); in st33zp24_spi_read8_reg()
224 struct st33zp24_spi_phy *phy = dev_get_platdata(dev); in st33zp24_spi_evaluate_latency()
563 struct st33zp24_spi_phy *phy = dev_get_platdata(dev); in st33zp24_spi_init()
672 .platdata_auto_alloc_size = sizeof(struct st33zp24_spi_phy),