Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dqcom_spmi-regulator.c1532 struct list_head *vreg_list; in qcom_spmi_regulator_probe() local
1534 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() local
1605 list_for_each_entry(vreg, vreg_list, node) in qcom_spmi_regulator_remove()