Searched refs:max14656_write_reg (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | max14656_charger_detector.c | 105 static int max14656_write_reg(struct i2c_client *client, int reg, u8 val) in max14656_write_reg() function 188 if (max14656_write_reg(client, MAX14656_CONTROL_2, CONTROL2_ADC_EN)) in max14656_hw_init() 192 if (max14656_write_reg(client, MAX14656_CONTROL_1, in max14656_hw_init() 199 if (max14656_write_reg(client, MAX14656_INTMASK_1, 0x3)) in max14656_hw_init() 202 if (max14656_write_reg(client, MAX14656_INTMASK_2, 0x1)) in max14656_hw_init()
|