Searched refs:hwmon_device_register_with_info (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.10/Documentation/hwmon/ |
| D | hwmon-kernel-api.rst | 37 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,
|
| D | submitting-patches.rst | 128 function, hwmon_device_register_with_info() to register your driver with the
|
| /Linux-v5.10/drivers/net/ethernet/netronome/nfp/ |
| D | nfp_hwmon.c | 150 pf->hwmon_dev = hwmon_device_register_with_info(&pf->pdev->dev, "nfp", in nfp_hwmon_register()
|
| /Linux-v5.10/drivers/platform/mips/ |
| D | cpu_hwmon.c | 170 cpu_hwmon_dev = hwmon_device_register_with_info(NULL, "cpu_hwmon", NULL, NULL, NULL); in loongson_hwmon_init()
|
| /Linux-v5.10/drivers/hwmon/ |
| D | hwmon.c | 829 hwmon_device_register_with_info(struct device *dev, const char *name, in hwmon_device_register_with_info() function 845 EXPORT_SYMBOL_GPL(hwmon_device_register_with_info); 954 hwdev = hwmon_device_register_with_info(dev, name, drvdata, chip, in devm_hwmon_device_register_with_info()
|
| D | corsair-cpro.c | 525 ccp->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "corsaircpro", in ccp_probe()
|
| D | drivetemp.c | 573 st->hwdev = hwmon_device_register_with_info(dev->parent, "drivetemp", in drivetemp_add()
|
| /Linux-v5.10/drivers/thermal/ |
| D | thermal_hwmon.c | 152 hwmon->device = hwmon_device_register_with_info(&tz->device, hwmon->type, in thermal_add_hwmon_sysfs()
|
| /Linux-v5.10/include/linux/ |
| D | hwmon.h | 446 hwmon_device_register_with_info(struct device *dev,
|
| /Linux-v5.10/drivers/misc/habanalabs/common/ |
| D | hwmon.c | 551 hdev->hwmon_dev = hwmon_device_register_with_info(dev, in hl_hwmon_init()
|
| /Linux-v5.10/drivers/gpu/drm/nouveau/ |
| D | nouveau_hwmon.c | 745 hwmon_dev = hwmon_device_register_with_info(dev->dev, "nouveau", dev, in nouveau_hwmon_init()
|
| /Linux-v5.10/drivers/w1/ |
| D | w1.c | 647 = hwmon_device_register_with_info(&sl->dev, in w1_family_notify()
|
| /Linux-v5.10/drivers/net/phy/ |
| D | sfp.c | 1296 sfp->hwmon_dev = hwmon_device_register_with_info(sfp->dev, in sfp_hwmon_probe()
|