Searched refs:i2c_nuvoton_read_buf (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/char/tpm/ |
D | tpm_i2c_nuvoton.c | 66 static s32 i2c_nuvoton_read_buf(struct i2c_client *client, u8 offset, u8 size, in i2c_nuvoton_read_buf() function 108 status = i2c_nuvoton_read_buf(client, TPM_STS, 1, &data); in i2c_nuvoton_read_status() 160 status = i2c_nuvoton_read_buf(client, TPM_BURST_COUNT, 1, in i2c_nuvoton_get_burstcount() 262 rc = i2c_nuvoton_read_buf(client, TPM_DATA_FIFO_R, in i2c_nuvoton_recv_data() 512 rc = i2c_nuvoton_read_buf(client, TPM_VID_DID_RID, 4, (u8 *)&temp); in get_vid() 523 rc = i2c_nuvoton_read_buf(client, TPM_DATA_FIFO_W, 4, in get_vid()
|