wm831x_of_match  1614 drivers/mfd/wm831x-core.c const struct of_device_id wm831x_of_match[] = {
wm831x_of_match  1624 drivers/mfd/wm831x-core.c EXPORT_SYMBOL_GPL(wm831x_of_match);
wm831x_of_match    34 drivers/mfd/wm831x-i2c.c 		of_id = of_match_device(wm831x_of_match, &i2c->dev);
wm831x_of_match   102 drivers/mfd/wm831x-i2c.c 		.of_match_table = of_match_ptr(wm831x_of_match),
wm831x_of_match    31 drivers/mfd/wm831x-spi.c 		of_id = of_match_device(wm831x_of_match, &spi->dev);
wm831x_of_match   102 drivers/mfd/wm831x-spi.c 		.of_match_table = of_match_ptr(wm831x_of_match),
wm831x_of_match   429 include/linux/mfd/wm831x/core.h extern const struct of_device_id wm831x_of_match[];