Searched refs:icm45686_encoded_payload (Results 1 – 3 of 3) sorted by relevance
142 return offsetof(struct icm45686_encoded_payload, accel.x) / sizeof(int16_t); in icm45686_get_channel_position()144 return offsetof(struct icm45686_encoded_payload, accel.y) / sizeof(int16_t); in icm45686_get_channel_position()146 return offsetof(struct icm45686_encoded_payload, accel.z) / sizeof(int16_t); in icm45686_get_channel_position()149 return offsetof(struct icm45686_encoded_payload, gyro.x) / sizeof(int16_t); in icm45686_get_channel_position()151 return offsetof(struct icm45686_encoded_payload, gyro.y) / sizeof(int16_t); in icm45686_get_channel_position()153 return offsetof(struct icm45686_encoded_payload, gyro.z) / sizeof(int16_t); in icm45686_get_channel_position()155 return offsetof(struct icm45686_encoded_payload, temp) / sizeof(int16_t); in icm45686_get_channel_position()358 struct icm45686_encoded_payload *payload = &edata->payload; in icm45686_one_shot_decode()
18 struct icm45686_encoded_payload { struct79 struct icm45686_encoded_payload payload;
134 buf_len_required += sizeof(struct icm45686_encoded_payload); in icm45686_handle_event_actions()