Lines Matching defs:phy_id
90 * @param: phy_id, the phy description
96 static int st33zp24_spi_send(void *phy_id, u8 tpm_register, u8 *tpm_data,
100 struct st33zp24_spi_phy *phy = phy_id;
133 * @param: phy_id, the phy description
139 static int st33zp24_spi_read8_reg(void *phy_id, u8 tpm_register, u8 *tpm_data,
143 struct st33zp24_spi_phy *phy = phy_id;
174 * @param: phy_id, the phy description
180 static int st33zp24_spi_recv(void *phy_id, u8 tpm_register, u8 *tpm_data,
185 ret = st33zp24_spi_read8_reg(phy_id, tpm_register, tpm_data, tpm_size);
191 static int st33zp24_spi_evaluate_latency(void *phy_id)
193 struct st33zp24_spi_phy *phy = phy_id;
199 status = st33zp24_spi_read8_reg(phy_id, TPM_INTF_CAPABILITY,