Searched refs:V4L2_TUNER_SUB_RDS (Results 1 – 9 of 9) sorted by relevance
108 #define V4L2_TUNER_SUB_RDS 0x0010 macro
1100 printf("RDS is: %s\n",(vtun.rxsubchans & V4L2_TUNER_SUB_RDS) ? "ON":"OFF"); in fmapp_get_rds_onoff()1216 vtun.rxsubchans |= V4L2_TUNER_SUB_RDS; in fmapp_set_rds_onoff()1219 vtun.rxsubchans &= ~V4L2_TUNER_SUB_RDS; in fmapp_set_rds_onoff()1430 vtun.rxsubchans = V4L2_TUNER_SUB_RDS; in fmapp_execute_rx_command()1466 vmod.txsubchans = V4L2_TUNER_SUB_STEREO | V4L2_TUNER_SUB_RDS; in fmapp_execute_tx_command()
171 #define V4L2_TUNER_SUB_RDS 0x0010 macro
191 #define V4L2_TUNER_SUB_RDS 0x0010 macro
385 vtun.rxsubchans = V4L2_TUNER_SUB_RDS; in nativeJFmRx_Enable()893 if ((vt.rxsubchans & V4L2_TUNER_SUB_RDS) != 1) in nativeJFmRx_EnableRDS()894 vt.rxsubchans |= V4L2_TUNER_SUB_RDS; in nativeJFmRx_EnableRDS()949 if(vt.rxsubchans & V4L2_TUNER_SUB_RDS) in nativeJFmRx_DisableRDS()950 vt.rxsubchans &= ~V4L2_TUNER_SUB_RDS; in nativeJFmRx_DisableRDS()
275 vmod.txsubchans = vmod.txsubchans | V4L2_TUNER_SUB_RDS; in nativeJFmTx_EnableRds()307 vmod.txsubchans = vmod.txsubchans & ~V4L2_TUNER_SUB_RDS; in nativeJFmTx_DisableRds()
1869 #define V4L2_TUNER_SUB_RDS 0x0010 macro
2079 #define V4L2_TUNER_SUB_RDS 0x0010 macro
1821 #define V4L2_TUNER_SUB_RDS 0x0010 macro