Searched refs:spmi_vreg_read (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/regulator/ |
H A D | qcom_spmi-regulator.c | 624 static inline int spmi_vreg_read(struct spmi_regulator *vreg, u16 addr, u8 *buf, in spmi_vreg_read() function 794 spmi_vreg_read(vreg, SPMI_COMMON_REG_VOLTAGE_RANGE, &range_sel, 1); in spmi_regulator_find_range() 923 spmi_vreg_read(vreg, SPMI_COMMON_REG_VOLTAGE_SET, &voltage_sel, 1); in spmi_regulator_common_get_voltage() 939 spmi_vreg_read(vreg, SPMI_FTSMPS426_REG_VOLTAGE_LSB, buf, 2); in spmi_regulator_ftsmps426_get_voltage() 974 ret = spmi_vreg_read(vreg, SPMI_COMMON_REG_VOLTAGE_SET, &selector, 1); in spmi_regulator_single_range_get_voltage() 1012 spmi_vreg_read(vreg, SPMI_COMMON_REG_VOLTAGE_SET, &voltage_sel, 1); in spmi_regulator_ult_lo_smps_get_voltage() 1067 ret = spmi_vreg_read(vreg, SPMI_COMMON_REG_MODE, &val, 1); in spmi_regulator_common_get_bypass() 1078 spmi_vreg_read(vreg, SPMI_COMMON_REG_MODE, ®, 1); in spmi_regulator_common_get_mode() 1097 spmi_vreg_read(vreg, SPMI_COMMON_REG_MODE, ®, 1); in spmi_regulator_ftsmps426_get_mode() 1114 spmi_vreg_read(vreg, SPMI_COMMON_REG_MODE, ®, 1); in spmi_regulator_hfsmps_get_mode() [all …]
|