Searched refs:devm_hwmon_device_register_with_info (Results 1 – 25 of 26) sorted by relevance
12
| /Linux-v4.19/drivers/hwmon/ |
| D | ltq-cputemp.c | 131 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in ltq_cputemp_probe()
|
| D | raspberrypi-hwmon.c | 132 data->hwmon_dev = devm_hwmon_device_register_with_info(dev, "rpi_volt", in rpi_hwmon_probe()
|
| D | scmi-hwmon.c | 206 hwdev = devm_hwmon_device_register_with_info(dev, "scmi_sensors", in scmi_hwmon_probe()
|
| D | w83773g.c | 307 hwmon_dev = devm_hwmon_device_register_with_info(dev, in w83773_probe()
|
| D | tmp102.c | 277 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp102_probe()
|
| D | tmp421.c | 323 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp421_probe()
|
| D | hwmon.c | 805 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);
|
| D | tmp108.c | 412 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp108_probe()
|
| D | ltc4245.c | 495 hwmon_dev = devm_hwmon_device_register_with_info(&client->dev, in ltc4245_probe()
|
| D | mlxreg-fan.c | 445 hwm = devm_hwmon_device_register_with_info(&pdev->dev, "mlxreg_fan", in mlxreg_fan_probe()
|
| D | max6621.c | 559 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in max6621_probe()
|
| D | lm95241.c | 479 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in lm95241_probe()
|
| D | nct7904.c | 554 devm_hwmon_device_register_with_info(dev, client->name, data, in nct7904_probe()
|
| D | max31790.c | 505 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in max31790_probe()
|
| D | lm75.c | 396 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in lm75_probe()
|
| D | lm95245.c | 610 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in lm95245_probe()
|
| D | jc42.c | 530 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in jc42_probe()
|
| D | adt7411.c | 714 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in adt7411_probe()
|
| D | npcm750-pwm-fan.c | 1013 hwmon = devm_hwmon_device_register_with_info(dev, "npcm7xx_pwm_fan", in npcm7xx_pwm_fan_probe()
|
| D | lm90.c | 1859 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in lm90_probe()
|
| /Linux-v4.19/Documentation/hwmon/ |
| D | hwmon-kernel-api.txt | 43 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/ |
| D | hwmon.h | 393 devm_hwmon_device_register_with_info(struct device *dev,
|
| /Linux-v4.19/drivers/net/phy/ |
| D | marvell10g.c | 201 priv->hwmon_dev = devm_hwmon_device_register_with_info(dev, in mv3310_hwmon_probe()
|
| /Linux-v4.19/drivers/rtc/ |
| D | rtc-ds3232.c | 386 hwmon_dev = devm_hwmon_device_register_with_info(dev, name, ds3232, in ds3232_hwmon_register()
|
| /Linux-v4.19/drivers/media/i2c/ |
| D | video-i2c.c | 167 void *hwmon = devm_hwmon_device_register_with_info(&data->client->dev, in amg88xx_hwmon_init()
|
12