Home
last modified time | relevance | path

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

/openbmc/linux/drivers/remoteproc/
H A Dqcom_q6v5_pas.c66 struct regulator *px_supply; member
273 if (adsp->px_supply) { in adsp_start()
274 ret = regulator_enable(adsp->px_supply); in adsp_start()
329 if (adsp->px_supply) in adsp_start()
330 regulator_disable(adsp->px_supply); in adsp_start()
353 if (adsp->px_supply) in qcom_pas_handover()
354 regulator_disable(adsp->px_supply); in qcom_pas_handover()
473 if (IS_ERR(adsp->px_supply)) { in adsp_init_regulator()
474 if (PTR_ERR(adsp->px_supply) == -ENODEV) in adsp_init_regulator()
475 adsp->px_supply = NULL; in adsp_init_regulator()
[all …]