Home
last modified time | relevance | path

Searched refs:hwmon_device_register (Results 1 – 25 of 50) sorted by relevance

12

/Linux-v4.19/drivers/hwmon/
Dmcp3021.c160 data->hwmon_dev = hwmon_device_register(&client->dev); in mcp3021_probe()
Dw83l785ts.c207 data->hwmon_dev = hwmon_device_register(dev); in w83l785ts_probe()
Dadcxx.c192 adc->hwmon_dev = hwmon_device_register(&spi->dev); in adcxx_probe()
Dpcf8591.c231 data->hwmon_dev = hwmon_device_register(&client->dev); in pcf8591_probe()
Dvia-cputemp.c182 data->hwmon_dev = hwmon_device_register(&pdev->dev); in via_cputemp_probe()
Dmax1111.c242 data->hwmon_dev = hwmon_device_register(&spi->dev); in max1111_probe()
Dads1015.c289 data->hwmon_dev = hwmon_device_register(&client->dev); in ads1015_probe()
Dk8temp.c285 data->hwmon_dev = hwmon_device_register(&pdev->dev); in k8temp_probe()
Dmax197.c304 data->hwmon_dev = hwmon_device_register(&pdev->dev); in max197_probe()
Dhwmon.c721 struct device *hwmon_device_register(struct device *dev) in hwmon_device_register() function
728 EXPORT_SYMBOL_GPL(hwmon_device_register);
Ds3c-hwmon.c311 hwmon->hwmon_dev = hwmon_device_register(&dev->dev); in s3c_hwmon_probe()
Dmc13783-adc.c273 priv->hwmon_dev = hwmon_device_register(&pdev->dev); in mc13783_adc_probe()
Dultra45_env.c271 p->hwmon_dev = hwmon_device_register(&op->dev); in env_probe()
Dadt7x10.c440 data->hwmon_dev = hwmon_device_register(dev); in adt7x10_probe()
Dibmaem.c577 data->hwmon_dev = hwmon_device_register(&data->pdev->dev); in aem_init_aem1_inst()
717 data->hwmon_dev = hwmon_device_register(&data->pdev->dev); in aem_init_aem2_inst()
Dabx500.c415 data->hwmon_dev = hwmon_device_register(&pdev->dev); in abx500_temp_probe()
Dibmpex.c497 data->hwmon_dev = hwmon_device_register(data->bmc_device); in ibmpex_register_bmc()
Di5k_amb.c393 data->hwmon_dev = hwmon_device_register(&pdev->dev); in i5k_amb_hwmon_init()
Dsch5636.c503 data->hwmon_dev = hwmon_device_register(&pdev->dev); in sch5636_probe()
Dsht15.c1011 data->hwmon_dev = hwmon_device_register(data->dev); in sht15_probe()
Dabituguru3.c1060 data->hwmon_dev = hwmon_device_register(&pdev->dev); in abituguru3_probe()
Dsch5627.c573 data->hwmon_dev = hwmon_device_register(&pdev->dev); in sch5627_probe()
/Linux-v4.19/drivers/platform/mips/
Dcpu_hwmon.c160 cpu_hwmon_dev = hwmon_device_register(NULL); in loongson_hwmon_init()
/Linux-v4.19/include/linux/
Dhwmon.h377 struct device *hwmon_device_register(struct device *dev);
/Linux-v4.19/Documentation/hwmon/
Dsubmitting-patches125 possible. Do not use hwmon_device_register().

12