Searched refs:tpm_dev_transmit (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/tpm/ |
H A D | tpm-dev-common.c | 25 static ssize_t tpm_dev_transmit(struct tpm_chip *chip, struct tpm_space *space, in tpm_dev_transmit() function 70 ret = tpm_dev_transmit(priv->chip, priv->space, priv->data_buffer, in tpm_dev_async_work() 75 * If ret is > 0 then tpm_dev_transmit returned the size of the in tpm_dev_async_work() 76 * response. If ret is < 0 then tpm_dev_transmit failed and in tpm_dev_async_work() 224 ret = tpm_dev_transmit(priv->chip, priv->space, priv->data_buffer, in tpm_common_write()
|
/kernel/linux/linux-6.6/drivers/char/tpm/ |
H A D | tpm-dev-common.c | 24 static ssize_t tpm_dev_transmit(struct tpm_chip *chip, struct tpm_space *space, in tpm_dev_transmit() function 69 ret = tpm_dev_transmit(priv->chip, priv->space, priv->data_buffer, in tpm_dev_async_work() 74 * If ret is > 0 then tpm_dev_transmit returned the size of the in tpm_dev_async_work() 75 * response. If ret is < 0 then tpm_dev_transmit failed and in tpm_dev_async_work() 223 ret = tpm_dev_transmit(priv->chip, priv->space, priv->data_buffer, in tpm_common_write()
|
Completed in 1 milliseconds