Home
last modified time | relevance | path

Searched defs:iio_channel_info (Results 1 – 1 of 1) sorted by relevance

/linux-5.19.10/tools/iio/
Diio_utils.h38 struct iio_channel_info { struct
39 char *name;
40 char *generic_name;
64 void bsort_channel_array_by_index(struct iio_channel_info *ci_array, int cnt); argument