Home
last modified time | relevance | path

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

/linux/Documentation/hwmon/
H A Dhwmon-kernel-api.rst27 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 Dsubmitting-patches.rst127 function, hwmon_device_register_with_info() to register your driver with the
/linux/drivers/net/ethernet/intel/ice/
H A Dice_hwmon.c110 hdev = hwmon_device_register_with_info(dev, "ice", pf, &ice_chip_info, in ice_hwmon_init()
/linux/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()
/linux/drivers/hwmon/
H A Dnzxt-kraken2.c173 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "kraken2", in kraken2_probe()
H A Dhwmon.c1028 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 Dgigabyte_waterforce.c369 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "waterforce", in waterforce_probe()
H A Ddrivetemp.c572 st->hwdev = hwmon_device_register_with_info(dev->parent, "drivetemp", in drivetemp_add()
H A Dasus_rog_ryujin.c551 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "rog_ryujin", in rog_ryujin_probe()
H A Dcorsair-cpro.c632 ccp->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "corsaircpro", in ccp_probe()
H A Dnzxt-smart2.c766 hwmon_device_register_with_info(&hdev->dev, "nzxtsmart2", drvdata, in nzxt_smart2_hid_probe()
H A Dcorsair-psu.c820 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, "corsairpsu", priv, in corsairpsu_probe()
H A Dnzxt-kraken3.c958 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, device_name, priv, in kraken3_probe()
H A Daquacomputer_d5next.c1875 priv->hwmon_dev = hwmon_device_register_with_info(&hdev->dev, priv->name, priv, in aqc_probe()
/linux/drivers/ufs/core/
H A Dufs-hwmon.c179 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 Dbnxt_hwmon.c233 bp->hwmon_dev = hwmon_device_register_with_info(&pdev->dev, in bnxt_hwmon_init()
/linux/drivers/nvme/host/
H A Dhwmon.c252 hwmon = hwmon_device_register_with_info(dev, "nvme", in nvme_hwmon_init()
/linux/drivers/gpu/drm/i915/
H A Di915_hwmon.c904 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 Dhwmon.c391 hwmon->hwmon_dev = hwmon_device_register_with_info(dev, "mlx5", in mlx5_hwmon_dev_register()
/linux/include/linux/
H A Dhwmon.h470 hwmon_device_register_with_info(struct device *dev,
/linux/drivers/media/pci/mgb4/
H A Dmgb4_core.c579 mgbdev->hwmon_dev = hwmon_device_register_with_info(&pdev->dev, "mgb4", in mgb4_probe()
/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_hwmon.c694 hwmon_dev = hwmon_device_register_with_info(dev->dev, "nouveau", dev, in nouveau_hwmon_init()
/linux/drivers/accel/habanalabs/common/
H A Dhwmon.c883 hdev->hwmon_dev = hwmon_device_register_with_info(dev, in hl_hwmon_init()
/linux/drivers/w1/
H A Dw1.c639 = hwmon_device_register_with_info(&sl->dev, in w1_family_notify()
/linux/drivers/platform/x86/
H A Dtoshiba_acpi.c3452 dev->hwmon_device = hwmon_device_register_with_info( in toshiba_acpi_add()