Searched refs:PVR2_CVAL_INPUT_RADIO (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/media/usb/pvrusb2/
H A Dpvrusb2-wm8775.c30 case PVR2_CVAL_INPUT_RADIO:
H A Dpvrusb2-video-v4l.c37 [PVR2_CVAL_INPUT_RADIO] = SAA7115_COMPOSITE5,
49 [PVR2_CVAL_INPUT_RADIO] = SAA7115_COMPOSITE5,
H A Dpvrusb2-cx2584x-v4l.c41 [PVR2_CVAL_INPUT_RADIO] = { /* Treat the same as composite */
66 [PVR2_CVAL_INPUT_RADIO] = {
109 [PVR2_CVAL_INPUT_RADIO] = {
H A Dpvrusb2-cs53l32a.c32 [PVR2_CVAL_INPUT_RADIO] = 2,
H A Dpvrusb2-audio.c23 [PVR2_CVAL_INPUT_RADIO] = MSP_INPUT(MSP_IN_SCART2,
H A Dpvrusb2-hdw.h42 #define PVR2_CVAL_INPUT_RADIO 4 macro
43 #define PVR2_CVAL_INPUT_MAX PVR2_CVAL_INPUT_RADIO
H A Dpvrusb2-v4l2.c181 case PVR2_CVAL_INPUT_RADIO:
333 if (cur_input != PVR2_CVAL_INPUT_RADIO)
334 pvr2_ctrl_set_value(ctrlp, PVR2_CVAL_INPUT_RADIO);
336 if (cur_input == PVR2_CVAL_INPUT_RADIO)
370 if (cur_input == PVR2_CVAL_INPUT_RADIO)
984 input_mask = (1 << PVR2_CVAL_INPUT_RADIO);
988 input_mask = ((1 << PVR2_CVAL_INPUT_RADIO) |
1274 (1 << PVR2_CVAL_INPUT_RADIO)) {
H A Dpvrusb2-encoder.c471 hdw->input_val == PVR2_CVAL_INPUT_RADIO ? 1 : 0);
H A Dpvrusb2-hdw.c245 [PVR2_CVAL_INPUT_RADIO] = "radio",
1313 if (hdw->input_val == PVR2_CVAL_INPUT_RADIO) {
2413 if (hdw_desc->flag_has_fmradio) m |= 1 << PVR2_CVAL_INPUT_RADIO;
2861 if (hdw->input_val == PVR2_CVAL_INPUT_RADIO) {
2888 vt.type = (hdw->input_val == PVR2_CVAL_INPUT_RADIO) ?
2909 if (hdw->input_val == PVR2_CVAL_INPUT_RADIO) {
3145 if (hdw->input_val == PVR2_CVAL_INPUT_RADIO) {
5040 vtp->type = (hdw->input_val == PVR2_CVAL_INPUT_RADIO) ?
5081 if (hdw->input_val == PVR2_CVAL_INPUT_RADIO) {

Completed in 184 milliseconds