| /Linux-v5.4/drivers/media/radio/ | 
| D | radio-raremono.c | 76 		.type = V4L2_TUNER_RADIO, 86 		.type = V4L2_TUNER_RADIO, 95 		.type = V4L2_TUNER_RADIO, 246 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)  in vidioc_s_frequency() 267 	f->type = V4L2_TUNER_RADIO;  in vidioc_g_frequency()
  | 
| D | tea575x.c | 51 		.type = V4L2_TUNER_RADIO, 60 		.type = V4L2_TUNER_RADIO, 69 		.type = V4L2_TUNER_RADIO, 285 	v->type = V4L2_TUNER_RADIO;  in snd_tea575x_g_tuner() 330 	f->type = V4L2_TUNER_RADIO;  in vidioc_g_frequency() 340 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)  in vidioc_s_frequency()
  | 
| D | radio-tea5777.c | 140 		.type = V4L2_TUNER_RADIO, 151 		.type = V4L2_TUNER_RADIO, 297 	v->type = V4L2_TUNER_RADIO;  in vidioc_g_tuner() 347 	f->type = V4L2_TUNER_RADIO;  in vidioc_g_frequency() 357 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)  in vidioc_s_frequency()
  | 
| D | tef6862.c | 75 	v->type = V4L2_TUNER_RADIO;  in tef6862_g_tuner() 123 	f->type = V4L2_TUNER_RADIO;  in tef6862_g_frequency()
  | 
| D | radio-sf16fmi.c | 148 	v->type = V4L2_TUNER_RADIO;  in vidioc_g_tuner() 169 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)  in vidioc_s_frequency() 185 	f->type = V4L2_TUNER_RADIO;  in vidioc_g_frequency()
  | 
| D | dsbr100.c | 184 	v->type = V4L2_TUNER_RADIO;  in vidioc_g_tuner() 206 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)  in vidioc_s_frequency() 220 	f->type = V4L2_TUNER_RADIO;  in vidioc_g_frequency()
  | 
| D | radio-cadet.c | 97 		.type = V4L2_TUNER_RADIO, 104 		.type = V4L2_TUNER_RADIO, 370 	v->type = V4L2_TUNER_RADIO;  in vidioc_g_tuner() 417 	f->type = V4L2_TUNER_RADIO;  in vidioc_g_frequency()
  | 
| D | radio-isa.c | 53 	v->type = V4L2_TUNER_RADIO;  in radio_isa_g_tuner() 95 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)  in radio_isa_s_frequency() 111 	f->type = V4L2_TUNER_RADIO;  in radio_isa_g_frequency()
  | 
| D | radio-tea5764.c | 298 	v->type = V4L2_TUNER_RADIO;  in vidioc_g_tuner() 332 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)  in vidioc_s_frequency() 359 	f->type = V4L2_TUNER_RADIO;  in vidioc_g_frequency()
  | 
| D | radio-miropcm20.c | 234 	v->type = V4L2_TUNER_RADIO;  in vidioc_g_tuner() 277 	f->type = V4L2_TUNER_RADIO;  in vidioc_g_frequency() 288 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)  in vidioc_s_frequency()
  | 
| D | radio-mr800.c | 283 	v->type = V4L2_TUNER_RADIO;  in vidioc_g_tuner() 329 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)  in vidioc_g_frequency() 331 	f->type = V4L2_TUNER_RADIO;  in vidioc_g_frequency()
  | 
| D | radio-si476x.c | 50 		.type		= V4L2_TUNER_RADIO, 62 		.type		= V4L2_TUNER_RADIO, 397 	tuner->type       = V4L2_TUNER_RADIO;  in si476x_radio_g_tuner() 655 	    f->type  != V4L2_TUNER_RADIO)  in si476x_radio_g_frequency() 699 	    f->type  != V4L2_TUNER_RADIO)  in si476x_radio_s_frequency() 747 	    seek->type  != V4L2_TUNER_RADIO)  in si476x_radio_s_hw_freq_seek()
  | 
| D | radio-keene.c | 208 	if (f->tuner != 0 || f->type != V4L2_TUNER_RADIO)  in vidioc_s_frequency() 221 	f->type = V4L2_TUNER_RADIO;  in vidioc_g_frequency()
  | 
| /Linux-v5.4/drivers/media/platform/vivid/ | 
| D | vivid-radio-common.c | 26 		.type = V4L2_TUNER_RADIO, 36 		.type = V4L2_TUNER_RADIO, 45 		.type = V4L2_TUNER_RADIO,
  | 
