bmg160_core_probe
int bmg160_core_probe(struct device *dev, struct regmap *regmap, int irq,
EXPORT_SYMBOL_GPL(bmg160_core_probe);
return bmg160_core_probe(&client->dev, regmap, client->irq, name);
return bmg160_core_probe(&spi->dev, regmap, spi->irq, id->name);