Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A 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()
404 u8 frame_fmt, control; in oti6858_set_termios() local
411 frame_fmt = priv->pending_setup.frame_fmt; in oti6858_set_termios()
415 frame_fmt &= ~FMT_DATA_BITS_MASK; in oti6858_set_termios()
418 frame_fmt |= FMT_DATA_BITS_5; in oti6858_set_termios()
421 frame_fmt |= FMT_DATA_BITS_6; in oti6858_set_termios()
424 frame_fmt |= FMT_DATA_BITS_7; in oti6858_set_termios()
[all …]
/linux/include/sound/sof/
H A Dstream.h78 uint32_t frame_fmt; /**< enum sof_ipc_frame */ member
H A Dtopology.h110 uint32_t frame_fmt; /**< SOF_IPC_FRAME_ */ member
/linux/sound/soc/sof/
H A Dipc4-topology.h325 * @frame_fmt: frame format
338 u32 frame_fmt;
334 u32 frame_fmt; global() member
H A Dipc3-topology.c170 offsetof(struct sof_ipc_comp_config, frame_fmt)},
400 config->frame_fmt); in sof_dbg_comp_config()
1937 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in sof_ipc3_keyword_detect_pcm_params()
1940 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in sof_ipc3_keyword_detect_pcm_params()
1943 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_ipc3_keyword_detect_pcm_params()
H A Dcompress.c232 pcm->params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_compr_set_params()