tps6586x_matches 375 drivers/regulator/tps6586x-regulator.c static struct of_regulator_match tps6586x_matches[] = { tps6586x_matches 397 drivers/regulator/tps6586x-regulator.c const unsigned int num = ARRAY_SIZE(tps6586x_matches); tps6586x_matches 411 drivers/regulator/tps6586x-regulator.c err = of_regulator_match(&pdev->dev, regs, tps6586x_matches, num); tps6586x_matches 424 drivers/regulator/tps6586x-regulator.c if (!tps6586x_matches[i].init_data) tps6586x_matches 427 drivers/regulator/tps6586x-regulator.c pdata->reg_init_data[i] = tps6586x_matches[i].init_data; tps6586x_matches 428 drivers/regulator/tps6586x-regulator.c id = (uintptr_t)tps6586x_matches[i].driver_data; tps6586x_matches 435 drivers/regulator/tps6586x-regulator.c *tps6586x_reg_matches = tps6586x_matches;