Searched refs:i2c_read_block (Results 1 – 8 of 8) sorted by relevance
/openbmc/qemu/tests/qtest/libqos/ |
H A D | i2c.c | 23 void i2c_read_block(QI2CDevice *i2cdev, uint8_t reg, in i2c_read_block() function 43 i2c_read_block(i2cdev, reg, resp, sizeof(resp)); in i2c_get8() 50 i2c_read_block(i2cdev, reg, resp, sizeof(resp)); in i2c_get16()
|
H A D | i2c.h | 53 void i2c_read_block(QI2CDevice *dev, uint8_t reg,
|
/openbmc/qemu/tests/qtest/ |
H A D | lsm303dlhc-mag-test.c | 119 i2c_read_block(i2cdev, LSM303DLHC_MAG_REG_OUT_Y_H, value, 4); in reg_wraparound() 128 i2c_read_block(i2cdev, LSM303DLHC_MAG_REG_IRC, value, 2); in reg_wraparound()
|
H A D | ds1338-test.c | 39 i2c_read_block(i2cdev, 0, resp, sizeof(resp)); in send_and_receive()
|
H A D | adm1266-test.c | 54 i2c_read_block(i2cdev, reg, (uint8_t *)i2c_str, len); in compare_string()
|
H A D | max34451-test.c | 72 i2c_read_block(i2cdev, reg, resp, sizeof(resp)); in max34451_i2c_get16()
|
H A D | adm1272-test.c | 176 i2c_read_block(i2cdev, reg, resp, sizeof(resp)); in adm1272_i2c_get16()
|
H A D | isl_pmbus_vr-test.c | 60 i2c_read_block(i2cdev, reg, resp, sizeof(resp)); in isl_pmbus_vr_i2c_get16()
|