Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dtps65090-regulator.c324 static struct of_regulator_match tps65090_matches[] = { variable
365 ret = of_regulator_match(&pdev->dev, regulators, tps65090_matches, in tps65090_parse_dt_reg_data()
366 ARRAY_SIZE(tps65090_matches)); in tps65090_parse_dt_reg_data()
374 *tps65090_reg_matches = tps65090_matches; in tps65090_parse_dt_reg_data()
375 for (idx = 0; idx < ARRAY_SIZE(tps65090_matches); idx++) { in tps65090_parse_dt_reg_data()
380 ri_data = tps65090_matches[idx].init_data; in tps65090_parse_dt_reg_data()
381 if (!ri_data || !tps65090_matches[idx].of_node) in tps65090_parse_dt_reg_data()
386 tps65090_matches[idx].of_node, in tps65090_parse_dt_reg_data()
392 if (of_property_read_u32(tps65090_matches[idx].of_node, in tps65090_parse_dt_reg_data()