Searched refs:as3722_regs (Results 1 – 1 of 1) sorted by relevance
586 struct as3722_regulators *as3722_regs) in as3722_get_regulator_dt_data() argument638 struct as3722_regulators *as3722_regs; in as3722_regulator_probe() local646 as3722_regs = devm_kzalloc(&pdev->dev, sizeof(*as3722_regs), in as3722_regulator_probe()648 if (!as3722_regs) in as3722_regulator_probe()651 as3722_regs->dev = &pdev->dev; in as3722_regulator_probe()652 as3722_regs->as3722 = as3722; in as3722_regulator_probe()653 platform_set_drvdata(pdev, as3722_regs); in as3722_regulator_probe()660 config.driver_data = as3722_regs; in as3722_regulator_probe()666 desc = &as3722_regs->desc[id]; in as3722_regulator_probe()740 as3722_regs->desc[id].n_voltages = in as3722_regulator_probe()[all …]