Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
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()
403 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/
A Dpcm.c228 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in sof_pcm_hw_params()
231 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in sof_pcm_hw_params()
234 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_pcm_hw_params()
237 pcm.params.frame_fmt = SOF_IPC_FRAME_FLOAT; in sof_pcm_hw_params()
743 switch (dai->comp_dai.config.frame_fmt) { in sof_pcm_dai_link_fixup()
778 if (dai->comp_dai.config.frame_fmt == SOF_IPC_FRAME_S24_4LE) { in sof_pcm_dai_link_fixup()
781 dai->comp_dai.config.frame_fmt, in sof_pcm_dai_link_fixup()
A 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()
649 offsetof(struct sof_ipc_comp_config, frame_fmt), 0},
1024 config->frame_fmt); in sof_dbg_comp_config()
/linux/drivers/media/i2c/
A Dov02a10.c303 struct v4l2_mbus_framefmt *frame_fmt; in ov02a10_set_fmt() local
318 frame_fmt = v4l2_subdev_get_try_format(sd, 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()
/linux/include/sound/sof/
A Dstream.h78 uint32_t frame_fmt; /**< enum sof_ipc_frame */ member
A Dtopology.h108 uint32_t frame_fmt; /**< SOF_IPC_FRAME_ */ member

Completed in 21 milliseconds