Lines Matching refs:txsubchans
1066 vm.txsubchans = V4L2_TUNER_SUB_STEREO;
1068 vm.txsubchans = V4L2_TUNER_SUB_MONO;
1070 vm.txsubchans |= V4L2_TUNER_SUB_RDS;
1287 vm->txsubchans = V4L2_TUNER_SUB_STEREO;
1289 vm->txsubchans = V4L2_TUNER_SUB_MONO;
1293 vm->txsubchans |= V4L2_TUNER_SUB_RDS;
1295 vm->txsubchans &= ~V4L2_TUNER_SUB_RDS;
1315 if (vm->txsubchans & V4L2_TUNER_SUB_STEREO)
1317 else if (vm->txsubchans & V4L2_TUNER_SUB_MONO)
1322 rds = !!(vm->txsubchans & V4L2_TUNER_SUB_RDS);