Lines Matching refs:ec_sensor_info
88 struct ec_sensor_info { struct
173 static const struct ec_sensor_info sensors_family_amd_400[] = {
203 static const struct ec_sensor_info sensors_family_amd_500[] = {
240 static const struct ec_sensor_info sensors_family_amd_600[] = {
253 static const struct ec_sensor_info sensors_family_intel_300[] = {
273 static const struct ec_sensor_info sensors_family_intel_600[] = {
569 const struct ec_sensor_info *sensors_info;
600 static bool is_sensor_data_signed(const struct ec_sensor_info *si) in is_sensor_data_signed()
609 static const struct ec_sensor_info *
669 const struct ec_sensor_info *si; in fill_ec_registers()
769 static inline s32 get_sensor_value(const struct ec_sensor_info *si, u8 *data) in get_sensor_value()
798 const struct ec_sensor_info *si; in update_sensor_values()
951 const struct ec_sensor_info *si; in asus_ec_probe()