/linux/Documentation/hwmon/ |
H A D | hwmon-kernel-api.rst | 27 hwmon_device_register_with_info(struct device *dev, 45 hwmon_device_register_with_info registers a hardware monitoring device. 53 hwmon_device_register_with_info. However, it is device managed, meaning the 63 hwmon_device_register_with_info. 84 hwmon_device_register_with_info() registers a hardware monitoring device.
|
H A D | submitting-patches.rst | 127 function, hwmon_device_register_with_info() to register your driver with the
|
/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_hwmon.c | 110 hdev = hwmon_device_register_with_info(dev, "ice", pf, &ice_chip_info, in ice_hwmon_init()
|
/linux/drivers/net/ethernet/netronome/nfp/ |
H A D | nfp_hwmon.c | 150 pf->hwmon_dev = hwmon_device_register_with_info(&pf->pdev->dev, "nfp", in nfp_hwmon_register()
|
/linux/drivers/hwmon/ |
H A D | nzxt-kraken2.c | 173 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "kraken2", in kraken2_probe()
|
H A D | hwmon.c | 1028 hwmon_device_register_with_info(struct device *dev, const char *name, in hwmon_device_register_with_info() function 1041 EXPORT_SYMBOL_GPL(hwmon_device_register_with_info); 1175 hwdev = hwmon_device_register_with_info(dev, name, drvdata, chip, in devm_hwmon_device_register_with_info()
|
H A D | gigabyte_waterforce.c | 369 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "waterforce", in waterforce_probe()
|
H A D | drivetemp.c | 572 st->hwdev = hwmon_device_register_with_info(dev->parent, "drivetemp", in drivetemp_add()
|
H A D | asus_rog_ryujin.c | 551 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "rog_ryujin", in rog_ryujin_probe()
|
H A D | corsair-cpro.c | 632 ccp->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "corsaircpro", in ccp_probe()
|
H A D | nzxt-smart2.c | 766 hwmon_device_register_with_info(&hdev->dev, "nzxtsmart2", drvdata, in nzxt_smart2_hid_probe()
|
H A D | corsair-psu.c | 820 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "corsairpsu", priv, in corsairpsu_probe()
|
H A D | nzxt-kraken3.c | 958 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, device_name, priv, in kraken3_probe()
|
H A D | aquacomputer_d5next.c | 1875 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, priv->name, priv, in aqc_probe()
|
/linux/drivers/ufs/core/ |
H A D | ufs-hwmon.c | 179 hwmon = hwmon_device_register_with_info(dev, "ufs", data, &ufs_hwmon_hba_info, NULL); in ufs_hwmon_probe()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt_hwmon.c | 233 bp->hwmon_dev = hwmon_device_register_with_info(&pdev->dev, in bnxt_hwmon_init()
|
/linux/drivers/nvme/host/ |
H A D | hwmon.c | 252 hwmon = hwmon_device_register_with_info(dev, "nvme", in nvme_hwmon_init()
|
/linux/drivers/gpu/drm/i915/ |
H A D | i915_hwmon.c | 904 hwmon_dev = hwmon_device_register_with_info(dev, ddat->name, in i915_hwmon_register() 922 hwmon_dev = hwmon_device_register_with_info(dev, ddat_gt->name, in i915_hwmon_register()
|
/linux/drivers/net/ethernet/mellanox/mlx5/core/ |
H A D | hwmon.c | 391 hwmon->hwmon_dev = hwmon_device_register_with_info(dev, "mlx5", in mlx5_hwmon_dev_register()
|
/linux/include/linux/ |
H A D | hwmon.h | 470 hwmon_device_register_with_info(struct device *dev,
|
/linux/drivers/media/pci/mgb4/ |
H A D | mgb4_core.c | 579 mgbdev->hwmon_dev = hwmon_device_register_with_info(&pdev->dev, "mgb4", in mgb4_probe()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_hwmon.c | 694 hwmon_dev = hwmon_device_register_with_info(dev->dev, "nouveau", dev, in nouveau_hwmon_init()
|
/linux/drivers/accel/habanalabs/common/ |
H A D | hwmon.c | 883 hdev->hwmon_dev = hwmon_device_register_with_info(dev, in hl_hwmon_init()
|
/linux/drivers/w1/ |
H A D | w1.c | 639 = hwmon_device_register_with_info(&sl->dev, in w1_family_notify()
|
/linux/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 3452 dev->hwmon_device = hwmon_device_register_with_info( in toshiba_acpi_add()
|