Searched refs:V4L2_TUNER_SUB_RDS (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-radio-rx.c75 (dev->radio_rds_loop && !(dev->radio_tx_subchans & V4L2_TUNER_SUB_RDS)) ||
261 (!dev->radio_rds_loop || (dev->radio_tx_subchans & V4L2_TUNER_SUB_RDS)) &&
263 vt->rxsubchans |= V4L2_TUNER_SUB_RDS;
H A Dvivid-radio-tx.c61 !(dev->radio_tx_subchans & V4L2_TUNER_SUB_RDS)) {
H A Dvivid-core.c1843 dev->radio_tx_subchans = V4L2_TUNER_SUB_STEREO | V4L2_TUNER_SUB_RDS;
/linux-master/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c286 ((fmdev->rx.rds.flag == FM_RDS_ENABLE) ? V4L2_TUNER_SUB_RDS : 0);
328 rds_mode = (tuner->rxsubchans & V4L2_TUNER_SUB_RDS) ?
424 V4L2_TUNER_SUB_RDS : 0);
454 rds_mode = (mod->txsubchans & V4L2_TUNER_SUB_RDS) ?
/linux-master/drivers/media/radio/si4713/
H A Dsi4713.c1070 vm.txsubchans |= V4L2_TUNER_SUB_RDS;
1293 vm->txsubchans |= V4L2_TUNER_SUB_RDS;
1295 vm->txsubchans &= ~V4L2_TUNER_SUB_RDS;
1322 rds = !!(vm->txsubchans & V4L2_TUNER_SUB_RDS);
/linux-master/drivers/media/i2c/
H A Dsaa6588.c421 vt->rxsubchans |= V4L2_TUNER_SUB_RDS;
/linux-master/drivers/media/radio/
H A Dradio-wl1273.c1553 tuner->rxsubchans |= V4L2_TUNER_SUB_RDS;
1585 if (tuner->rxsubchans & V4L2_TUNER_SUB_RDS)
1738 if (modulator->txsubchans & V4L2_TUNER_SUB_RDS)
1792 modulator->txsubchans |= V4L2_TUNER_SUB_RDS;
H A Dradio-miropcm20.c247 v->rxsubchans |= V4L2_TUNER_SUB_RDS;
H A Dradio-cadet.c382 v->rxsubchans |= V4L2_TUNER_SUB_RDS;
H A Dradio-si476x.c413 | V4L2_TUNER_SUB_RDS;
421 tuner->rxsubchans = V4L2_TUNER_SUB_RDS;
/linux-master/drivers/media/radio/si470x/
H A Dradio-si470x-common.c633 tuner->rxsubchans |= V4L2_TUNER_SUB_RDS;
/linux-master/include/uapi/linux/
H A Dvideodev2.h2038 #define V4L2_TUNER_SUB_RDS 0x0010 macro

Completed in 197 milliseconds