Lines Matching refs:i2c_smbus_read_byte_data
213 value = i2c_smbus_read_byte_data(tps->client, TPS_CHGCONFIG); in dbg_show()
217 value = i2c_smbus_read_byte_data(tps->client, TPS_CHGSTATUS); in dbg_show()
220 value = i2c_smbus_read_byte_data(tps->client, TPS_MASK1); in dbg_show()
225 value = i2c_smbus_read_byte_data(tps->client, TPS_REGSTATUS); in dbg_show()
228 value = i2c_smbus_read_byte_data(tps->client, TPS_MASK2); in dbg_show()
237 value = i2c_smbus_read_byte_data(tps->client, TPS_VDCDC1); in dbg_show()
241 value = i2c_smbus_read_byte_data(tps->client, TPS_VDCDC2); in dbg_show()
245 value = i2c_smbus_read_byte_data(tps->client, TPS_VREGS1); in dbg_show()
250 value = i2c_smbus_read_byte_data(tps->client, TPS_LED1_ON); in dbg_show()
251 v2 = i2c_smbus_read_byte_data(tps->client, TPS_LED1_PER); in dbg_show()
259 value = i2c_smbus_read_byte_data(tps->client, TPS_LED2_ON); in dbg_show()
260 v2 = i2c_smbus_read_byte_data(tps->client, TPS_LED2_PER); in dbg_show()
268 value = i2c_smbus_read_byte_data(tps->client, TPS_DEFGPIO); in dbg_show()
269 v2 = i2c_smbus_read_byte_data(tps->client, TPS_MASK3); in dbg_show()
319 tmp = i2c_smbus_read_byte_data(tps->client, TPS_REGSTATUS); in tps65010_interrupt()
346 tmp = i2c_smbus_read_byte_data(tps->client, TPS_CHGSTATUS); in tps65010_interrupt()
410 chgconfig = i2c_smbus_read_byte_data(tps->client, in tps65010_work()
422 tmp = i2c_smbus_read_byte_data(tps->client, TPS_CHGCONFIG); in tps65010_work()
489 value = i2c_smbus_read_byte_data(tps->client, TPS_DEFGPIO); in tps65010_gpio_get()
568 tps->chgconf = i2c_smbus_read_byte_data(client, TPS_CHGCONFIG); in tps65010_probe()
572 i2c_smbus_read_byte_data(client, TPS_CHGSTATUS)); in tps65010_probe()
574 i2c_smbus_read_byte_data(client, TPS_REGSTATUS)); in tps65010_probe()
577 i2c_smbus_read_byte_data(client, TPS_VDCDC1), in tps65010_probe()
578 i2c_smbus_read_byte_data(client, TPS_VDCDC2), in tps65010_probe()
579 i2c_smbus_read_byte_data(client, TPS_VREGS1)); in tps65010_probe()
581 i2c_smbus_read_byte_data(client, TPS_DEFGPIO), in tps65010_probe()
582 i2c_smbus_read_byte_data(client, TPS_MASK3)); in tps65010_probe()
608 | i2c_smbus_read_byte_data(client, TPS_MASK3)); in tps65010_probe()
723 defgpio = i2c_smbus_read_byte_data(the_tps->client, TPS_DEFGPIO); in tps65010_set_gpio_out_value()
744 i2c_smbus_read_byte_data(the_tps->client, TPS_DEFGPIO)); in tps65010_set_gpio_out_value()
774 i2c_smbus_read_byte_data(the_tps->client, in tps65010_set_led()
778 i2c_smbus_read_byte_data(the_tps->client, in tps65010_set_led()
812 i2c_smbus_read_byte_data(the_tps->client, TPS_LED1_ON + offs)); in tps65010_set_led()
825 i2c_smbus_read_byte_data(the_tps->client, in tps65010_set_led()
848 vdcdc2 = i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC2); in tps65010_set_vib()
878 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65010_set_low_pwr()
880 vdcdc1 = i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1); in tps65010_set_low_pwr()
900 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65010_set_low_pwr()
923 i2c_smbus_read_byte_data(the_tps->client, TPS_VREGS1)); in tps65010_config_vregs1()
933 i2c_smbus_read_byte_data(the_tps->client, TPS_VREGS1)); in tps65010_config_vregs1()
953 i2c_smbus_read_byte_data(c, TPS_VDCDC2)); in tps65010_config_vdcdc2()
962 i2c_smbus_read_byte_data(c, TPS_VDCDC2)); in tps65010_config_vdcdc2()
990 i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG), in tps65013_set_low_pwr()
991 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65013_set_low_pwr()
993 chgconfig = i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG); in tps65013_set_low_pwr()
994 vdcdc1 = i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1); in tps65013_set_low_pwr()
1017 chgconfig = i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG); in tps65013_set_low_pwr()
1029 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65013_set_low_pwr()