Searched refs:mrd (Results 1 – 1 of 1) sorted by relevance
407 struct mt6360_regulator_data *mrd; in mt6360_regulator_probe() local411 mrd = devm_kzalloc(&pdev->dev, sizeof(*mrd), GFP_KERNEL); in mt6360_regulator_probe()412 if (!mrd) in mt6360_regulator_probe()415 mrd->dev = &pdev->dev; in mt6360_regulator_probe()417 mrd->regmap = dev_get_regmap(pdev->dev.parent, NULL); in mt6360_regulator_probe()418 if (!mrd->regmap) { in mt6360_regulator_probe()424 config.driver_data = mrd; in mt6360_regulator_probe()425 config.regmap = mrd->regmap; in mt6360_regulator_probe()
Completed in 5 milliseconds