Home
last modified time | relevance | path

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

/Linux-v4.19/Documentation/hwmon/
Dhwmon-kernel-api.txt27 hwmon_device_register_with_groups(struct device *dev, const char *name,
52 hwmon_device_register_with_groups registers a hardware monitoring device.
57 hwmon_device_register_with_groups will attach this pointer to the newly
61 hwmon_device_register_with_groups creates the hwmon device with name attribute
67 hwmon_device_register_with_groups. However, it is device managed, meaning the
85 hwmon_device_register_with_groups or hwmon_device_register_with_info.
Dsubmitting-patches123 function, hwmon_device_register_with_groups() to register your driver with the
/Linux-v4.19/drivers/hwmon/
Dmax31722.c97 data->hwmon_dev = hwmon_device_register_with_groups(&spi->dev, in max31722_probe()
Dhwmon.c669 hwmon_device_register_with_groups(struct device *dev, const char *name, in hwmon_device_register_with_groups() function
678 EXPORT_SYMBOL_GPL(hwmon_device_register_with_groups);
779 hwdev = hwmon_device_register_with_groups(dev, name, drvdata, groups); in devm_hwmon_device_register_with_groups()
Dxgene-hwmon.c749 ctx->hwmon_dev = hwmon_device_register_with_groups(ctx->dev, in xgene_hwmon_probe()
Ddell-smm-hwmon.c866 i8k_hwmon_dev = hwmon_device_register_with_groups(NULL, "dell_smm", in i8k_init_hwmon()
Dasus_atk0110.c1210 data->hwmon_dev = hwmon_device_register_with_groups(dev, "atk0110", in atk_register_hwmon()
/Linux-v4.19/include/linux/
Dhwmon.h380 hwmon_device_register_with_groups(struct device *dev, const char *name,
/Linux-v4.19/drivers/net/ethernet/mellanox/mlxsw/
Dcore_hwmon.c323 hwmon_dev = hwmon_device_register_with_groups(mlxsw_bus_info->dev, in mlxsw_hwmon_init()
/Linux-v4.19/drivers/net/ethernet/sfc/
Dmcdi_mon.c508 hwmon->device = hwmon_device_register_with_groups(&efx->pci_dev->dev, in efx_mcdi_mon_probe()
/Linux-v4.19/drivers/input/touchscreen/
Dads7846.c530 ts->hwmon = hwmon_device_register_with_groups(&spi->dev, spi->modalias, in ads784x_hwmon_register()
/Linux-v4.19/drivers/net/ethernet/qlogic/qlcnic/
Dqlcnic_sysfs.c1301 hwmon_dev = hwmon_device_register_with_groups(dev, qlcnic_driver_name, in qlcnic_register_hwmon_dev()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_pm.c1792 adev->pm.int_hwmon_dev = hwmon_device_register_with_groups(adev->dev, in amdgpu_pm_sysfs_init()
/Linux-v4.19/drivers/platform/x86/
Dasus-wmi.c1528 hwmon = hwmon_device_register_with_groups(&asus->platform_device->dev, in asus_wmi_hwmon_init()
Dthinkpad_acpi.c10357 tpacpi_hwmon = hwmon_device_register_with_groups( in thinkpad_acpi_module_init()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_pm.c795 rdev->pm.int_hwmon_dev = hwmon_device_register_with_groups(rdev->dev, in radeon_hwmon_init()
/Linux-v4.19/drivers/hwmon/pmbus/
Dpmbus_core.c2346 data->hwmon_dev = hwmon_device_register_with_groups(dev, client->name, in pmbus_do_probe()
/Linux-v4.19/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.c6848 bp->hwmon_dev = hwmon_device_register_with_groups(&pdev->dev, in bnxt_hwmon_open()
/Linux-v4.19/drivers/net/ethernet/broadcom/
Dtg3.c10875 tp->hwmon_dev = hwmon_device_register_with_groups(&pdev->dev, "tg3", in tg3_hwmon_open()