Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dqcom-labibb-regulator.c87 struct labibb_current_limits uA_limits; member
565 struct labibb_current_limits *lim = &vreg->uA_limits; in qcom_labibb_set_current_limit()
599 struct labibb_current_limits *lim = &vreg->uA_limits; in qcom_labibb_get_current_limit()
851 vreg->uA_limits.uA_min = 200000; in qcom_labibb_regulator_probe()
852 vreg->uA_limits.uA_step = 200000; in qcom_labibb_regulator_probe()
853 vreg->uA_limits.ovr_val = LAB_CURRENT_LIMIT_OVERRIDE_EN; in qcom_labibb_regulator_probe()
857 vreg->uA_limits.uA_min = 0; in qcom_labibb_regulator_probe()
858 vreg->uA_limits.uA_step = 50000; in qcom_labibb_regulator_probe()
859 vreg->uA_limits.ovr_val = 0; /* No override bit */ in qcom_labibb_regulator_probe()