Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/spi/
Dmax7301.h34 extern int __max730x_probe(struct max7301 *ts);
/linux-4.4.14/drivers/gpio/
Dgpio-max730x.c163 int __max730x_probe(struct max7301 *ts) in __max730x_probe() function
226 EXPORT_SYMBOL_GPL(__max730x_probe);
Dgpio-max7300.c51 return __max730x_probe(ts); in max7300_probe()
Dgpio-max7301.c72 ret = __max730x_probe(ts); in max7301_probe()