Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/regulator/
Dqcom_spmi-regulator.c496 static inline int spmi_vreg_write(struct spmi_regulator *vreg, u16 addr, in spmi_vreg_write() function
525 return spmi_vreg_write(vreg, SPMI_VS_REG_OCP, &reg, 1); in spmi_regulator_vs_ocp()
747 return spmi_vreg_write(vreg, SPMI_COMMON_REG_VOLTAGE_RANGE, buf, 2); in spmi_regulator_common_set_voltage()
799 return spmi_vreg_write(vreg, SPMI_COMMON_REG_VOLTAGE_SET, &sel, 1); in spmi_regulator_single_range_set_voltage()
1495 ret = spmi_vreg_write(vreg, SPMI_COMMON_REG_VOLTAGE_RANGE, ctrl_reg, 8); in spmi_regulator_init_registers()