Home
last modified time | relevance | path

Searched refs:frame_fmt (Results 1 – 8 of 8) 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()
418 frame_fmt |= FMT_DATA_BITS_5; in oti6858_set_termios()
421 frame_fmt |= FMT_DATA_BITS_6; in oti6858_set_termios()
491 || frame_fmt != priv->pending_setup.frame_fmt) { in oti6858_set_termios()
494 priv->pending_setup.frame_fmt = frame_fmt; in oti6858_set_termios()
[all …]
/linux/sound/soc/sof/
H A Dipc3-pcm.c85 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in sof_ipc3_pcm_hw_params()
88 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in sof_ipc3_pcm_hw_params()
91 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_ipc3_pcm_hw_params()
94 pcm.params.frame_fmt = SOF_IPC_FRAME_FLOAT; in sof_ipc3_pcm_hw_params()
237 switch (private->comp_dai->config.frame_fmt) { in sof_ipc3_pcm_dai_link_fixup()
270 if (private->comp_dai->config.frame_fmt == SOF_IPC_FRAME_S24_4LE) { in sof_ipc3_pcm_dai_link_fixup()
272 private->comp_dai->config.frame_fmt, in sof_ipc3_pcm_dai_link_fixup()
H A Dipc4-topology.h312 u32 frame_fmt; member
H A Dcompress.c224 pcm->params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_compr_set_params()
H A Dipc3-topology.c167 offsetof(struct sof_ipc_comp_config, frame_fmt)},
397 config->frame_fmt); in sof_dbg_comp_config()
1922 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in sof_ipc3_keyword_detect_pcm_params()
1925 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in sof_ipc3_keyword_detect_pcm_params()
1928 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_ipc3_keyword_detect_pcm_params()
/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/drivers/media/i2c/
H A Dov02a10.c303 struct v4l2_mbus_framefmt *frame_fmt; in ov02a10_set_fmt() local
318 frame_fmt = v4l2_subdev_state_get_format(sd_state, 0); in ov02a10_set_fmt()
320 frame_fmt = &ov02a10->fmt; in ov02a10_set_fmt()
322 *frame_fmt = *mbus_fmt; in ov02a10_set_fmt()