Searched refs:devm_hwmon_device_register_with_groups (Results 1 – 25 of 105) sorted by relevance
12345
| /Linux-v6.1/drivers/hwmon/ |
| D | wm8350-hwmon.c | 74 hwmon_dev = devm_hwmon_device_register_with_groups(&pdev->dev, "wm8350", in wm8350_hwmon_probe()
|
| D | ad7314.c | 108 hwmon_dev = devm_hwmon_device_register_with_groups(&spi_dev->dev, in ad7314_probe()
|
| D | tc74.c | 147 hwmon_dev = devm_hwmon_device_register_with_groups(dev, in tc74_probe()
|
| D | lm70.c | 192 hwmon_dev = devm_hwmon_device_register_with_groups(&spi->dev, in lm70_probe()
|
| D | ltc4260.c | 159 hwmon_dev = devm_hwmon_device_register_with_groups(dev, client->name, in ltc4260_probe()
|
| D | nsa320-hwmon.c | 183 classdev = devm_hwmon_device_register_with_groups(&pdev->dev, in nsa320_hwmon_probe()
|
| D | wm831x-hwmon.c | 135 hwmon_dev = devm_hwmon_device_register_with_groups(&pdev->dev, "wm831x", in wm831x_hwmon_probe()
|
| D | hih6130.c | 228 hwmon_dev = devm_hwmon_device_register_with_groups(dev, client->name, in hih6130_probe()
|
| D | ltc4151.c | 184 hwmon_dev = devm_hwmon_device_register_with_groups(dev, client->name, in ltc4151_probe()
|
| D | iio_hwmon.c | 163 hwmon_dev = devm_hwmon_device_register_with_groups(dev, sname, st, in iio_hwmon_probe()
|
| D | ads7871.c | 190 hwmon_dev = devm_hwmon_device_register_with_groups(dev, spi->modalias, in ads7871_probe()
|
| D | ads7828.c | 178 hwmon_dev = devm_hwmon_device_register_with_groups(dev, client->name, in ads7828_probe()
|
| D | g760a.c | 193 hwmon_dev = devm_hwmon_device_register_with_groups(dev, client->name, in g760a_probe()
|
| D | ltc4222.c | 196 hwmon_dev = devm_hwmon_device_register_with_groups(dev, client->name, in ltc4222_probe()
|
| D | ltc4261.c | 218 hwmon_dev = devm_hwmon_device_register_with_groups(dev, client->name, in ltc4261_probe()
|
| D | sht21.c | 274 hwmon_dev = devm_hwmon_device_register_with_groups(dev, client->name, in sht21_probe()
|
| D | ltc4215.c | 241 hwmon_dev = devm_hwmon_device_register_with_groups(dev, client->name, in ltc4215_probe()
|
| D | ds620.c | 230 hwmon_dev = devm_hwmon_device_register_with_groups(dev, client->name, in ds620_probe()
|
| D | ad7414.c | 201 hwmon_dev = devm_hwmon_device_register_with_groups(dev, in ad7414_probe()
|
| D | vexpress-hwmon.c | 226 data->hwmon_dev = devm_hwmon_device_register_with_groups(&pdev->dev, in vexpress_hwmon_probe()
|
| D | menf21bmc_hwmon.c | 208 hwmon_dev = devm_hwmon_device_register_with_groups(&pdev->dev, in menf21bmc_hwmon_probe()
|
| /Linux-v6.1/drivers/net/wireless/ath/ath10k/ |
| D | thermal.c | 194 hwmon_dev = devm_hwmon_device_register_with_groups(ar->dev, in ath10k_thermal_register()
|
| /Linux-v6.1/drivers/net/ethernet/intel/ixgbe/ |
| D | ixgbe_sysfs.c | 196 hwmon_dev = devm_hwmon_device_register_with_groups(&adapter->pdev->dev, in ixgbe_sysfs_init()
|
| /Linux-v6.1/drivers/net/wireless/ath/ath11k/ |
| D | thermal.c | 193 hwmon_dev = devm_hwmon_device_register_with_groups(&ar->hw->wiphy->dev, in ath11k_thermal_register()
|
| /Linux-v6.1/drivers/net/ethernet/intel/igb/ |
| D | igb_hwmon.c | 213 hwmon_dev = devm_hwmon_device_register_with_groups(&adapter->pdev->dev, in igb_sysfs_init()
|
12345