Searched refs:devm_hwmon_device_register_with_info (Results 1 – 25 of 56) sorted by relevance
123
| /Linux-v5.10/drivers/hwmon/ |
| D | ltq-cputemp.c | 101 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in ltq_cputemp_probe()
|
| D | sl28cpld-hwmon.c | 116 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in sl28cpld_hwmon_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 | sparx5-temp.c | 141 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in s5_temp_probe()
|
| D | k8temp.c | 206 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in k8temp_probe()
|
| D | adm1177.c | 256 devm_hwmon_device_register_with_info(dev, client->name, st, in adm1177_probe()
|
| D | w83773g.c | 284 hwmon_dev = devm_hwmon_device_register_with_info(dev, in w83773_probe()
|
| D | tmp102.c | 250 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp102_probe()
|
| D | intel-m10-bmc-hwmon.c | 309 hwmon_dev = devm_hwmon_device_register_with_info(dev, hw->hw_name, in m10bmc_hwmon_probe()
|
| D | scmi-hwmon.c | 256 hwdev = devm_hwmon_device_register_with_info(dev, "scmi_sensors", in scmi_hwmon_probe()
|
| D | tmp421.c | 316 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp421_probe()
|
| D | amd_energy.c | 286 hwmon_dev = devm_hwmon_device_register_with_info(dev, DRVNAME, in amd_energy_probe()
|
| D | lochnagar-hwmon.c | 394 hwmon_dev = devm_hwmon_device_register_with_info(dev, "Lochnagar", priv, in lochnagar_hwmon_probe()
|
| D | ltc4245.c | 464 hwmon_dev = devm_hwmon_device_register_with_info(&client->dev, in ltc4245_probe()
|
| D | axi-fan-control.c | 445 ctl->hdev = devm_hwmon_device_register_with_info(&pdev->dev, in axi_fan_control_probe()
|
| D | max6621.c | 531 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in max6621_probe()
|
| D | tmp108.c | 386 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp108_probe()
|
| D | max31730.c | 341 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in max31730_probe()
|
| /Linux-v5.10/drivers/net/ethernet/aquantia/atlantic/ |
| D | aq_drvinfo.c | 144 hwmon_dev = devm_hwmon_device_register_with_info(dev, in aq_drvinfo_init()
|
| /Linux-v5.10/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.10/drivers/net/phy/ |
| D | aquantia_hwmon.c | 244 hwmon_dev = devm_hwmon_device_register_with_info(dev, hwmon_name, in aqr_hwmon_probe()
|
| /Linux-v5.10/drivers/nvme/host/ |
| D | hwmon.c | 246 hwmon = devm_hwmon_device_register_with_info(dev, "nvme", data, in nvme_hwmon_init()
|
| /Linux-v5.10/drivers/fpga/ |
| D | dfl-fme-main.c | 337 hwmon = devm_hwmon_device_register_with_info(&pdev->dev, in fme_thermal_mgmt_init() 540 hwmon = devm_hwmon_device_register_with_info(&pdev->dev, in fme_power_mgmt_init()
|
| /Linux-v5.10/drivers/power/supply/ |
| D | power_supply_hwmon.c | 404 hwmon = devm_hwmon_device_register_with_info(dev, name, in power_supply_add_hwmon_sysfs()
|
123