Searched refs:frame_fmt (Results 1 - 8 of 8) sorted by relevance

/linux-master/drivers/usb/serial/
H A Doti6858.c78 u8 frame_fmt; member in struct:oti6858_control_pkt
116 && ((a)->frame_fmt == (priv)->pending_setup.frame_fmt))
183 u8 frame_fmt; member in struct:oti6858_private::__anon304
231 new_setup->frame_fmt = priv->pending_setup.frame_fmt;
405 u8 frame_fmt, control; local
412 frame_fmt = priv->pending_setup.frame_fmt;
416 frame_fmt
[all...]
/linux-master/include/sound/sof/
H A Dstream.h78 uint32_t frame_fmt; /**< enum sof_ipc_frame */ member in struct:sof_ipc_stream_params
H A Dtopology.h110 uint32_t frame_fmt; /**< SOF_IPC_FRAME_ */ member in struct:sof_ipc_comp_config
/linux-master/sound/soc/sof/
H A Dipc3-pcm.c85 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE;
88 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE;
91 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE;
94 pcm.params.frame_fmt = SOF_IPC_FRAME_FLOAT;
237 switch (private->comp_dai->config.frame_fmt) {
270 if (private->comp_dai->config.frame_fmt == SOF_IPC_FRAME_S24_4LE) {
272 private->comp_dai->config.frame_fmt,
H A Dipc4-topology.h298 * @frame_fmt: frame format
311 u32 frame_fmt; member in struct:sof_ipc4_copier
H A Dcompress.c224 pcm->params.frame_fmt = SOF_IPC_FRAME_S32_LE;
H A Dipc3-topology.c167 offsetof(struct sof_ipc_comp_config, frame_fmt)},
397 config->frame_fmt);
1922 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE;
1925 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE;
1928 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE;
/linux-master/drivers/media/i2c/
H A Dov02a10.c303 struct v4l2_mbus_framefmt *frame_fmt; local
318 frame_fmt = v4l2_subdev_state_get_format(sd_state, 0);
320 frame_fmt = &ov02a10->fmt;
322 *frame_fmt = *mbus_fmt;

Completed in 174 milliseconds