• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/v4l2_tuner_capabilities.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 extern const struct xlat v4l2_tuner_capabilities[];
12 
13 # else
14 
15 #  if !(defined HAVE_M32_MPERS || defined HAVE_MX32_MPERS)
16 static
17 #  endif
18 const struct xlat v4l2_tuner_capabilities[] = {
19 #if defined(V4L2_TUNER_CAP_LOW) || (defined(HAVE_DECL_V4L2_TUNER_CAP_LOW) && HAVE_DECL_V4L2_TUNER_CAP_LOW)
20   XLAT(V4L2_TUNER_CAP_LOW),
21 #endif
22 #if defined(V4L2_TUNER_CAP_NORM) || (defined(HAVE_DECL_V4L2_TUNER_CAP_NORM) && HAVE_DECL_V4L2_TUNER_CAP_NORM)
23   XLAT(V4L2_TUNER_CAP_NORM),
24 #endif
25 #if defined(V4L2_TUNER_CAP_HWSEEK_BOUNDED) || (defined(HAVE_DECL_V4L2_TUNER_CAP_HWSEEK_BOUNDED) && HAVE_DECL_V4L2_TUNER_CAP_HWSEEK_BOUNDED)
26   XLAT(V4L2_TUNER_CAP_HWSEEK_BOUNDED),
27 #endif
28 #if defined(V4L2_TUNER_CAP_HWSEEK_WRAP) || (defined(HAVE_DECL_V4L2_TUNER_CAP_HWSEEK_WRAP) && HAVE_DECL_V4L2_TUNER_CAP_HWSEEK_WRAP)
29   XLAT(V4L2_TUNER_CAP_HWSEEK_WRAP),
30 #endif
31 #if defined(V4L2_TUNER_CAP_STEREO) || (defined(HAVE_DECL_V4L2_TUNER_CAP_STEREO) && HAVE_DECL_V4L2_TUNER_CAP_STEREO)
32   XLAT(V4L2_TUNER_CAP_STEREO),
33 #endif
34 #if defined(V4L2_TUNER_CAP_LANG2) || (defined(HAVE_DECL_V4L2_TUNER_CAP_LANG2) && HAVE_DECL_V4L2_TUNER_CAP_LANG2)
35   XLAT(V4L2_TUNER_CAP_LANG2),
36 #endif
37 #if defined(V4L2_TUNER_CAP_SAP) || (defined(HAVE_DECL_V4L2_TUNER_CAP_SAP) && HAVE_DECL_V4L2_TUNER_CAP_SAP)
38   XLAT(V4L2_TUNER_CAP_SAP),
39 #endif
40 #if defined(V4L2_TUNER_CAP_LANG1) || (defined(HAVE_DECL_V4L2_TUNER_CAP_LANG1) && HAVE_DECL_V4L2_TUNER_CAP_LANG1)
41   XLAT(V4L2_TUNER_CAP_LANG1),
42 #endif
43 #if defined(V4L2_TUNER_CAP_RDS) || (defined(HAVE_DECL_V4L2_TUNER_CAP_RDS) && HAVE_DECL_V4L2_TUNER_CAP_RDS)
44   XLAT(V4L2_TUNER_CAP_RDS),
45 #endif
46 #if defined(V4L2_TUNER_CAP_RDS_BLOCK_IO) || (defined(HAVE_DECL_V4L2_TUNER_CAP_RDS_BLOCK_IO) && HAVE_DECL_V4L2_TUNER_CAP_RDS_BLOCK_IO)
47   XLAT(V4L2_TUNER_CAP_RDS_BLOCK_IO),
48 #endif
49 #if defined(V4L2_TUNER_CAP_RDS_CONTROLS) || (defined(HAVE_DECL_V4L2_TUNER_CAP_RDS_CONTROLS) && HAVE_DECL_V4L2_TUNER_CAP_RDS_CONTROLS)
50   XLAT(V4L2_TUNER_CAP_RDS_CONTROLS),
51 #endif
52 #if defined(V4L2_TUNER_CAP_FREQ_BANDS) || (defined(HAVE_DECL_V4L2_TUNER_CAP_FREQ_BANDS) && HAVE_DECL_V4L2_TUNER_CAP_FREQ_BANDS)
53   XLAT(V4L2_TUNER_CAP_FREQ_BANDS),
54 #endif
55 #if defined(V4L2_TUNER_CAP_HWSEEK_PROG_LIM) || (defined(HAVE_DECL_V4L2_TUNER_CAP_HWSEEK_PROG_LIM) && HAVE_DECL_V4L2_TUNER_CAP_HWSEEK_PROG_LIM)
56   XLAT(V4L2_TUNER_CAP_HWSEEK_PROG_LIM),
57 #endif
58 #if defined(V4L2_TUNER_CAP_1HZ) || (defined(HAVE_DECL_V4L2_TUNER_CAP_1HZ) && HAVE_DECL_V4L2_TUNER_CAP_1HZ)
59   XLAT(V4L2_TUNER_CAP_1HZ),
60 #endif
61  XLAT_END
62 };
63 
64 # endif /* !IN_MPERS */
65 
66 #endif /* !XLAT_MACROS_ONLY */
67