Searched refs:hwmon (Results 101 - 125 of 324) sorted by relevance

1234567891011>>

/linux-master/drivers/net/phy/
H A Dmarvell-88q2xxx.c12 #include <linux/hwmon.h>
673 struct device *hwmon; local
687 hwmon = devm_hwmon_device_register_with_info(dev,
693 return PTR_ERR_OR_ZERO(hwmon);
/linux-master/drivers/hwmon/
H A Dlm70.c22 #include <linux/hwmon.h>
H A Dhs3001.c16 #include <linux/hwmon.h>
224 "Unable to register hwmon device.\n");
H A Daspeed-g6-pwm-tach.c50 #include <linux/hwmon.h>
457 struct device *dev = &pdev->dev, *hwmon; local
510 hwmon = devm_hwmon_device_register_with_info(dev, "aspeed_tach", priv,
512 ret = PTR_ERR_OR_ZERO(hwmon);
515 "Failed to register hwmon device\n");
H A Dsbtsi_temp.c3 * sbtsi_temp.c - hwmon driver for a SBI Temperature Sensor Interface (SB-TSI)
13 #include <linux/hwmon.h>
H A Dsmsc47b397.c23 #include <linux/hwmon.h>
24 #include <linux/hwmon-sysfs.h>
H A Dlm92.c34 #include <linux/hwmon.h>
35 #include <linux/hwmon-sysfs.h>
H A Dad7418.c3 * An hwmon driver for the Analog Devices AD7416/17/18
15 #include <linux/hwmon.h>
16 #include <linux/hwmon-sysfs.h>
H A Dlochnagar-hwmon.c12 #include <linux/hwmon.h>
13 #include <linux/hwmon-sysfs.h>
365 { .compatible = "cirrus,lochnagar2-hwmon" },
401 .name = "lochnagar-hwmon",
H A Dmc13783-adc.c11 #include <linux/hwmon-sysfs.h>
15 #include <linux/hwmon.h>
H A Dmax197.c8 * For further information, see the Documentation/hwmon/max197.rst file.
20 #include <linux/hwmon.h>
21 #include <linux/hwmon-sysfs.h>
42 * @hwmon_dev: The hwmon device.
304 dev_err(&pdev->dev, "hwmon device register failed\n");
H A Dds1621.c29 #include <linux/hwmon.h>
30 #include <linux/hwmon-sysfs.h>
H A Dultra45_env.c15 #include <linux/hwmon.h>
16 #include <linux/hwmon-sysfs.h>
H A Dmax1619.c20 #include <linux/hwmon.h>
21 #include <linux/hwmon-sysfs.h>
H A Dmax6621.c10 #include <linux/hwmon.h>
11 #include <linux/hwmon-sysfs.h>
H A Dltc4245.c20 #include <linux/hwmon.h>
21 #include <linux/hwmon-sysfs.h>
H A Dtmp108.c10 #include <linux/hwmon.h>
11 #include <linux/hwmon-sysfs.h>
H A Dlm77.c20 #include <linux/hwmon.h>
21 #include <linux/hwmon-sysfs.h>
H A Dadm1029.c20 #include <linux/hwmon-sysfs.h>
21 #include <linux/hwmon.h>
H A Dnpcm750-pwm-fan.c6 #include <linux/hwmon.h>
7 #include <linux/hwmon-sysfs.h>
933 struct device *hwmon; local
1016 hwmon = devm_hwmon_device_register_with_info(dev, "npcm7xx_pwm_fan",
1019 if (IS_ERR(hwmon)) {
1020 dev_err(dev, "unable to register hwmon device\n");
1021 return PTR_ERR(hwmon);
H A Dltc4282.c14 #include <linux/hwmon.h>
15 #include <linux/hwmon-sysfs.h>
140 * when hwmon is not enabled for that channel. Needed because they share
1684 const struct device *hwmon)
1694 dev_name(hwmon));
1723 struct device *dev = &i2c->dev, *hwmon; local
1754 hwmon = devm_hwmon_device_register_with_info(dev, "ltc4282", st,
1757 if (IS_ERR(hwmon))
1758 return PTR_ERR(hwmon);
1760 ltc4282_debugfs_init(st, i2c, hwmon);
1682 ltc4282_debugfs_init(struct ltc4282_state *st, struct i2c_client *i2c, const struct device *hwmon) argument
[all...]
H A Dltc2947-core.c11 #include <linux/hwmon.h>
12 #include <linux/hwmon-sysfs.h>
1100 struct device *hwmon; local
1116 hwmon = devm_hwmon_device_register_with_info(dev, name, st,
1119 return PTR_ERR_OR_ZERO(hwmon);
/linux-master/drivers/leds/
H A Dleds-mlxcpld.c38 #include <linux/hwmon.h>
39 #include <linux/hwmon-sysfs.h>
/linux-master/drivers/w1/
H A Dw1.c19 #include <linux/hwmon.h>
638 struct device *hwmon local
643 if (IS_ERR(hwmon)) {
645 "could not create hwmon device\n");
647 sl->hwmon = hwmon;
653 sl->hwmon)
654 hwmon_device_unregister(sl->hwmon);
/linux-master/drivers/platform/x86/
H A Deeepc-laptop.c19 #include <linux/hwmon.h>
20 #include <linux/hwmon-sysfs.h>
1069 ATTRIBUTE_GROUPS(hwmon); variable
1074 struct device *hwmon; local
1076 hwmon = devm_hwmon_device_register_with_groups(dev, "eeepc", NULL,
1078 if (IS_ERR(hwmon)) {
1079 pr_err("Could not register eeepc hwmon device\n");
1080 return PTR_ERR(hwmon);
1396 * our hwmon and our wlan rfkill subdevice use global ACPI objects

Completed in 617 milliseconds

1234567891011>>