Home
last modified time | relevance | path

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

/linux/include/linux/mfd/atc260x/
H A Dcore.h56 int atc260x_device_probe(struct atc260x *atc260x);
/linux/drivers/mfd/
H A Datc260x-core.c255 int atc260x_device_probe(struct atc260x *atc260x) in atc260x_device_probe() function
302 EXPORT_SYMBOL_GPL(atc260x_device_probe);
H A Datc260x-i2c.c41 return atc260x_device_probe(atc260x); in atc260x_i2c_probe()