Searched refs:i2c_nuvoton_read_buf (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/char/tpm/
H A Dtpm_i2c_nuvoton.c53 static s32 i2c_nuvoton_read_buf(struct i2c_client *client, u8 offset, u8 size, function
95 status = i2c_nuvoton_read_buf(client, TPM_STS, 1, &data);
147 status = i2c_nuvoton_read_buf(client, TPM_BURST_COUNT, 1,
249 rc = i2c_nuvoton_read_buf(client, TPM_DATA_FIFO_R,
253 "%s() fail on i2c_nuvoton_read_buf()=%d\n",
500 rc = i2c_nuvoton_read_buf(client, TPM_VID_DID_RID, 4, (u8 *)&temp);
511 rc = i2c_nuvoton_read_buf(client, TPM_DATA_FIFO_W, 4,

Completed in 117 milliseconds