Home
last modified time | relevance | path

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

/Linux-v5.4/Documentation/hwmon/
Dhwmon-kernel-api.rst37 hwmon_device_register_with_info(struct device *dev,
71 hwmon_device_register_with_info is the most comprehensive and preferred means
79 hwmon_device_register_with_info. However, it is device managed, meaning the
86 hwmon_device_register_with_groups or hwmon_device_register_with_info.
91 hwmon_device_register_with_info and if the automatic (device managed)
101 hwmon_device_register_with_info() registers a hardware monitoring device.
339 hwmon_device_register_with_info or devm_hwmon_device_register_with_info,
Dsubmitting-patches.rst128 function, hwmon_device_register_with_info() to register your driver with the
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/
Dnfp_hwmon.c150 pf->hwmon_dev = hwmon_device_register_with_info(&pf->pdev->dev, "nfp", in nfp_hwmon_register()
/Linux-v5.4/drivers/hwmon/
Dhwmon.c714 hwmon_device_register_with_info(struct device *dev, const char *name, in hwmon_device_register_with_info() function
730 EXPORT_SYMBOL_GPL(hwmon_device_register_with_info);
839 hwdev = hwmon_device_register_with_info(dev, name, drvdata, chip, in devm_hwmon_device_register_with_info()
/Linux-v5.4/drivers/thermal/
Dthermal_hwmon.c150 hwmon->device = hwmon_device_register_with_info(&tz->device, hwmon->type, in thermal_add_hwmon_sysfs()
/Linux-v5.4/include/linux/
Dhwmon.h406 hwmon_device_register_with_info(struct device *dev,
/Linux-v5.4/drivers/misc/habanalabs/
Dhwmon.c433 hdev->hwmon_dev = hwmon_device_register_with_info(dev, in hl_hwmon_init()
/Linux-v5.4/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c745 hwmon_dev = hwmon_device_register_with_info(dev->dev, "nouveau", dev, in nouveau_hwmon_init()
/Linux-v5.4/drivers/w1/
Dw1.c647 = hwmon_device_register_with_info(&sl->dev, in w1_family_notify()
/Linux-v5.4/drivers/net/phy/
Dsfp.c1173 sfp->hwmon_dev = hwmon_device_register_with_info(sfp->dev, in sfp_hwmon_insert()