Home
last modified time | relevance | path

Searched refs:frame_fmt (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/serial/
Doti6858.c78 u8 frame_fmt; member
116 && ((a)->frame_fmt == (priv)->pending_setup.frame_fmt))
182 u8 frame_fmt; member
230 new_setup->frame_fmt = priv->pending_setup.frame_fmt; in setup_line()
405 u8 frame_fmt, control; in oti6858_set_termios() local
413 frame_fmt = priv->pending_setup.frame_fmt; in oti6858_set_termios()
417 frame_fmt &= ~FMT_DATA_BITS_MASK; in oti6858_set_termios()
420 frame_fmt |= FMT_DATA_BITS_5; in oti6858_set_termios()
423 frame_fmt |= FMT_DATA_BITS_6; in oti6858_set_termios()
426 frame_fmt |= FMT_DATA_BITS_7; in oti6858_set_termios()
[all …]
/kernel/linux/linux-5.10/sound/soc/sof/
Dpcm.c189 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in sof_pcm_hw_params()
192 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in sof_pcm_hw_params()
195 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_pcm_hw_params()
198 pcm.params.frame_fmt = SOF_IPC_FRAME_FLOAT; in sof_pcm_hw_params()
666 switch (dai->comp_dai.config.frame_fmt) { in sof_pcm_dai_link_fixup()
698 if (dai->comp_dai.config.frame_fmt == SOF_IPC_FRAME_S24_4LE) { in sof_pcm_dai_link_fixup()
701 dai->comp_dai.config.frame_fmt, in sof_pcm_dai_link_fixup()
Dtopology.c95 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in ipc_pcm_params()
98 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in ipc_pcm_params()
101 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE; in ipc_pcm_params()
643 offsetof(struct sof_ipc_comp_config, frame_fmt), 0},
1018 config->frame_fmt); in sof_dbg_comp_config()
/kernel/linux/linux-5.10/include/sound/sof/
Dstream.h78 uint32_t frame_fmt; /**< enum sof_ipc_frame */ member
Dtopology.h108 uint32_t frame_fmt; /**< SOF_IPC_FRAME_ */ member