/kernel/linux/linux-5.10/include/uapi/linux/dvb/ |
H A D | audio.h | 66 audio_channel_select_t channel_select; /* currently selected channel */ member
|
/kernel/linux/linux-6.6/include/uapi/linux/dvb/ |
H A D | audio.h | 51 audio_channel_select_t channel_select; /* currently selected channel */ member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/ |
H A D | audio.h | 47 audio_channel_select_t channel_select; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/ |
H A D | audio.h | 47 audio_channel_select_t channel_select; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/dvb/ |
H A D | audio.h | 35 audio_channel_select_t channel_select; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/tiny/ |
H A D | repaper.c | 81 const u8 *channel_select; member 730 repaper_write_buf(spi, 0x01, epd->channel_select, 8); in repaper_pipe_enable() 1056 epd->channel_select = repaper_e1144cs021_cs; in repaper_probe() 1066 epd->channel_select = repaper_e1190cs021_cs; in repaper_probe() 1076 epd->channel_select = repaper_e2200cs021_cs; in repaper_probe() 1094 epd->channel_select = repaper_e2271cs021_cs; in repaper_probe()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/tiny/ |
H A D | repaper.c | 82 const u8 *channel_select; member 713 repaper_write_buf(spi, 0x01, epd->channel_select, 8); in repaper_pipe_enable() 1025 epd->channel_select = repaper_e1144cs021_cs; in repaper_probe() 1035 epd->channel_select = repaper_e1190cs021_cs; in repaper_probe() 1045 epd->channel_select = repaper_e2200cs021_cs; in repaper_probe() 1063 epd->channel_select = repaper_e2271cs021_cs; in repaper_probe()
|
/kernel/linux/linux-5.10/drivers/media/pci/cx25821/ |
H A D | cx25821-core.c | 758 void cx25821_set_pixel_format(struct cx25821_dev *dev, int channel_select, in cx25821_set_pixel_format() argument 761 if (channel_select <= 7 && channel_select >= 0) { in cx25821_set_pixel_format() 762 cx_write(dev->channels[channel_select].sram_channels->pix_frmt, in cx25821_set_pixel_format() 765 dev->channels[channel_select].pixel_formats = format; in cx25821_set_pixel_format()
|
/kernel/linux/linux-6.6/drivers/media/pci/cx25821/ |
H A D | cx25821-core.c | 751 void cx25821_set_pixel_format(struct cx25821_dev *dev, int channel_select, in cx25821_set_pixel_format() argument 754 if (channel_select <= 7 && channel_select >= 0) { in cx25821_set_pixel_format() 755 cx_write(dev->channels[channel_select].sram_channels->pix_frmt, in cx25821_set_pixel_format() 758 dev->channels[channel_select].pixel_formats = format; in cx25821_set_pixel_format()
|
/kernel/linux/linux-5.10/drivers/media/pci/ttpci/ |
H A D | av7110_av.c | 1424 av7110->audiostate.channel_select = (audio_channel_select_t) arg; in dvb_audio_ioctl() 1425 switch(av7110->audiostate.channel_select) { in dvb_audio_ioctl() 1618 av7110->audiostate.channel_select = AUDIO_STEREO; in av7110_av_register()
|
/kernel/linux/linux-6.6/drivers/staging/media/av7110/ |
H A D | av7110_av.c | 1425 av7110->audiostate.channel_select = (audio_channel_select_t) arg; in dvb_audio_ioctl() 1426 switch(av7110->audiostate.channel_select) { in dvb_audio_ioctl() 1619 av7110->audiostate.channel_select = AUDIO_STEREO; in av7110_av_register()
|
/kernel/linux/linux-5.10/drivers/staging/comedi/drivers/ |
H A D | ni_mio_common.c | 4820 unsigned int channel_select; in cs5529_ai_insn_read() local 4830 channel_select = INTERNAL_REF; in cs5529_ai_insn_read() 4832 channel_select = CR_CHAN(insn->chanspec); in cs5529_ai_insn_read() 4833 ni_ao_win_outw(dev, channel_select, NI67XX_AO_CAL_CHAN_SEL_REG); in cs5529_ai_insn_read()
|
/kernel/linux/linux-6.6/drivers/comedi/drivers/ |
H A D | ni_mio_common.c | 4819 unsigned int channel_select; in cs5529_ai_insn_read() local 4829 channel_select = INTERNAL_REF; in cs5529_ai_insn_read() 4831 channel_select = CR_CHAN(insn->chanspec); in cs5529_ai_insn_read() 4832 ni_ao_win_outw(dev, channel_select, NI67XX_AO_CAL_CHAN_SEL_REG); in cs5529_ai_insn_read()
|