Lines Matching refs:u16
185 u16 video_input; /* hardware video input */
191 u16 muxer_input; /* hardware muxer input for boards with a
197 u16 video_output; /* hardware video output */
201 u16 device;
202 u16 subsystem_vendor;
203 u16 subsystem_device;
211 u16 direction; /* DIR setting. Leave to 0 if no init is needed */
212 u16 initial_value;
216 u16 mask; /* leave to 0 if not supported */
217 u16 tuner;
218 u16 composite;
219 u16 svideo;
223 u16 mask; /* leave to 0 if not supported */
224 u16 tuner;
225 u16 linein;
226 u16 radio;
230 u16 mask; /* leave to 0 if not supported */
231 u16 mute; /* set this value to mute, 0 to unmute */
235 u16 mask; /* leave to 0 if not supported */
236 u16 mono; /* set audio to mono */
237 u16 stereo; /* set audio to stereo */
238 u16 lang1; /* set audio to the first language */
239 u16 lang2; /* set audio to the second language */
240 u16 both; /* both languages are output */
244 u16 mask; /* leave to 0 if not supported */
245 u16 f32000;
246 u16 f44100;
247 u16 f48000;
251 u16 mask; /* leave to 0 if not supported */
252 u16 stereo; /* if the input matches this value then
303 int ivtv_get_input(struct ivtv *itv, u16 index, struct v4l2_input *input);
304 int ivtv_get_output(struct ivtv *itv, u16 index, struct v4l2_output *output);
305 int ivtv_get_audio_input(struct ivtv *itv, u16 index, struct v4l2_audio *input);
306 int ivtv_get_audio_output(struct ivtv *itv, u16 index, struct v4l2_audioout *output);
307 const struct ivtv_card *ivtv_get_card(u16 index);