Searched refs:vreg_list (Results 1 – 1 of 1) sorted by relevance
1758 struct list_head *vreg_list; in qcom_spmi_regulator_probe() local1760 vreg_list = devm_kzalloc(dev, sizeof(*vreg_list), GFP_KERNEL); in qcom_spmi_regulator_probe()1761 if (!vreg_list) in qcom_spmi_regulator_probe()1763 INIT_LIST_HEAD(vreg_list); in qcom_spmi_regulator_probe()1764 platform_set_drvdata(pdev, vreg_list); in qcom_spmi_regulator_probe()1847 list_add(&vreg->node, vreg_list); in qcom_spmi_regulator_probe()1853 list_for_each_entry(vreg, vreg_list, node) in qcom_spmi_regulator_probe()1862 struct list_head *vreg_list = platform_get_drvdata(pdev); in qcom_spmi_regulator_remove() local1864 list_for_each_entry(vreg, vreg_list, node) in qcom_spmi_regulator_remove()