sc16is7xx_probe
EXPORT_SYMBOL_GPL(sc16is7xx_probe);
int sc16is7xx_probe(struct device *dev, const struct sc16is7xx_devtype *devtype,
return sc16is7xx_probe(&i2c->dev, devtype, regmaps, i2c->irq);
return sc16is7xx_probe(&spi->dev, devtype, regmaps, spi->irq);