Searched refs:frame_fmt (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | oti6858.c | 78 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() 405 u8 frame_fmt, control; in oti6858_set_termios() local 413 frame_fmt = priv->pending_setup.frame_fmt; in oti6858_set_termios() 417 frame_fmt in oti6858_set_termios() [all...] |
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | oti6858.c | 78 u8 frame_fmt; member 116 && ((a)->frame_fmt == (priv)->pending_setup.frame_fmt)) 183 u8 frame_fmt; member 231 new_setup->frame_fmt = priv->pending_setup.frame_fmt; in setup_line() 405 u8 frame_fmt, control; in oti6858_set_termios() local 413 frame_fmt = priv->pending_setup.frame_fmt; in oti6858_set_termios() 417 frame_fmt in oti6858_set_termios() [all...] |
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ipc3-pcm.c | 85 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 D | ipc4-topology.h | 298 * @frame_fmt: frame format 311 u32 frame_fmt; member
|
H A D | ipc3-topology.c | 165 offsetof(struct sof_ipc_comp_config, frame_fmt)}, 374 config->frame_fmt); in sof_dbg_comp_config() 1831 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in sof_ipc3_keyword_detect_pcm_params() 1834 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in sof_ipc3_keyword_detect_pcm_params() 1837 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_ipc3_keyword_detect_pcm_params()
|
H A D | compress.c | 224 pcm->params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_compr_set_params()
|
/kernel/linux/linux-5.10/sound/soc/sof/ |
H A D | pcm.c | 189 pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE; in sof_pcm_hw_params() 192 pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE; in sof_pcm_hw_params() 195 pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE; in sof_pcm_hw_params() 198 pcm.params.frame_fmt = SOF_IPC_FRAME_FLOAT; in sof_pcm_hw_params() 666 switch (dai->comp_dai.config.frame_fmt) { in sof_pcm_dai_link_fixup() 698 if (dai->comp_dai.config.frame_fmt == SOF_IPC_FRAME_S24_4LE) { in sof_pcm_dai_link_fixup() 701 dai->comp_dai.config.frame_fmt, in sof_pcm_dai_link_fixup()
|
H A D | topology.c | 95 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() 643 offsetof(struct sof_ipc_comp_config, frame_fmt), 0}, 1018 config->frame_fmt); in sof_dbg_comp_config()
|
/kernel/linux/linux-5.10/include/sound/sof/ |
H A D | stream.h | 78 uint32_t frame_fmt; /**< enum sof_ipc_frame */ member
|
H A D | topology.h | 108 uint32_t frame_fmt; /**< SOF_IPC_FRAME_ */ member
|
/kernel/linux/linux-6.6/include/sound/sof/ |
H A D | stream.h | 78 uint32_t frame_fmt; /**< enum sof_ipc_frame */ member
|
H A D | topology.h | 105 uint32_t frame_fmt; /**< SOF_IPC_FRAME_ */ member
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | ov02a10.c | 303 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()
|
Completed in 17 milliseconds