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