Lines Matching refs:hp_wmi_sensors
391 struct hp_wmi_sensors { struct
1188 static int hp_wmi_update_info(struct hp_wmi_sensors *state, in hp_wmi_update_info()
1232 struct hp_wmi_sensors *state; in fungible_show()
1424 const struct hp_wmi_sensors *state = drvdata; in hp_wmi_hwmon_is_visible()
1445 struct hp_wmi_sensors *state = dev_get_drvdata(dev); in hp_wmi_hwmon_read()
1485 const struct hp_wmi_sensors *state = dev_get_drvdata(dev); in hp_wmi_hwmon_read_string()
1497 struct hp_wmi_sensors *state = dev_get_drvdata(dev); in hp_wmi_hwmon_write()
1523 static struct hp_wmi_info *match_fan_event(struct hp_wmi_sensors *state, in match_fan_event()
1545 static u8 match_temp_events(struct hp_wmi_sensors *state, in match_temp_events()
1604 struct hp_wmi_sensors *state = context; in hp_wmi_notify()
1726 static int init_numeric_sensors(struct hp_wmi_sensors *state, in init_numeric_sensors()
1818 static bool find_event_attributes(struct hp_wmi_sensors *state, in find_event_attributes()
1925 static int make_chip_info(struct hp_wmi_sensors *state, bool has_events) in make_chip_info()
1991 static bool add_event_handler(struct hp_wmi_sensors *state) in add_event_handler()
2010 static int hp_wmi_sensors_init(struct hp_wmi_sensors *state) in hp_wmi_sensors_init()
2058 struct hp_wmi_sensors *state; in hp_wmi_sensors_probe()