Searched refs:channel_select (Results 1 - 8 of 8) sorted by relevance

/drivers/media/video/cx25821/
H A Dcx25821.h415 int channel_select; member in struct:cx25821_dev
424 int channel_select; member in struct:upstream_user_struct
588 int channel_select, int pixel_format);
590 int channel_select, int pixel_format);
592 int channel_select);
H A Dcx25821-audio-upstream.c701 int cx25821_audio_upstream_init(struct cx25821_dev *dev, int channel_select) argument
713 dev->_audio_upstream_channel = channel_select;
714 sram_ch = dev->channels[channel_select].sram_channels;
H A Dcx25821-video-upstream-ch2.c703 int cx25821_vidupstream_init_ch2(struct cx25821_dev *dev, int channel_select, argument
719 dev->_channel2_upstream_select = channel_select;
720 sram_ch = dev->channels[channel_select].sram_channels;
H A Dcx25821-core.c803 void cx25821_set_pixel_format(struct cx25821_dev *dev, int channel_select, argument
806 if (channel_select <= 7 && channel_select >= 0) {
807 cx_write(dev->channels[channel_select].sram_channels->pix_frmt,
809 dev->channels[channel_select].pixel_formats = format;
1028 cx25821_vidupstream_init_ch1(dev, dev->channel_select,
H A Dcx25821-video-upstream.c752 int cx25821_vidupstream_init_ch1(struct cx25821_dev *dev, int channel_select, argument
768 dev->_channel_upstream_select = channel_select;
769 sram_ch = dev->channels[channel_select].sram_channels;
H A Dcx25821-video.c1724 dev->channel_select = data_from_user->channel_select;
1764 dev->channel_select_ch2 = data_from_user->channel_select;
1804 dev->channel_select = data_from_user->channel_select;
/drivers/media/dvb/ttpci/
H A Dav7110_av.c1373 av7110->audiostate.channel_select = (audio_channel_select_t) arg;
1374 switch(av7110->audiostate.channel_select) {
1564 av7110->audiostate.channel_select = AUDIO_STEREO;
/drivers/staging/comedi/drivers/
H A Dni_mio_common.c5957 unsigned int channel_select; local
5964 channel_select = INTERNAL_REF;
5966 channel_select = CR_CHAN(insn->chanspec);
5967 ni_ao_win_outw(dev, channel_select, AO_Calibration_Channel_Select_67xx);

Completed in 1055 milliseconds