Lines Matching defs:attrh
398 u32 attrh, attrl;
412 attrh = le32_to_cpu(adesc->attributes_high);
413 a->scale = S32_EXT(SENSOR_SCALE(attrh));
414 a->type = SENSOR_TYPE(attrh);
576 u32 attrh, attrl;
600 attrh = le32_to_cpu(sdesc->attributes_high);
602 s->scale = S32_EXT(SENSOR_SCALE(attrh));
603 s->type = SENSOR_TYPE(attrh);
614 s->intervals.desc[0] = (SENSOR_UPDATE_BASE(attrh) << 5) |
615 SENSOR_UPDATE_SCALE(attrh);
634 SUPPORTS_AXIS(attrh) ?
635 SENSOR_AXIS_NUMBER(attrh) : 0,