Searched refs:vreg_list (Results 1 – 1 of 1) sorted by relevance
1532 struct list_head *vreg_list; in qcom_spmi_regulator_probe() local1534 vreg_list = devm_kzalloc(dev, sizeof(*vreg_list), GFP_KERNEL); in qcom_spmi_regulator_probe()1535 if (!vreg_list) in qcom_spmi_regulator_probe()1537 INIT_LIST_HEAD(vreg_list); in qcom_spmi_regulator_probe()1538 platform_set_drvdata(pdev, vreg_list); in qcom_spmi_regulator_probe()1588 list_add(&vreg->node, vreg_list); in qcom_spmi_regulator_probe()1594 list_for_each_entry(vreg, vreg_list, node) in qcom_spmi_regulator_probe()1603 struct list_head *vreg_list = platform_get_drvdata(pdev); in qcom_spmi_regulator_remove() local1605 list_for_each_entry(vreg, vreg_list, node) in qcom_spmi_regulator_remove()