Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/iio/potentiometer/
Dmcp4018.c126 static const struct of_device_id mcp4018_of_match[] = { variable
141 MODULE_DEVICE_TABLE(of, mcp4018_of_match);
165 match = of_match_device(of_match_ptr(mcp4018_of_match), dev); in mcp4018_probe()
183 .of_match_table = of_match_ptr(mcp4018_of_match),