Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
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 …]
A DMakefile83 obj-$(CONFIG_SENSORS_HIH6130) += hih6130.o
A DKconfig694 will be called hih6130.
/linux/Documentation/hwmon/
A Dhih6130.rst1 Kernel driver hih6130
8 Prefix: 'hih6130'
27 I2C address 0x27 by default, so an entry with I2C_BOARD_INFO("hih6130", 0x27)
A Dindex.rst73 hih6130

Completed in 8 milliseconds