Home
last modified time | relevance | path

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

/openbmc/linux/drivers/power/supply/
H A Dug3105_battery.c93 static int ug3105_read_word(struct i2c_client *client, u8 reg) in ug3105_read_word() function
193 val = ug3105_read_word(chip->client, UG3105_REG_BAT_VOLT); in ug3105_work()
198 val = ug3105_read_word(chip->client, UG3105_REG_BAT_CURR); in ug3105_work()
326 ret = ug3105_read_word(chip->client, UG3105_REG_BAT_VOLT); in ug3105_get_property()
336 ret = ug3105_read_word(chip->client, UG3105_REG_BAT_CURR); in ug3105_get_property()