Home
last modified time | relevance | path

Searched refs:devm_hwmon_device_register_with_info (Results 1 – 25 of 26) sorted by relevance

12

/Linux-v4.19/drivers/hwmon/
Dltq-cputemp.c131 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in ltq_cputemp_probe()
Draspberrypi-hwmon.c132 data->hwmon_dev = devm_hwmon_device_register_with_info(dev, "rpi_volt", in rpi_hwmon_probe()
Dscmi-hwmon.c206 hwdev = devm_hwmon_device_register_with_info(dev, "scmi_sensors", in scmi_hwmon_probe()
Dw83773g.c307 hwmon_dev = devm_hwmon_device_register_with_info(dev, in w83773_probe()
Dtmp102.c277 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp102_probe()
Dtmp421.c323 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp421_probe()
Dhwmon.c805 devm_hwmon_device_register_with_info(struct device *dev, const char *name, in devm_hwmon_device_register_with_info() function
833 EXPORT_SYMBOL_GPL(devm_hwmon_device_register_with_info);
Dtmp108.c412 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp108_probe()
Dltc4245.c495 hwmon_dev = devm_hwmon_device_register_with_info(&client->dev, in ltc4245_probe()
Dmlxreg-fan.c445 hwm = devm_hwmon_device_register_with_info(&pdev->dev, "mlxreg_fan", in mlxreg_fan_probe()
Dmax6621.c559 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in max6621_probe()
Dlm95241.c479 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in lm95241_probe()
Dnct7904.c554 devm_hwmon_device_register_with_info(dev, client->name, data, in nct7904_probe()
Dmax31790.c505 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in max31790_probe()
Dlm75.c396 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in lm75_probe()
Dlm95245.c610 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in lm95245_probe()
Djc42.c530 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in jc42_probe()
Dadt7411.c714 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in adt7411_probe()
Dnpcm750-pwm-fan.c1013 hwmon = devm_hwmon_device_register_with_info(dev, "npcm7xx_pwm_fan", in npcm7xx_pwm_fan_probe()
Dlm90.c1859 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in lm90_probe()
/Linux-v4.19/Documentation/hwmon/
Dhwmon-kernel-api.txt43 devm_hwmon_device_register_with_info(struct device *dev,
77 devm_hwmon_device_register_with_info is similar to
97 Using devm_hwmon_device_register_with_info()
294 hwmon_device_register_with_info or devm_hwmon_device_register_with_info,
/Linux-v4.19/include/linux/
Dhwmon.h393 devm_hwmon_device_register_with_info(struct device *dev,
/Linux-v4.19/drivers/net/phy/
Dmarvell10g.c201 priv->hwmon_dev = devm_hwmon_device_register_with_info(dev, in mv3310_hwmon_probe()
/Linux-v4.19/drivers/rtc/
Drtc-ds3232.c386 hwmon_dev = devm_hwmon_device_register_with_info(dev, name, ds3232, in ds3232_hwmon_register()
/Linux-v4.19/drivers/media/i2c/
Dvideo-i2c.c167 void *hwmon = devm_hwmon_device_register_with_info(&data->client->dev, in amg88xx_hwmon_init()

12