Lines Matching refs:i2c_smbus_read_byte_data

225 	value = i2c_smbus_read_byte_data(tps->client, TPS_CHGCONFIG);  in dbg_show()
229 value = i2c_smbus_read_byte_data(tps->client, TPS_CHGSTATUS); in dbg_show()
232 value = i2c_smbus_read_byte_data(tps->client, TPS_MASK1); in dbg_show()
237 value = i2c_smbus_read_byte_data(tps->client, TPS_REGSTATUS); in dbg_show()
240 value = i2c_smbus_read_byte_data(tps->client, TPS_MASK2); in dbg_show()
249 value = i2c_smbus_read_byte_data(tps->client, TPS_VDCDC1); in dbg_show()
253 value = i2c_smbus_read_byte_data(tps->client, TPS_VDCDC2); in dbg_show()
257 value = i2c_smbus_read_byte_data(tps->client, TPS_VREGS1); in dbg_show()
262 value = i2c_smbus_read_byte_data(tps->client, TPS_LED1_ON); in dbg_show()
263 v2 = i2c_smbus_read_byte_data(tps->client, TPS_LED1_PER); in dbg_show()
271 value = i2c_smbus_read_byte_data(tps->client, TPS_LED2_ON); in dbg_show()
272 v2 = i2c_smbus_read_byte_data(tps->client, TPS_LED2_PER); in dbg_show()
280 value = i2c_smbus_read_byte_data(tps->client, TPS_DEFGPIO); in dbg_show()
281 v2 = i2c_smbus_read_byte_data(tps->client, TPS_MASK3); in dbg_show()
331 tmp = i2c_smbus_read_byte_data(tps->client, TPS_REGSTATUS); in tps65010_interrupt()
358 tmp = i2c_smbus_read_byte_data(tps->client, TPS_CHGSTATUS); in tps65010_interrupt()
423 chgconfig = i2c_smbus_read_byte_data(tps->client, in tps65010_work()
435 tmp = i2c_smbus_read_byte_data(tps->client, TPS_CHGCONFIG); in tps65010_work()
500 value = i2c_smbus_read_byte_data(tps->client, TPS_DEFGPIO); in tps65010_gpio_get()
589 tps->chgconf = i2c_smbus_read_byte_data(client, TPS_CHGCONFIG); in tps65010_probe()
593 i2c_smbus_read_byte_data(client, TPS_CHGSTATUS)); in tps65010_probe()
595 i2c_smbus_read_byte_data(client, TPS_REGSTATUS)); in tps65010_probe()
598 i2c_smbus_read_byte_data(client, TPS_VDCDC1), in tps65010_probe()
599 i2c_smbus_read_byte_data(client, TPS_VDCDC2), in tps65010_probe()
600 i2c_smbus_read_byte_data(client, TPS_VREGS1)); in tps65010_probe()
602 i2c_smbus_read_byte_data(client, TPS_DEFGPIO), in tps65010_probe()
603 i2c_smbus_read_byte_data(client, TPS_MASK3)); in tps65010_probe()
629 | i2c_smbus_read_byte_data(client, TPS_MASK3)); in tps65010_probe()
744 defgpio = i2c_smbus_read_byte_data(the_tps->client, TPS_DEFGPIO); in tps65010_set_gpio_out_value()
765 i2c_smbus_read_byte_data(the_tps->client, TPS_DEFGPIO)); in tps65010_set_gpio_out_value()
795 i2c_smbus_read_byte_data(the_tps->client, in tps65010_set_led()
799 i2c_smbus_read_byte_data(the_tps->client, in tps65010_set_led()
833 i2c_smbus_read_byte_data(the_tps->client, TPS_LED1_ON + offs)); in tps65010_set_led()
846 i2c_smbus_read_byte_data(the_tps->client, in tps65010_set_led()
869 vdcdc2 = i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC2); in tps65010_set_vib()
899 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65010_set_low_pwr()
901 vdcdc1 = i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1); in tps65010_set_low_pwr()
921 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65010_set_low_pwr()
944 i2c_smbus_read_byte_data(the_tps->client, TPS_VREGS1)); in tps65010_config_vregs1()
954 i2c_smbus_read_byte_data(the_tps->client, TPS_VREGS1)); in tps65010_config_vregs1()
974 i2c_smbus_read_byte_data(c, TPS_VDCDC2)); in tps65010_config_vdcdc2()
983 i2c_smbus_read_byte_data(c, TPS_VDCDC2)); in tps65010_config_vdcdc2()
1011 i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG), in tps65013_set_low_pwr()
1012 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65013_set_low_pwr()
1014 chgconfig = i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG); in tps65013_set_low_pwr()
1015 vdcdc1 = i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1); in tps65013_set_low_pwr()
1038 chgconfig = i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG); in tps65013_set_low_pwr()
1050 i2c_smbus_read_byte_data(the_tps->client, TPS_VDCDC1)); in tps65013_set_low_pwr()