summaryrefslogtreecommitdiff
path: root/include/dt-bindings/iio/adc/fsl-imx25-gcq.h
blob: 87abdd4a76740c128020f6b30f35007b5f79a8d4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * This header provides constants for configuring the I.MX25 ADC
 */

#ifndef _DT_BINDINGS_IIO_ADC_FS_IMX25_GCQ_H
#define _DT_BINDINGS_IIO_ADC_FS_IMX25_GCQ_H

#define MX25_ADC_REFP_YP	0 /* YP voltage reference */
#define MX25_ADC_REFP_XP	1 /* XP voltage reference */
#define MX25_ADC_REFP_EXT	2 /* External voltage reference */
#define MX25_ADC_REFP_INT	3 /* Internal voltage reference */

#define MX25_ADC_REFN_XN	0 /* XN ground reference */
#define MX25_ADC_REFN_YN	1 /* YN ground reference */
#define MX25_ADC_REFN_NGND	2 /* Internal ground reference */
#define MX25_ADC_REFN_NGND2	3 /* External ground reference */

#endif
18628d7a8c434 /net/ipv6/ip6_udp_tunnel.c parent244b531bee2bdcfcd35ca2fff9cc7d073b3aa060 (diff)
ebtables: use match, target and data copy_to_user helpers
Convert ebtables to copying entries, matches and targets one by one. The solution is analogous to that of generic xt_(match|target)_to_user helpers, but is applied to different structs. Convert existing helpers ebt_make_XXXname helpers that overwrite fields of an already copy_to_user'd struct with ebt_XXX_to_user helpers that copy all relevant fields of the struct from scratch. Signed-off-by: Willem de Bruijn <willemb@google.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/ipv6/ip6_udp_tunnel.c')