Home
last modified time | relevance | path

Searched refs:TPS_CHGCONFIG (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/mfd/
Dtps65010.c225 value = i2c_smbus_read_byte_data(tps->client, TPS_CHGCONFIG); in dbg_show()
424 TPS_CHGCONFIG); in tps65010_work()
432 TPS_CHGCONFIG, chgconfig); in tps65010_work()
435 tmp = i2c_smbus_read_byte_data(tps->client, TPS_CHGCONFIG); in tps65010_work()
589 tps->chgconf = i2c_smbus_read_byte_data(client, TPS_CHGCONFIG); in tps65010_probe()
1011 i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG), in tps65013_set_low_pwr()
1014 chgconfig = i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG); in tps65013_set_low_pwr()
1030 TPS_CHGCONFIG, chgconfig); in tps65013_set_low_pwr()
1038 chgconfig = i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG); in tps65013_set_low_pwr()
/linux-4.4.14/include/linux/i2c/
Dtps65010.h59 #define TPS_CHGCONFIG 0x07 macro