Symbol: spmi_vreg_read
drivers/regulator/qcom_spmi-regulator.c
1015
spmi_vreg_read(vreg, SPMI_COMMON_REG_VOLTAGE_SET, &voltage_sel, 1);
drivers/regulator/qcom_spmi-regulator.c
1070
ret = spmi_vreg_read(vreg, SPMI_COMMON_REG_MODE, &val, 1);
drivers/regulator/qcom_spmi-regulator.c
1081
spmi_vreg_read(vreg, SPMI_COMMON_REG_MODE, &reg, 1);
drivers/regulator/qcom_spmi-regulator.c
1100
spmi_vreg_read(vreg, SPMI_COMMON_REG_MODE, &reg, 1);
drivers/regulator/qcom_spmi-regulator.c
1117
spmi_vreg_read(vreg, SPMI_COMMON_REG_MODE, &reg, 1);
drivers/regulator/qcom_spmi-regulator.c
1696
ret = spmi_vreg_read(vreg, SPMI_COMMON_REG_DIG_MAJOR_REV, version,
drivers/regulator/qcom_spmi-regulator.c
1751
ret = spmi_vreg_read(vreg, SPMI_COMMON_REG_STEP_CTRL, &reg, 1);
drivers/regulator/qcom_spmi-regulator.c
1796
ret = spmi_vreg_read(vreg, SPMI_COMMON_REG_STEP_CTRL, &reg, 1);
drivers/regulator/qcom_spmi-regulator.c
1823
ret = spmi_vreg_read(vreg, SPMI_HFSMPS_REG_STEP_CTRL, &reg, 1);
drivers/regulator/qcom_spmi-regulator.c
1846
ret = spmi_vreg_read(vreg, SPMI_COMMON_REG_VOLTAGE_RANGE, ctrl_reg, 8);
drivers/regulator/qcom_spmi-regulator.c
797
spmi_vreg_read(vreg, SPMI_COMMON_REG_VOLTAGE_RANGE, &range_sel, 1);
drivers/regulator/qcom_spmi-regulator.c
926
spmi_vreg_read(vreg, SPMI_COMMON_REG_VOLTAGE_SET, &voltage_sel, 1);
drivers/regulator/qcom_spmi-regulator.c
942
spmi_vreg_read(vreg, SPMI_FTSMPS426_REG_VOLTAGE_LSB, buf, 2);
drivers/regulator/qcom_spmi-regulator.c
977
ret = spmi_vreg_read(vreg, SPMI_COMMON_REG_VOLTAGE_SET, &selector, 1);