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

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

Completed in 88 milliseconds