Home
last modified time | relevance | path

Searched refs:adt7x10_probe (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/hwmon/
Dadt7x10.h20 int adt7x10_probe(struct device *dev, const char *name, int irq,
Dadt7410.c87 return adt7x10_probe(&client->dev, client->name, client->irq, regmap); in adt7410_i2c_probe()
Dadt7x10.c332 int adt7x10_probe(struct device *dev, const char *name, int irq, in adt7x10_probe() function
392 EXPORT_SYMBOL_GPL(adt7x10_probe);
Dadt7310.c141 return adt7x10_probe(&spi->dev, spi_get_device_id(spi)->name, spi->irq, in adt7310_spi_probe()