Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/regulator/
Dtps6586x-regulator.c377 static struct of_regulator_match tps6586x_matches[] = { variable
399 const unsigned int num = ARRAY_SIZE(tps6586x_matches); in tps6586x_parse_regulator_dt()
413 err = of_regulator_match(&pdev->dev, regs, tps6586x_matches, num); in tps6586x_parse_regulator_dt()
426 if (!tps6586x_matches[i].init_data) in tps6586x_parse_regulator_dt()
429 pdata->reg_init_data[i] = tps6586x_matches[i].init_data; in tps6586x_parse_regulator_dt()
430 id = (uintptr_t)tps6586x_matches[i].driver_data; in tps6586x_parse_regulator_dt()
437 *tps6586x_reg_matches = tps6586x_matches; in tps6586x_parse_regulator_dt()