Searched refs:adt7x10_probe (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/drivers/hwmon/ |
H A D | adt7x10.h | 20 int adt7x10_probe(struct device *dev, const char *name, int irq,
|
H A D | adt7410.c | 87 return adt7x10_probe(&client->dev, client->name, client->irq, regmap); in adt7410_i2c_probe()
|
H A D | adt7x10.c | 338 int adt7x10_probe(struct device *dev, const char *name, int irq, in adt7x10_probe() function 398 EXPORT_SYMBOL_GPL(adt7x10_probe);
|
H A D | adt7310.c | 141 return adt7x10_probe(&spi->dev, spi_get_device_id(spi)->name, spi->irq, in adt7310_spi_probe()
|