Searched refs:devm_hwmon_device_register_with_info (Results 1 – 25 of 38) sorted by relevance
12
| /Linux-v5.4/drivers/hwmon/ |
| D | ltq-cputemp.c | 101 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in ltq_cputemp_probe()
|
| D | as370-hwmon.c | 120 hwmon_dev = devm_hwmon_device_register_with_info(dev, in as370_hwmon_probe()
|
| D | raspberrypi-hwmon.c | 117 data->hwmon_dev = devm_hwmon_device_register_with_info(dev, "rpi_volt", in rpi_hwmon_probe()
|
| D | k8temp.c | 206 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in k8temp_probe()
|
| D | w83773g.c | 285 hwmon_dev = devm_hwmon_device_register_with_info(dev, in w83773_probe()
|
| D | scmi-hwmon.c | 254 hwdev = devm_hwmon_device_register_with_info(dev, "scmi_sensors", in scmi_hwmon_probe()
|
| D | tmp102.c | 251 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp102_probe()
|
| D | tmp421.c | 316 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp421_probe()
|
| D | hwmon.c | 825 devm_hwmon_device_register_with_info(struct device *dev, const char *name, in devm_hwmon_device_register_with_info() function 853 EXPORT_SYMBOL_GPL(devm_hwmon_device_register_with_info);
|
| D | tmp108.c | 387 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp108_probe()
|
| D | lochnagar-hwmon.c | 394 hwmon_dev = devm_hwmon_device_register_with_info(dev, "Lochnagar", priv, in lochnagar_hwmon_probe()
|
| D | ltc4245.c | 465 hwmon_dev = devm_hwmon_device_register_with_info(&client->dev, in ltc4245_probe()
|
| D | max6621.c | 532 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in max6621_probe()
|
| D | mlxreg-fan.c | 490 hwm = devm_hwmon_device_register_with_info(dev, "mlxreg_fan", in mlxreg_fan_probe()
|
| D | lm95241.c | 452 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in lm95241_probe()
|
| D | lm95245.c | 573 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in lm95245_probe()
|
| D | max31790.c | 478 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in max31790_probe()
|
| /Linux-v5.4/drivers/net/ethernet/aquantia/atlantic/ |
| D | aq_drvinfo.c | 116 hwmon_dev = devm_hwmon_device_register_with_info(dev, in aq_drvinfo_init()
|
| /Linux-v5.4/Documentation/hwmon/ |
| D | hwmon-kernel-api.rst | 43 devm_hwmon_device_register_with_info(struct device *dev, 78 devm_hwmon_device_register_with_info is similar to 98 Using devm_hwmon_device_register_with_info() 339 hwmon_device_register_with_info or devm_hwmon_device_register_with_info,
|
| /Linux-v5.4/drivers/net/phy/ |
| D | aquantia_hwmon.c | 244 hwmon_dev = devm_hwmon_device_register_with_info(dev, hwmon_name, in aqr_hwmon_probe()
|
| D | nxp-tja11xx.c | 349 devm_hwmon_device_register_with_info(dev, priv->hwmon_name, in tja11xx_probe()
|
| D | marvell10g.c | 191 priv->hwmon_dev = devm_hwmon_device_register_with_info(dev, in mv3310_hwmon_probe()
|
| /Linux-v5.4/drivers/power/supply/ |
| D | power_supply_hwmon.c | 350 hwmon = devm_hwmon_device_register_with_info(dev, name, in power_supply_add_hwmon_sysfs()
|
| /Linux-v5.4/drivers/rtc/ |
| D | rtc-ab-eoz9.c | 363 devm_hwmon_device_register_with_info(dev, in abeoz9_hwmon_register()
|
| /Linux-v5.4/include/linux/ |
| D | hwmon.h | 411 devm_hwmon_device_register_with_info(struct device *dev,
|
12