Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/mfd/
Dwm831x-i2c.c39 of_id = of_match_device(wm831x_of_match, &i2c->dev); in wm831x_i2c_probe()
117 .of_match_table = of_match_ptr(wm831x_of_match),
Dwm831x-spi.c36 of_id = of_match_device(wm831x_of_match, &spi->dev); in wm831x_spi_probe()
117 .of_match_table = of_match_ptr(wm831x_of_match),
Dwm831x-core.c1618 const struct of_device_id wm831x_of_match[] = { variable
1628 EXPORT_SYMBOL_GPL(wm831x_of_match);
/Linux-v4.19/include/linux/mfd/wm831x/
Dcore.h435 extern const struct of_device_id wm831x_of_match[];