Home
last modified time | relevance | path

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

/linux/drivers/mfd/
H A Dtps65010.c213 value = i2c_smbus_read_byte_data(tps->client, TPS_CHGCONFIG); in dbg_show()
411 TPS_CHGCONFIG); in tps65010_work()
419 TPS_CHGCONFIG, chgconfig); in tps65010_work()
422 tmp = i2c_smbus_read_byte_data(tps->client, TPS_CHGCONFIG); in tps65010_work()
568 tps->chgconf = i2c_smbus_read_byte_data(client, TPS_CHGCONFIG); in tps65010_probe()
990 i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG), in tps65013_set_low_pwr()
993 chgconfig = i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG); in tps65013_set_low_pwr()
1009 TPS_CHGCONFIG, chgconfig); in tps65013_set_low_pwr()
1017 chgconfig = i2c_smbus_read_byte_data(the_tps->client, TPS_CHGCONFIG); in tps65013_set_low_pwr()
/linux/include/linux/mfd/
H A Dtps65010.h61 #define TPS_CHGCONFIG 0x07 macro