Lines Matching defs:phy_id
95 * @param: phy_id, the phy description
101 static int st33zp24_spi_send(void *phy_id, u8 tpm_register, u8 *tpm_data,
105 struct st33zp24_spi_phy *phy = phy_id;
138 * @param: phy_id, the phy description
144 static int st33zp24_spi_read8_reg(void *phy_id, u8 tpm_register, u8 *tpm_data,
148 struct st33zp24_spi_phy *phy = phy_id;
179 * @param: phy_id, the phy description
185 static int st33zp24_spi_recv(void *phy_id, u8 tpm_register, u8 *tpm_data,
190 ret = st33zp24_spi_read8_reg(phy_id, tpm_register, tpm_data, tpm_size);
196 static int st33zp24_spi_evaluate_latency(void *phy_id)
198 struct st33zp24_spi_phy *phy = phy_id;
204 status = st33zp24_spi_read8_reg(phy_id, TPM_INTF_CAPABILITY,
232 struct st33zp24_spi_phy *phy = tpm_dev->phy_id;
263 struct st33zp24_spi_phy *phy = tpm_dev->phy_id;
303 struct st33zp24_spi_phy *phy = tpm_dev->phy_id;