Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/phy/qualcomm/
Dphy-qcom-qmp.c1863 const char * const *vreg_list; member
2064 .vreg_list = qmp_phy_vreg_l,
2088 .vreg_list = qmp_phy_vreg_l,
2117 .vreg_list = qmp_phy_vreg_l,
2144 .vreg_list = qmp_phy_vreg_l,
2176 .vreg_list = NULL,
2208 .vreg_list = qmp_phy_vreg_l,
2236 .vreg_list = qmp_phy_vreg_l,
2264 .vreg_list = qmp_phy_vreg_l,
2295 .vreg_list = qmp_phy_vreg_l,
[all …]
/Linux-v5.10/drivers/regulator/
Dqcom_spmi-regulator.c2116 struct list_head *vreg_list; in qcom_spmi_regulator_probe() local
2118 vreg_list = devm_kzalloc(dev, sizeof(*vreg_list), GFP_KERNEL); in qcom_spmi_regulator_probe()
2119 if (!vreg_list) in qcom_spmi_regulator_probe()
2121 INIT_LIST_HEAD(vreg_list); in qcom_spmi_regulator_probe()
2122 platform_set_drvdata(pdev, vreg_list); in qcom_spmi_regulator_probe()
2211 list_add(&vreg->node, vreg_list); in qcom_spmi_regulator_probe()
2217 list_for_each_entry(vreg, vreg_list, node) in qcom_spmi_regulator_probe()
2226 struct list_head *vreg_list = platform_get_drvdata(pdev); in qcom_spmi_regulator_remove() local
2228 list_for_each_entry(vreg, vreg_list, node) in qcom_spmi_regulator_remove()