Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/spi/
Dad7877.h8 struct ad7877_platform_data { struct
9 u16 model; /* 7877 */
10 u16 vref_delay_usecs; /* 0 for external vref; etc */
11 u16 x_plate_ohms;
12 u16 y_plate_ohms;
14 u16 x_min, x_max;
15 u16 y_min, y_max;
16 u16 pressure_min, pressure_max;
18 u8 stopacq_polarity; /* 1 = Active HIGH, 0 = Active LOW */
19 u8 first_conversion_delay; /* 0 = 0.5us, 1 = 128us, 2 = 1ms, 3 = 8ms */
[all …]