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.c75 u8 frame_fmt;
113 && ((a)->frame_fmt == (priv)->pending_setup.frame_fmt))
179 u8 frame_fmt;
227 new_setup->frame_fmt = priv->pending_setup.frame_fmt; in setup_line()
401 u8 frame_fmt, control; in oti6858_set_termios()
408 frame_fmt = priv->pending_setup.frame_fmt; in oti6858_set_termios()
412 frame_fmt in oti6858_set_termios()
78 u8 frame_fmt; global() member
182 u8 frame_fmt; global() member
404 u8 frame_fmt, control; oti6858_set_termios() local
[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()
1945 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in sof_ipc3_keyword_detect_pcm_params()
1948 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in sof_ipc3_keyword_detect_pcm_params()
1951 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()