Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/mfd/
Dwm831x-i2c.c34 of_id = of_match_device(wm831x_of_match, &i2c->dev); in wm831x_i2c_probe()
102 .of_match_table = of_match_ptr(wm831x_of_match),
Dwm831x-spi.c31 of_id = of_match_device(wm831x_of_match, &spi->dev); in wm831x_spi_probe()
102 .of_match_table = of_match_ptr(wm831x_of_match),
Dwm831x-core.c1614 const struct of_device_id wm831x_of_match[] = { variable
1624 EXPORT_SYMBOL_GPL(wm831x_of_match);
/Linux-v5.4/include/linux/mfd/wm831x/
Dcore.h429 extern const struct of_device_id wm831x_of_match[];