Searched refs:i2c_nuvoton_read_buf (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/char/tpm/ |
D | tpm_i2c_nuvoton.c | 53 static s32 i2c_nuvoton_read_buf(struct i2c_client *client, u8 offset, u8 size, in i2c_nuvoton_read_buf() function 95 status = i2c_nuvoton_read_buf(client, TPM_STS, 1, &data); in i2c_nuvoton_read_status() 147 status = i2c_nuvoton_read_buf(client, TPM_BURST_COUNT, 1, in i2c_nuvoton_get_burstcount() 249 rc = i2c_nuvoton_read_buf(client, TPM_DATA_FIFO_R, in i2c_nuvoton_recv_data() 500 rc = i2c_nuvoton_read_buf(client, TPM_VID_DID_RID, 4, (u8 *)&temp); in get_vid() 511 rc = i2c_nuvoton_read_buf(client, TPM_DATA_FIFO_W, 4, in get_vid()
|