Linux Kernel
3.7.1
|
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#include <stdio.h>
#include <stdint.h>
#include <dirent.h>
#include <errno.h>
Go to the source code of this file.
Data Structures | |
struct | iio_channel_info |
Macros | |
#define | IIO_MAX_NAME_LENGTH 30 |
#define | FORMAT_SCAN_ELEMENTS_DIR "%s/scan_elements" |
#define | FORMAT_TYPE_FILE "%s_type" |
Variables | |
const char * | iio_dir = "/sys/bus/iio/devices/" |
#define FORMAT_SCAN_ELEMENTS_DIR "%s/scan_elements" |
Definition at line 21 of file iio_utils.h.
#define FORMAT_TYPE_FILE "%s_type" |
Definition at line 22 of file iio_utils.h.
#define IIO_MAX_NAME_LENGTH 30 |
Definition at line 19 of file iio_utils.h.
Definition at line 503 of file iio_utils.h.
Definition at line 552 of file iio_utils.h.
|
inline |
bsort_channel_array_by_index() - reorder so that the array is in index order
Definition at line 262 of file iio_utils.h.
|
inline |
build_channel_array() - function to figure out what channels are present : the IIO device directory in sysfs @
Definition at line 283 of file iio_utils.h.
Definition at line 444 of file iio_utils.h.
iioutils_break_up_name() - extract generic name from full channel name : the full channel name : the output generic channel name
Definition at line 31 of file iio_utils.h.
|
inline |
Definition at line 198 of file iio_utils.h.
|
inline |
Definition at line 94 of file iio_utils.h.
Definition at line 634 of file iio_utils.h.
Definition at line 612 of file iio_utils.h.
Definition at line 542 of file iio_utils.h.
Definition at line 547 of file iio_utils.h.
Definition at line 607 of file iio_utils.h.
write_sysfs_string_and_verify() - string write, readback and verify : name of file to write to : the sysfs directory in which the file is to be found : the string to write
Definition at line 602 of file iio_utils.h.