Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/spi/
H A Dmax7301.h35 extern int __max730x_probe(struct max7301 *ts);
/openbmc/linux/drivers/gpio/
H A Dgpio-max730x.c160 int __max730x_probe(struct max7301 *ts) in __max730x_probe() function
221 EXPORT_SYMBOL_GPL(__max730x_probe);
H A Dgpio-max7300.c47 return __max730x_probe(ts); in max7300_probe()
H A Dgpio-max7301.c63 ret = __max730x_probe(ts); in max7301_probe()