Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Drk808-regulator.c509 static struct of_regulator_match rk808_reg_matches[] = { variable
538 ret = of_regulator_match(dev, np, rk808_reg_matches, in rk808_regulator_dt_parse_pdata()
591 if (!rk808_reg_matches[i].init_data || in rk808_regulator_probe()
592 !rk808_reg_matches[i].of_node) in rk808_regulator_probe()
598 config.of_node = rk808_reg_matches[i].of_node; in rk808_regulator_probe()
599 config.init_data = rk808_reg_matches[i].init_data; in rk808_regulator_probe()