summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/ad7291.h
blob: bbd89fa51188e651f3e6c77dc54aace7b1082c8f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
#ifndef __IIO_AD7291_H__
#define __IIO_AD7291_H__

/**
 * struct ad7291_platform_data - AD7291 platform data
 * @use_external_ref: Whether to use an external or internal reference voltage
 */
struct ad7291_platform_data {
	bool use_external_ref;
};

#endif
tr>2020-07-03perf scripts python: export-to-postgresql.py: Fix struct.pack() int argumentAdrian Hunter 2019-07-10perf scripts python: export-to-postgresql.py: Export switch eventsAdrian Hunter 2019-07-10perf scripts python: export-to-postgresql.py: Add has_calls column to comms t...Adrian Hunter 2019-07-10perf scripts python: export-to-postgresql.py: Export comm detailsAdrian Hunter 2019-07-09perf scripts python: export-to-postgresql.py: Fix DROP VIEW power_events_viewAdrian Hunter 2019-06-25perf scripts python: export-to-postgresql.py: Export Intel PT power and ptwri...Adrian Hunter 2019-06-05perf scripts python: export-to-postgresql.py: Export IPC informationAdrian Hunter 2019-05-28perf scripts python: export-to-postgresql.py: Add support for pyside2Adrian Hunter 2019-03-11perf script python: Add printdate function to SQL exportersTony Jones 2019-03-11perf script python: Add Python3 support to export-to-postgresql.pyTony Jones 2019-03-01perf scripts python: export-to-postgresql.py: Export calls parent_idAdrian Hunter 2019-03-01perf scripts python: export-to-postgresql.py: Fix invalid input syntax for in...Adrian Hunter 2019-02-06perf thread-stack: Represent jmps to the start of a different symbolAdrian Hunter 2018-10-23perf scripts python: call-graph-from-sql.py: Rename to exported-sql-viewer.pyAdrian Hunter 2018-09-25perf script python: Fix export-to-postgresql.py occasional failureAdrian Hunter