Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/regulator/
Drk808-regulator.c366 static struct of_regulator_match rk808_reg_matches[] = { variable
396 ret = of_regulator_match(&pdev->dev, reg_np, rk808_reg_matches, in rk808_regulator_probe()
404 if (!rk808_reg_matches[i].init_data || in rk808_regulator_probe()
405 !rk808_reg_matches[i].of_node) in rk808_regulator_probe()
411 config.of_node = rk808_reg_matches[i].of_node; in rk808_regulator_probe()
412 config.init_data = rk808_reg_matches[i].init_data; in rk808_regulator_probe()