Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | max1363_mode |
struct | max1363_chip_info |
struct | max1363_state |
Enumerations | |
enum | max1363_modes { _s0, _s1, _s2, _s3, _s4, _s5, _s6, _s7, _s8, _s9, _s10, _s11, d0m1, d2m3, d4m5, d6m7, d8m9, d10m11, d1m0, d3m2, d5m4, d7m6, d9m8, d11m10, s0to1, s0to2, s2to3, s0to3, s0to4, s0to5, s0to6, s6to7, s0to7, s6to8, s0to8, s6to9, s0to9, s6to10, s0to10, s6to11, s0to11, d0m1to2m3, d0m1to4m5, d0m1to6m7, d6m7to8m9, d0m1to8m9, d6m7to10m11, d0m1to10m11, d1m0to3m2, d1m0to5m4, d1m0to7m6, d7m6to9m8, d1m0to9m8, d7m6to11m10, d1m0to11m10 } |
Functions | |
: indentification string for chip | |
struct max1363_chip_info - chip specifc information : accuracy of the adc in bits : the internal reference voltage : iio core function callbacks structure : array of available scan modes : the number of scan modes available : the scan mode in which the chip starts up : channel specification : number of channels | |
struct max1363_mode * | max1363_match_mode (const unsigned long *mask, const struct max1363_chip_info *ci) |
int | max1363_set_scan_mode (struct max1363_state *st) |
int | max1363_update_scan_mode (struct iio_dev *indio_dev, const long *scan_mask) |
enum max1363_modes |
|
read |
Definition at line 152 of file max1363_core.c.
int max1363_set_scan_mode | ( | struct max1363_state * | st | ) |
Definition at line 175 of file max1363_core.c.