Home
last modified time | relevance | path

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

/linux/drivers/hwmon/
H A Dadm1177.c33 struct adm1177_state { struct
40 static int adm1177_read_raw(struct adm1177_state *st, u8 num, u8 *data) in adm1177_read_raw() argument
45 static int adm1177_write_cmd(struct adm1177_state *st, u8 cmd) in adm1177_write_cmd()
50 static int adm1177_write_alert_thr(struct adm1177_state *st, in adm1177_write_alert_thr()
74 struct adm1177_state *st = dev_get_drvdata(dev); in adm1177_read()
124 struct adm1177_state *st = dev_get_drvdata(dev); in adm1177_write()
144 const struct adm1177_state *st = data; in adm1177_is_visible()
194 struct adm1177_state *st; in adm1177_probe()