Home
last modified time | relevance | path

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

/openbmc/linux/drivers/regulator/
H A Dtps6586x-regulator.c375 static struct of_regulator_match tps6586x_matches[] = { variable
397 const unsigned int num = ARRAY_SIZE(tps6586x_matches); in tps6586x_parse_regulator_dt()
411 err = of_regulator_match(&pdev->dev, regs, tps6586x_matches, num); in tps6586x_parse_regulator_dt()
424 if (!tps6586x_matches[i].init_data) in tps6586x_parse_regulator_dt()
427 pdata->reg_init_data[i] = tps6586x_matches[i].init_data; in tps6586x_parse_regulator_dt()
428 id = (uintptr_t)tps6586x_matches[i].driver_data; in tps6586x_parse_regulator_dt()
435 *tps6586x_reg_matches = tps6586x_matches; in tps6586x_parse_regulator_dt()