Home
last modified time | relevance | path

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

/Linux-v6.1/Documentation/hwmon/
Dhwmon-kernel-api.rst37 hwmon_device_register_with_info(struct device *dev,
75 hwmon_device_register_with_info is the most comprehensive and preferred means
83 hwmon_device_register_with_info. However, it is device managed, meaning the
90 hwmon_device_register_with_groups or hwmon_device_register_with_info.
95 hwmon_device_register_with_info and if the automatic (device managed)
117 hwmon_device_register_with_info() registers a hardware monitoring device.
355 hwmon_device_register_with_info or devm_hwmon_device_register_with_info,
Dsubmitting-patches.rst127 function, hwmon_device_register_with_info() to register your driver with the
/Linux-v6.1/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-v6.1/drivers/hwmon/
Dnzxt-kraken2.c173 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "kraken2", in kraken2_probe()
Dhwmon.c902 hwmon_device_register_with_info(struct device *dev, const char *name, in hwmon_device_register_with_info() function
915 EXPORT_SYMBOL_GPL(hwmon_device_register_with_info);
1049 hwdev = hwmon_device_register_with_info(dev, name, drvdata, chip, in devm_hwmon_device_register_with_info()
Dcorsair-cpro.c526 ccp->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "corsaircpro", in ccp_probe()
Ddrivetemp.c573 st->hwdev = hwmon_device_register_with_info(dev->parent, "drivetemp", in drivetemp_add()
Dnzxt-smart2.c760 hwmon_device_register_with_info(&hdev->dev, "nzxtsmart2", drvdata, in nzxt_smart2_hid_probe()
Dcorsair-psu.c758 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "corsairpsu", priv, in corsairpsu_probe()
Daquacomputer_d5next.c958 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, priv->name, priv, in aqc_probe()
/Linux-v6.1/drivers/ufs/core/
Dufs-hwmon.c178 hwmon = hwmon_device_register_with_info(dev, "ufs", data, &ufs_hwmon_hba_info, NULL); in ufs_hwmon_probe()
/Linux-v6.1/drivers/nvme/host/
Dhwmon.c250 hwmon = hwmon_device_register_with_info(dev, "nvme", in nvme_hwmon_init()
/Linux-v6.1/include/linux/
Dhwmon.h448 hwmon_device_register_with_info(struct device *dev,
/Linux-v6.1/drivers/gpu/drm/nouveau/
Dnouveau_hwmon.c694 hwmon_dev = hwmon_device_register_with_info(dev->dev, "nouveau", dev, in nouveau_hwmon_init()
/Linux-v6.1/drivers/misc/habanalabs/common/
Dhwmon.c886 hdev->hwmon_dev = hwmon_device_register_with_info(dev, in hl_hwmon_init()
/Linux-v6.1/drivers/w1/
Dw1.c649 = hwmon_device_register_with_info(&sl->dev, in w1_family_notify()
/Linux-v6.1/drivers/net/phy/
Dsfp.c1434 sfp->hwmon_dev = hwmon_device_register_with_info(sfp->dev, in sfp_hwmon_probe()
/Linux-v6.1/drivers/platform/x86/
Dtoshiba_acpi.c3436 dev->hwmon_device = hwmon_device_register_with_info( in toshiba_acpi_add()