Lines Matching refs:qcom_rpm_reg
47 struct qcom_rpm_reg { struct
189 static int rpm_reg_write(struct qcom_rpm_reg *vreg, in rpm_reg_write()
209 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_set_mV_sel()
236 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_set_uV_sel()
262 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_get_voltage()
269 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_mV_enable()
288 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_uV_enable()
307 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_switch_enable()
326 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_mV_disable()
345 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_uV_disable()
364 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_switch_disable()
383 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_is_enabled()
390 struct qcom_rpm_reg *vreg = rdev_get_drvdata(rdev); in rpm_reg_set_load()
445 static const struct qcom_rpm_reg pm8018_pldo = {
455 static const struct qcom_rpm_reg pm8018_nldo = {
465 static const struct qcom_rpm_reg pm8018_smps = {
475 static const struct qcom_rpm_reg pm8018_switch = {
483 static const struct qcom_rpm_reg pm8058_pldo = {
493 static const struct qcom_rpm_reg pm8058_nldo = {
503 static const struct qcom_rpm_reg pm8058_smps = {
513 static const struct qcom_rpm_reg pm8058_ncp = {
521 static const struct qcom_rpm_reg pm8058_switch = {
529 static const struct qcom_rpm_reg pm8901_pldo = {
539 static const struct qcom_rpm_reg pm8901_nldo = {
549 static const struct qcom_rpm_reg pm8901_ftsmps = {
559 static const struct qcom_rpm_reg pm8901_switch = {
567 static const struct qcom_rpm_reg pm8921_pldo = {
577 static const struct qcom_rpm_reg pm8921_nldo = {
587 static const struct qcom_rpm_reg pm8921_nldo1200 = {
597 static const struct qcom_rpm_reg pm8921_smps = {
607 static const struct qcom_rpm_reg pm8921_ncp = {
615 static const struct qcom_rpm_reg pm8921_switch = {
620 static const struct qcom_rpm_reg smb208_smps = {
630 static int rpm_reg_set(struct qcom_rpm_reg *vreg, in rpm_reg_set()
645 struct qcom_rpm_reg *vreg) in rpm_reg_of_parse_freq()
680 struct qcom_rpm_reg *vreg = config->driver_data; in rpm_reg_of_parse()
774 const struct qcom_rpm_reg *template;
942 struct qcom_rpm_reg *vreg; in rpm_reg_probe()