Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/Documentation/hwmon/
H A 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,
H A Dsubmitting-patches.rst128 function, hwmon_device_register_with_info() to register your driver with the
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_hwmon.c150 pf->hwmon_dev = hwmon_device_register_with_info(&pf->pdev->dev, "nfp", in nfp_hwmon_register()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dhwmon.c833 hwmon_device_register_with_info(struct device *dev, const char *name, in hwmon_device_register_with_info() function
849 EXPORT_SYMBOL_GPL(hwmon_device_register_with_info);
958 hwdev = hwmon_device_register_with_info(dev, name, drvdata, chip, in devm_hwmon_device_register_with_info()
H A Dcorsair-cpro.c525 ccp->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "corsaircpro", in ccp_probe()
H A Ddrivetemp.c573 st->hwdev = hwmon_device_register_with_info(dev->parent, "drivetemp", in drivetemp_add()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dhwmon.c250 hwmon = hwmon_device_register_with_info(dev, "nvme", in nvme_hwmon_init()
/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_hwmon.c152 hwmon->device = hwmon_device_register_with_info(&tz->device, hwmon->type, in thermal_add_hwmon_sysfs()
/OK3568_Linux_fs/kernel/include/linux/
H A Dhwmon.h446 hwmon_device_register_with_info(struct device *dev,
/OK3568_Linux_fs/kernel/drivers/misc/habanalabs/common/
H A Dhwmon.c551 hdev->hwmon_dev = hwmon_device_register_with_info(dev, in hl_hwmon_init()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_hwmon.c745 hwmon_dev = hwmon_device_register_with_info(dev->dev, "nouveau", dev, in nouveau_hwmon_init()
/OK3568_Linux_fs/kernel/drivers/w1/
H A Dw1.c647 = hwmon_device_register_with_info(&sl->dev, in w1_family_notify()
/OK3568_Linux_fs/kernel/drivers/net/phy/
H A Dsfp.c1326 sfp->hwmon_dev = hwmon_device_register_with_info(sfp->dev, in sfp_hwmon_probe()