Searched refs:hwmon_device_register_with_groups (Results 1 – 18 of 18) sorted by relevance
| /linux-4.4.14/drivers/hwmon/ |
| D | hwmon.c | 96 hwmon_device_register_with_groups(struct device *dev, const char *name, in hwmon_device_register_with_groups() function 136 EXPORT_SYMBOL_GPL(hwmon_device_register_with_groups); 149 return hwmon_device_register_with_groups(dev, NULL, NULL, NULL); in hwmon_device_register() 202 hwdev = hwmon_device_register_with_groups(dev, name, drvdata, groups); in devm_hwmon_device_register_with_groups()
|
| D | iio_hwmon.c | 147 st->hwmon_dev = hwmon_device_register_with_groups(dev, name, st, in iio_hwmon_probe()
|
| D | tmp102.c | 227 hwmon_dev = hwmon_device_register_with_groups(dev, client->name, in tmp102_probe()
|
| D | lm75.c | 304 data->hwmon_dev = hwmon_device_register_with_groups(dev, client->name, in lm75_probe()
|
| D | dell-smm-hwmon.c | 780 i8k_hwmon_dev = hwmon_device_register_with_groups(NULL, "dell_smm", in i8k_init_hwmon()
|
| D | g762.c | 1088 data->hwmon_dev = hwmon_device_register_with_groups(dev, client->name, in g762_probe()
|
| D | lm90.c | 1583 data->hwmon_dev = hwmon_device_register_with_groups(dev, client->name, in lm90_probe()
|
| /linux-4.4.14/Documentation/hwmon/ |
| D | hwmon-kernel-api.txt | 28 hwmon_device_register_with_groups(struct device *dev, const char *name, 48 hwmon_device_register_with_groups is similar to hwmon_device_register. However, 52 driver data. hwmon_device_register_with_groups will attach this pointer 56 hwmon_device_register_with_groups creates the hwmon device with name attribute 60 hwmon_device_register_with_groups. However, it is device managed, meaning the 67 hwmon_device_register or with hwmon_device_register_with_groups.
|
| /linux-4.4.14/include/linux/ |
| D | hwmon.h | 22 hwmon_device_register_with_groups(struct device *dev, const char *name,
|
| /linux-4.4.14/drivers/net/ethernet/sfc/ |
| D | mcdi_mon.c | 508 hwmon->device = hwmon_device_register_with_groups(&efx->pci_dev->dev, in efx_mcdi_mon_probe()
|
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | amdgpu_pm.c | 704 adev->pm.int_hwmon_dev = hwmon_device_register_with_groups(adev->dev, in amdgpu_pm_sysfs_init()
|
| /linux-4.4.14/net/dsa/ |
| D | dsa.c | 362 ds->hwmon_dev = hwmon_device_register_with_groups(NULL, in dsa_switch_setup_one()
|
| /linux-4.4.14/drivers/input/touchscreen/ |
| D | ads7846.c | 530 ts->hwmon = hwmon_device_register_with_groups(&spi->dev, spi->modalias, in ads784x_hwmon_register()
|
| /linux-4.4.14/drivers/hwmon/pmbus/ |
| D | pmbus_core.c | 1909 data->hwmon_dev = hwmon_device_register_with_groups(dev, client->name, in pmbus_do_probe()
|
| /linux-4.4.14/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_sysfs.c | 1299 hwmon_dev = hwmon_device_register_with_groups(dev, qlcnic_driver_name, in qlcnic_register_hwmon_dev()
|
| /linux-4.4.14/drivers/platform/x86/ |
| D | asus-wmi.c | 1415 hwmon = hwmon_device_register_with_groups(&asus->platform_device->dev, in asus_wmi_hwmon_init()
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | radeon_pm.c | 786 rdev->pm.int_hwmon_dev = hwmon_device_register_with_groups(rdev->dev, in radeon_hwmon_init()
|
| /linux-4.4.14/drivers/net/ethernet/broadcom/ |
| D | tg3.c | 10820 tp->hwmon_dev = hwmon_device_register_with_groups(&pdev->dev, "tg3", in tg3_hwmon_open()
|