Searched refs:sc8551_read_byte (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | sc8551_charger.c | 805 static int sc8551_read_byte(struct sc8551 *sc, u8 reg, u8 *data) in sc8551_read_byte() function 879 ret = sc8551_read_byte(sc, SC8551_REG_0C, &val); in sc8551_check_charge_enabled() 1200 ret = sc8551_read_byte(sc, SC8551_REG_16 + (channel << 1), &val_h); in sc8551_get_adc_data() 1204 ret = sc8551_read_byte(sc, SC8551_REG_16 + (channel << 1) + 1, &val_l); in sc8551_get_adc_data() 1266 ret = sc8551_read_byte(sc, SC8551_REG_0F, &val); in sc8551_set_alarm_int_mask() 1417 ret = sc8551_read_byte(sc, SC8551_REG_0C, &val); in sc8551_get_work_mode() 1442 ret = sc8551_read_byte(sc, SC8551_REG_0A, &data); in sc8551_check_vbus_error_status() 1457 ret = sc8551_read_byte(sc, SC8551_REG_08, &flag); in sc8551_check_alarm_status() 1462 ret = sc8551_read_byte(sc, SC8551_REG_2D, &flag); in sc8551_check_alarm_status() 1468 ret = sc8551_read_byte(sc, SC8551_REG_0E, &flag); in sc8551_check_alarm_status() [all …]
|