Searched refs:adt7x10_probe (Results 1 - 4 of 4) sorted by relevance
/linux-4.1.27/drivers/hwmon/ |
H A D | adt7x10.h | 26 int adt7x10_probe(struct device *dev, const char *name, int irq,
|
H A D | adt7410.c | 50 return adt7x10_probe(&client->dev, NULL, client->irq, &adt7410_i2c_ops); adt7410_i2c_probe()
|
H A D | adt7310.c | 88 return adt7x10_probe(&spi->dev, spi_get_device_id(spi)->name, spi->irq, adt7310_spi_probe()
|
H A D | adt7x10.c | 382 int adt7x10_probe(struct device *dev, const char *name, int irq, adt7x10_probe() function 468 EXPORT_SYMBOL_GPL(adt7x10_probe); variable
|
Completed in 83 milliseconds