Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/gpu/drm/tiny/
H A Drepaper.c81 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()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/dvb/
H A Daudio.h64 audio_channel_select_t channel_select; /* currently selected channel */ member
/OK3568_Linux_fs/kernel/include/uapi/linux/dvb/
H A Daudio.h66 audio_channel_select_t channel_select; /* currently selected channel */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/dvb/
H A Daudio.h64 audio_channel_select_t channel_select; /* currently selected channel */ member
/OK3568_Linux_fs/kernel/drivers/media/pci/cx25821/
H A Dcx25821-core.c758 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()
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/dvb/
H A Daudio_data_types.rst77 audio_channel_select_t channel_select;
/OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/
H A Dav7110_av.c1424 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()
/OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/
H A Dni_mio_common.c4820 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()