bytes2read 234 drivers/char/tpm/tpm_i2c_nuvoton.c int burst_count, bytes2read, size = 0; bytes2read 247 drivers/char/tpm/tpm_i2c_nuvoton.c bytes2read = min_t(size_t, burst_count, count - size); bytes2read 249 drivers/char/tpm/tpm_i2c_nuvoton.c bytes2read, &buf[size]); bytes2read 256 drivers/char/tpm/tpm_i2c_nuvoton.c dev_dbg(&chip->dev, "%s(%d):", __func__, bytes2read); bytes2read 257 drivers/char/tpm/tpm_i2c_nuvoton.c size += bytes2read;