Home
last modified time | relevance | path

Searched refs:hwmon_device_register_with_info (Results 1 – 8 of 8) sorted by relevance

/Linux-v4.19/Documentation/hwmon/
Dhwmon-kernel-api.txt37 hwmon_device_register_with_info(struct device *dev,
70 hwmon_device_register_with_info is the most comprehensive and preferred means
78 hwmon_device_register_with_info. However, it is device managed, meaning the
85 hwmon_device_register_with_groups or hwmon_device_register_with_info.
90 hwmon_device_register_with_info and if the automatic (device managed)
100 hwmon_device_register_with_info() registers a hardware monitoring device.
294 hwmon_device_register_with_info or devm_hwmon_device_register_with_info,
/Linux-v4.19/drivers/net/ethernet/netronome/nfp/
Dnfp_hwmon.c180 pf->hwmon_dev = hwmon_device_register_with_info(&pf->pdev->dev, "nfp", in nfp_hwmon_register()
/Linux-v4.19/drivers/hwmon/
Dhwmon.c694 hwmon_device_register_with_info(struct device *dev, const char *name, in hwmon_device_register_with_info() function
710 EXPORT_SYMBOL_GPL(hwmon_device_register_with_info);
819 hwdev = hwmon_device_register_with_info(dev, name, drvdata, chip, in devm_hwmon_device_register_with_info()
/Linux-v4.19/drivers/thermal/
Dthermal_hwmon.c146 hwmon->device = hwmon_device_register_with_info(&tz->device, hwmon->type, in thermal_add_hwmon_sysfs()
/Linux-v4.19/include/linux/
Dhwmon.h388 hwmon_device_register_with_info(struct device *dev,
/Linux-v4.19/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c737 hwmon_dev = hwmon_device_register_with_info(dev->dev, "nouveau", dev, in nouveau_hwmon_init()
/Linux-v4.19/drivers/w1/
Dw1.c656 = hwmon_device_register_with_info(&sl->dev, in w1_family_notify()
/Linux-v4.19/drivers/net/phy/
Dsfp.c1089 sfp->hwmon_dev = hwmon_device_register_with_info(sfp->dev, in sfp_hwmon_insert()