Lines Matching refs:u16
164 u16 video_input; /* hardware video input */
170 u16 muxer_input; /* hardware muxer input for boards with a
176 u16 video_output; /* hardware video output */
180 u16 device;
181 u16 subsystem_vendor;
182 u16 subsystem_device;
190 u16 direction; /* DIR setting. Leave to 0 if no init is needed */
191 u16 initial_value;
195 u16 mask; /* leave to 0 if not supported */
196 u16 tuner;
197 u16 composite;
198 u16 svideo;
202 u16 mask; /* leave to 0 if not supported */
203 u16 tuner;
204 u16 linein;
205 u16 radio;
209 u16 mask; /* leave to 0 if not supported */
210 u16 mute; /* set this value to mute, 0 to unmute */
214 u16 mask; /* leave to 0 if not supported */
215 u16 mono; /* set audio to mono */
216 u16 stereo; /* set audio to stereo */
217 u16 lang1; /* set audio to the first language */
218 u16 lang2; /* set audio to the second language */
219 u16 both; /* both languages are output */
223 u16 mask; /* leave to 0 if not supported */
224 u16 f32000;
225 u16 f44100;
226 u16 f48000;
230 u16 mask; /* leave to 0 if not supported */
231 u16 stereo; /* if the input matches this value then
282 int ivtv_get_input(struct ivtv *itv, u16 index, struct v4l2_input *input);
283 int ivtv_get_output(struct ivtv *itv, u16 index, struct v4l2_output *output);
284 int ivtv_get_audio_input(struct ivtv *itv, u16 index, struct v4l2_audio *input);
285 int ivtv_get_audio_output(struct ivtv *itv, u16 index, struct v4l2_audioout *output);
286 const struct ivtv_card *ivtv_get_card(u16 index);