Searched refs:V4L2_TUNER_SUB_RDS (Results 1 – 11 of 11) sorted by relevance
75 (dev->radio_rds_loop && !(dev->radio_tx_subchans & V4L2_TUNER_SUB_RDS)) || in vivid_radio_rx_read()261 (!dev->radio_rds_loop || (dev->radio_tx_subchans & V4L2_TUNER_SUB_RDS)) && in vivid_radio_rx_g_tuner()263 vt->rxsubchans |= V4L2_TUNER_SUB_RDS; in vivid_radio_rx_g_tuner()
61 !(dev->radio_tx_subchans & V4L2_TUNER_SUB_RDS)) { in vivid_radio_tx_write()
52 ``V4L2_TUNER_SUB_RDS`` will be set if RDS data was detected.61 transmission one must set the ``V4L2_TUNER_SUB_RDS`` bit in the
180 * - ``V4L2_TUNER_SUB_RDS``
332 * - ``V4L2_TUNER_SUB_RDS``
1070 vm.txsubchans |= V4L2_TUNER_SUB_RDS; in si4713_setup()1293 vm->txsubchans |= V4L2_TUNER_SUB_RDS; in si4713_g_modulator()1295 vm->txsubchans &= ~V4L2_TUNER_SUB_RDS; in si4713_g_modulator()1322 rds = !!(vm->txsubchans & V4L2_TUNER_SUB_RDS); in si4713_s_modulator()
421 vt->rxsubchans |= V4L2_TUNER_SUB_RDS; in saa6588_g_tuner()
633 tuner->rxsubchans |= V4L2_TUNER_SUB_RDS; in si470x_vidioc_g_tuner()
382 v->rxsubchans |= V4L2_TUNER_SUB_RDS; in vidioc_g_tuner()
425 replace define V4L2_TUNER_SUB_RDS tuner-rxsubchans
2081 #define V4L2_TUNER_SUB_RDS 0x0010 macro