Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/hwmon/
Df71882fg.c262 struct f71882fg_data { struct
1168 static u8 f71882fg_read8(struct f71882fg_data *data, u8 reg) in f71882fg_read8()
1178 static u16 f71882fg_read16(struct f71882fg_data *data, u8 reg) in f71882fg_read16()
1188 static void f71882fg_write8(struct f71882fg_data *data, u8 reg, u8 val) in f71882fg_write8()
1194 static void f71882fg_write16(struct f71882fg_data *data, u8 reg, u16 val) in f71882fg_write16()
1200 static u16 f71882fg_read_temp(struct f71882fg_data *data, int nr) in f71882fg_read_temp()
1208 static struct f71882fg_data *f71882fg_update_device(struct device *dev) in f71882fg_update_device()
1210 struct f71882fg_data *data = dev_get_drvdata(dev); in f71882fg_update_device()
1387 struct f71882fg_data *data = f71882fg_update_device(dev); in show_fan()
1400 struct f71882fg_data *data = f71882fg_update_device(dev); in show_fan_full_speed()
[all …]