Searched refs:px_supply (Results 1 – 1 of 1) sorted by relevance
74 struct regulator *px_supply; member293 if (pas->px_supply) { in qcom_pas_start()294 ret = regulator_enable(pas->px_supply); in qcom_pas_start()349 if (pas->px_supply) in qcom_pas_start()350 regulator_disable(pas->px_supply); in qcom_pas_start()373 if (pas->px_supply) in qcom_pas_handover()374 regulator_disable(pas->px_supply); in qcom_pas_handover()486 pas->px_supply = devm_regulator_get_optional(pas->dev, "px"); in qcom_pas_init_regulator()487 if (IS_ERR(pas->px_supply)) { in qcom_pas_init_regulator()488 if (PTR_ERR(pas->px_supply) == -ENODEV) in qcom_pas_init_regulator()[all …]