Searched refs:V4L2_CAP_TUNER (Results 1 – 4 of 4) sorted by relevance
49 #if defined(V4L2_CAP_TUNER) || (defined(HAVE_DECL_V4L2_CAP_TUNER) && HAVE_DECL_V4L2_CAP_TUNER)50 XLAT(V4L2_CAP_TUNER),
16 V4L2_CAP_TUNER
270 #define V4L2_CAP_TUNER 0x00010000 /* has a tuner */ macro
1022 if (v4l2_capability.capabilities & V4L2_CAP_TUNER) { in v4l2_query()