Searched refs:devm_hwmon_device_register_with_info (Results 1 – 25 of 67) sorted by relevance
123
| /Linux-v5.15/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 | 119 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 | sbtsi_temp.c | 216 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, data, &sbtsi_chip_info, in sbtsi_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 | aht10.c | 320 hwmon_dev = devm_hwmon_device_register_with_info(device, in aht10_probe()
|
| D | sht4x.c | 269 hwmon_dev = devm_hwmon_device_register_with_info(device, in sht4x_probe()
|
| D | tmp102.c | 250 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp102_probe()
|
| D | sbrmi.c | 325 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, data, in sbrmi_probe()
|
| D | scmi-hwmon.c | 262 hwdev = devm_hwmon_device_register_with_info(dev, "scmi_sensors", in scmi_hwmon_probe()
|
| D | tmp421.c | 323 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp421_probe()
|
| D | max127.c | 324 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in max127_probe()
|
| D | tmp108.c | 386 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 | 464 hwmon_dev = devm_hwmon_device_register_with_info(&client->dev, in ltc4245_probe()
|
| /Linux-v5.15/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.15/drivers/platform/x86/ |
| D | gigabyte-wmi.c | 175 hwmon_dev = devm_hwmon_device_register_with_info(&wdev->dev, "gigabyte_wmi", wdev, in gigabyte_wmi_probe()
|
| /Linux-v5.15/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.15/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.15/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.15/drivers/power/supply/ |
| D | power_supply_hwmon.c | 402 hwmon = devm_hwmon_device_register_with_info(dev, name, in power_supply_add_hwmon_sysfs()
|
123