Home
last modified time | relevance | path

Searched refs:hih6130 (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/hwmon/
H A Dhih6130.c35 struct hih6130 { struct
83 struct hih6130 *hih6130 = dev_get_drvdata(dev); in hih6130_update_measurements() local
110 if (time_after(jiffies, hih6130->last_update + HZ) || !hih6130->valid) { in hih6130_update_measurements()
144 hih6130->valid = true; in hih6130_update_measurements()
165 struct hih6130 *hih6130 = dev_get_drvdata(dev); in hih6130_temperature_show() local
186 struct hih6130 *hih6130 = dev_get_drvdata(dev); in hih6130_humidity_show() local
205 ATTRIBUTE_GROUPS(hih6130);
210 struct hih6130 *hih6130; in hih6130_probe() local
218 hih6130 = devm_kzalloc(dev, sizeof(*hih6130), GFP_KERNEL); in hih6130_probe()
219 if (!hih6130) in hih6130_probe()
[all …]
H A DMakefile89 obj-$(CONFIG_SENSORS_HIH6130) += hih6130.o
H A DKconfig746 will be called hih6130.
/openbmc/linux/Documentation/hwmon/
H A Dhih6130.rst1 Kernel driver hih6130
8 Prefix: 'hih6130'
27 I2C address 0x27 by default, so an entry with I2C_BOARD_INFO("hih6130", 0x27)