Home
last modified time | relevance | path

Searched refs:hwmon_device_register_with_groups (Results 1 – 16 of 16) sorted by relevance

/Linux-v5.10/Documentation/hwmon/
Dhwmon-kernel-api.rst27 hwmon_device_register_with_groups(struct device *dev, const char *name,
53 hwmon_device_register_with_groups registers a hardware monitoring device.
58 hwmon_device_register_with_groups will attach this pointer to the newly
62 hwmon_device_register_with_groups creates the hwmon device with name attribute
68 hwmon_device_register_with_groups. However, it is device managed, meaning the
86 hwmon_device_register_with_groups or hwmon_device_register_with_info.
/Linux-v5.10/drivers/hwmon/
Dmax31722.c92 data->hwmon_dev = hwmon_device_register_with_groups(&spi->dev, in max31722_probe()
Dhwmon.c804 hwmon_device_register_with_groups(struct device *dev, const char *name, in hwmon_device_register_with_groups() function
813 EXPORT_SYMBOL_GPL(hwmon_device_register_with_groups);
914 hwdev = hwmon_device_register_with_groups(dev, name, drvdata, groups); in devm_hwmon_device_register_with_groups()
Dxgene-hwmon.c737 ctx->hwmon_dev = hwmon_device_register_with_groups(ctx->dev, in xgene_hwmon_probe()
Ddell-smm-hwmon.c959 i8k_hwmon_dev = hwmon_device_register_with_groups(NULL, "dell_smm", in i8k_init_hwmon()
Dasus_atk0110.c1191 data->hwmon_dev = hwmon_device_register_with_groups(dev, "atk0110", in atk_register_hwmon()
/Linux-v5.10/include/linux/
Dhwmon.h438 hwmon_device_register_with_groups(struct device *dev, const char *name,
/Linux-v5.10/drivers/net/ethernet/sfc/
Dmcdi_mon.c505 hwmon->device = hwmon_device_register_with_groups(&efx->pci_dev->dev, in efx_mcdi_mon_probe()
/Linux-v5.10/drivers/net/ethernet/mellanox/mlxsw/
Dcore_hwmon.c785 hwmon_dev = hwmon_device_register_with_groups(mlxsw_bus_info->dev, in mlxsw_hwmon_init()
/Linux-v5.10/drivers/input/touchscreen/
Dads7846.c531 ts->hwmon = hwmon_device_register_with_groups(&spi->dev, spi->modalias, in ads784x_hwmon_register()
/Linux-v5.10/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c1300 hwmon_dev = hwmon_device_register_with_groups(dev, qlcnic_driver_name, in qlcnic_register_hwmon_dev()
/Linux-v5.10/drivers/gpu/drm/radeon/
Dradeon_pm.c827 rdev->pm.int_hwmon_dev = hwmon_device_register_with_groups(rdev->dev, in radeon_hwmon_init()
/Linux-v5.10/drivers/gpu/drm/amd/pm/
Damdgpu_pm.c3415 adev->pm.int_hwmon_dev = hwmon_device_register_with_groups(adev->dev, in amdgpu_pm_sysfs_init()
/Linux-v5.10/drivers/platform/x86/
Dthinkpad_acpi.c10698 tpacpi_hwmon = hwmon_device_register_with_groups( in thinkpad_acpi_module_init()
/Linux-v5.10/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c9569 bp->hwmon_dev = hwmon_device_register_with_groups(&pdev->dev, in bnxt_hwmon_open()
/Linux-v5.10/drivers/net/ethernet/broadcom/
Dtg3.c10871 tp->hwmon_dev = hwmon_device_register_with_groups(&pdev->dev, "tg3", in tg3_hwmon_open()