1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __LINUX_PLATFORM_DATA_AD7791__
3 #define __LINUX_PLATFORM_DATA_AD7791__
6 * struct ad7791_platform_data - AD7791 device platform data
7 * @buffered: If set to true configure the device for buffered input mode.
8 * @burnout_current: If set to true the 100mA burnout current is enabled.
9 * @unipolar: If set to true sample in unipolar mode, if set to false sample in
12 struct ad7791_platform_data
{