Lines Matching refs:sensor_chan_spec
440 struct sensor_chan_spec { struct
447 BUILD_ASSERT(sizeof(struct sensor_chan_spec) <= sizeof(uintptr_t),
459 static inline bool sensor_chan_spec_eq(struct sensor_chan_spec chan_spec0, in sensor_chan_spec_eq()
460 struct sensor_chan_spec chan_spec1) in sensor_chan_spec_eq()
482 int (*get_frame_count)(const uint8_t *buffer, struct sensor_chan_spec channel,
497 int (*get_size_info)(struct sensor_chan_spec channel, size_t *base_size,
525 int (*decode)(const uint8_t *buffer, struct sensor_chan_spec channel, uint32_t *fit,
565 struct sensor_chan_spec channel;
593 int sensor_natively_supported_channel_size_info(struct sensor_chan_spec channel, size_t *base_size,
635 struct sensor_chan_spec *const channels;
658 static struct sensor_chan_spec _CONCAT(__channel_array_, name)[] = {__VA_ARGS__}; \
932 int8_t _padding[sizeof(struct sensor_chan_spec) - 1];
935 struct sensor_chan_spec channels[0];
1019 const struct sensor_chan_spec *channels,
1024 const struct sensor_chan_spec *channels, in z_impl_sensor_reconfigure_read_iodev()
1034 memcpy(cfg->channels, channels, num_channels * sizeof(struct sensor_chan_spec)); in z_impl_sensor_reconfigure_read_iodev()