Home
last modified time | relevance | path

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

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