| /Linux-v5.4/drivers/media/v4l2-core/ | 
| D | tuner-core.c | 488 		if (V4L2_TUNER_RADIO == t->mode)  in set_type() 765 		t->mode = V4L2_TUNER_RADIO;  in tuner_probe() 822 	if (mode == V4L2_TUNER_RADIO)  in check_mode() 870 	if (t->mode == V4L2_TUNER_RADIO) {  in set_freq() 1096 	case V4L2_TUNER_RADIO:  in tuner_status() 1107 	if (t->mode == V4L2_TUNER_RADIO) {  in tuner_status() 1118 	if (t->mode != V4L2_TUNER_RADIO)  in tuner_status() 1145 	if (set_mode(t, V4L2_TUNER_RADIO) == 0)  in tuner_s_radio() 1214 		f->frequency = (V4L2_TUNER_RADIO == t->mode) ?  in tuner_g_frequency() 1218 		f->frequency = (V4L2_TUNER_RADIO == f->type) ?  in tuner_g_frequency() [all …] 
 | 
| D | v4l2-ioctl.c | 1789 			V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;  in v4l_g_tuner() 1807 			V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;  in v4l_s_tuner() 1819 		p->type = V4L2_TUNER_RADIO;  in v4l_g_modulator() 1834 		p->type = V4L2_TUNER_RADIO;  in v4l_s_modulator() 1849 				V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;  in v4l_g_frequency() 1869 				V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;  in v4l_s_frequency() 1941 		V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;  in v4l_s_hw_freq_seek() 2571 				V4L2_TUNER_RADIO : V4L2_TUNER_ANALOG_TV;  in v4l_enum_freq_bands() 2594 		p->modulation = (type == V4L2_TUNER_RADIO) ?  in v4l_enum_freq_bands() 2603 		if (type != V4L2_TUNER_RADIO)  in v4l_enum_freq_bands() [all …] 
 | 
| /Linux-v5.4/drivers/media/radio/si470x/ | 
| D | radio-si470x-common.c | 135 		.type = V4L2_TUNER_RADIO, 147 		.type = V4L2_TUNER_RADIO, 159 		.type = V4L2_TUNER_RADIO, 617 	tuner->type = V4L2_TUNER_RADIO;  in si470x_vidioc_g_tuner() 694 	freq->type = V4L2_TUNER_RADIO;  in si470x_vidioc_g_frequency()
  | 
| /Linux-v5.4/drivers/media/tuners/ | 
| D | tda9887.c | 408 	if (priv->mode == V4L2_TUNER_RADIO) {  in tda9887_set_tvnorm() 520 	if (priv->mode == V4L2_TUNER_RADIO) {  in tda9887_do_config() 611 	if (priv->mode != V4L2_TUNER_RADIO)  in tda9887_get_afc()
  | 
| D | mt20xx.c | 351 	case V4L2_TUNER_RADIO:  in mt2032_set_params() 546 	case V4L2_TUNER_RADIO:  in mt2050_set_params()
  | 
| D | tda827x.c | 71 	if (params->mode == V4L2_TUNER_RADIO) {  in tda827x_set_std() 250 	if (params->mode == V4L2_TUNER_RADIO)  in tda827xo_set_analog_params() 664 	if (params->mode == V4L2_TUNER_RADIO)  in tda827xa_set_analog_params()
  | 
| D | tuner-xc2028.c | 1041 	case V4L2_TUNER_RADIO:  in generic_set_freq() 1165 	if (p->mode == V4L2_TUNER_RADIO) {  in xc2028_set_analog_freq() 1170 				V4L2_TUNER_RADIO, type, 0, 0);  in xc2028_set_analog_freq()
  | 
| D | tda8290.c | 135 	if (params->mode == V4L2_TUNER_RADIO) {  in set_audio() 200 	if (params->mode == V4L2_TUNER_RADIO) {  in tda8290_set_params()
  | 
| /Linux-v5.4/include/media/ | 
| D | tuner.h | 176 	T_RADIO		= 1 << V4L2_TUNER_RADIO,
  | 
| /Linux-v5.4/Documentation/media/uapi/v4l/ | 
| D | vidioc-g-frequency.rst | 83 	set to ``V4L2_TUNER_RADIO`` for ``/dev/radioX`` device nodes, and 85 	``V4L2_TUNER_RADIO`` for modulators (currently only radio
  | 
| D | vidioc-enum-freq-bands.rst | 73 	set to ``V4L2_TUNER_RADIO`` for ``/dev/radioX`` device nodes, and 75 	``V4L2_TUNER_RADIO`` for modulators (currently only radio
  |