Home
last modified time | relevance | path

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

1234

/linux/drivers/net/phy/realtek/
H A Drealtek_hwmon.c70 hwdev = devm_hwmon_device_register_with_info(dev, NULL, phydev, in rtl822x_hwmon_init()
/linux/drivers/hwmon/
H A Dltq-cputemp.c101 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in ltq_cputemp_probe()
H A Dsl28cpld-hwmon.c98 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in sl28cpld_hwmon_probe()
H A Das370-hwmon.c110 hwmon_dev = devm_hwmon_device_register_with_info(dev, in as370_hwmon_probe()
H A Dsparx5-temp.c123 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in s5_temp_probe()
H A Dgxp-fan-ctrl.c124 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in gxp_fan_ctrl_probe()
H A Dmc33xs2410_hwmon.c156 hwmon = devm_hwmon_device_register_with_info(dev, NULL, spi, in mc33xs2410_hwmon_probe()
H A Dsurface_temp.c212 hwmon_dev = devm_hwmon_device_register_with_info(&sdev->dev, "surface_thermal", ssam_temp, in ssam_temp_probe()
H A Dyogafan.c299 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, DRVNAME, in yoga_fan_probe()
H A Dlan966x-hwmon.c368 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, in lan966x_hwmon_probe()
H A Dcgbc-hwmon.c322 hwmon_dev = devm_hwmon_device_register_with_info(dev, "cgbc_hwmon", data, &cgbc_chip_info, in cgbc_hwmon_probe()
H A Dtmp102.c359 hwmon_dev = devm_hwmon_device_register_with_info(dev, client->name, in tmp102_probe()
H A Dsmpro-hwmon.c447 hwmon_dev = devm_hwmon_device_register_with_info(&pdev->dev, "smpro_hwmon", in smpro_hwmon_probe()
H A Dsht4x.c423 hwmon_dev = devm_hwmon_device_register_with_info(device, in sht4x_probe()
/linux/drivers/misc/amd-sbi/
H A Drmi-hwmon.c117 hwmon_dev = devm_hwmon_device_register_with_info(dev, "sbrmi", data, in create_hwmon_sensor_device()
/linux/drivers/platform/x86/amd/hsmp/
H A Dhwmon.c118 hwmon_dev = devm_hwmon_device_register_with_info(dev, HSMP_HWMON_NAME, in hsmp_create_sensor()
/linux/drivers/net/ethernet/aquantia/atlantic/
H A Daq_drvinfo.c134 hwmon_dev = devm_hwmon_device_register_with_info(dev, in aq_drvinfo_init()
/linux/drivers/acpi/
H A Dfan_hwmon.c176 fan->hdev = devm_hwmon_device_register_with_info(dev, "acpi_fan", fan, in devm_acpi_fan_create_hwmon()
/linux/drivers/vdpa/solidrun/
H A Dsnet_hwmon.c183 hwmon = devm_hwmon_device_register_with_info(&pdev->dev, psnet->hwmon_name, psnet, in psnet_create_hwmon()
/linux/drivers/platform/x86/
H A Dgigabyte-wmi.c141 hwmon_dev = devm_hwmon_device_register_with_info(&wdev->dev, "gigabyte_wmi", wdev, in gigabyte_wmi_probe()
H A Ddasharo-acpi.c337 hwmon = devm_hwmon_device_register_with_info(&pdev->dev, "dasharo_acpi", data, in dasharo_probe()
H A Dmsi-wmi-platform.c344 hdev = devm_hwmon_device_register_with_info(&data->wdev->dev, "msi_wmi_platform", data, in msi_wmi_platform_hwmon_init()
H A Dayaneo-ec.c486 hwdev = devm_hwmon_device_register_with_info(&pdev->dev, in ayaneo_ec_probe()
/linux/drivers/net/phy/aquantia/
H A Daquantia_hwmon.c210 hwmon_dev = devm_hwmon_device_register_with_info(dev, hwmon_name, in aqr_hwmon_probe()
/linux/Documentation/hwmon/
H A Dhwmon-kernel-api.rst33 devm_hwmon_device_register_with_info(struct device *dev,
58 devm_hwmon_device_register_with_info is similar to
108 Using devm_hwmon_device_register_with_info()

1234