frame_fmt          78 drivers/usb/serial/oti6858.c 	u8	frame_fmt;
frame_fmt         116 drivers/usb/serial/oti6858.c 	  && ((a)->frame_fmt == (priv)->pending_setup.frame_fmt))
frame_fmt         182 drivers/usb/serial/oti6858.c 		u8 frame_fmt;
frame_fmt         230 drivers/usb/serial/oti6858.c 		new_setup->frame_fmt = priv->pending_setup.frame_fmt;
frame_fmt         405 drivers/usb/serial/oti6858.c 	u8 frame_fmt, control;
frame_fmt         413 drivers/usb/serial/oti6858.c 	frame_fmt = priv->pending_setup.frame_fmt;
frame_fmt         417 drivers/usb/serial/oti6858.c 	frame_fmt &= ~FMT_DATA_BITS_MASK;
frame_fmt         420 drivers/usb/serial/oti6858.c 		frame_fmt |= FMT_DATA_BITS_5;
frame_fmt         423 drivers/usb/serial/oti6858.c 		frame_fmt |= FMT_DATA_BITS_6;
frame_fmt         426 drivers/usb/serial/oti6858.c 		frame_fmt |= FMT_DATA_BITS_7;
frame_fmt         430 drivers/usb/serial/oti6858.c 		frame_fmt |= FMT_DATA_BITS_8;
frame_fmt         453 drivers/usb/serial/oti6858.c 	frame_fmt &= ~FMT_STOP_BITS_MASK;
frame_fmt         455 drivers/usb/serial/oti6858.c 		frame_fmt |= FMT_STOP_BITS_2;
frame_fmt         457 drivers/usb/serial/oti6858.c 		frame_fmt |= FMT_STOP_BITS_1;
frame_fmt         459 drivers/usb/serial/oti6858.c 	frame_fmt &= ~FMT_PARITY_MASK;
frame_fmt         462 drivers/usb/serial/oti6858.c 			frame_fmt |= FMT_PARITY_ODD;
frame_fmt         464 drivers/usb/serial/oti6858.c 			frame_fmt |= FMT_PARITY_EVEN;
frame_fmt         466 drivers/usb/serial/oti6858.c 		frame_fmt |= FMT_PARITY_NONE;
frame_fmt         493 drivers/usb/serial/oti6858.c 			|| frame_fmt != priv->pending_setup.frame_fmt) {
frame_fmt         496 drivers/usb/serial/oti6858.c 		priv->pending_setup.frame_fmt = frame_fmt;
frame_fmt         525 drivers/usb/serial/oti6858.c 		buf->frame_fmt = 0x03;	/* 8N1 */
frame_fmt         536 drivers/usb/serial/oti6858.c 	priv->pending_setup.frame_fmt = buf->frame_fmt;
frame_fmt          78 include/sound/sof/stream.h 	uint32_t frame_fmt;	/**< enum sof_ipc_frame */
frame_fmt          89 include/sound/sof/topology.h 	uint32_t frame_fmt;	/**< SOF_IPC_FRAME_ */
frame_fmt         171 sound/soc/sof/pcm.c 		pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE;
frame_fmt         174 sound/soc/sof/pcm.c 		pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE;
frame_fmt         177 sound/soc/sof/pcm.c 		pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE;
frame_fmt         180 sound/soc/sof/pcm.c 		pcm.params.frame_fmt = SOF_IPC_FRAME_FLOAT;
frame_fmt         649 sound/soc/sof/pcm.c 	switch (dai->comp_dai.config.frame_fmt) {
frame_fmt         681 sound/soc/sof/pcm.c 		if (dai->comp_dai.config.frame_fmt == SOF_IPC_FRAME_S24_4LE) {
frame_fmt         684 sound/soc/sof/pcm.c 				dai->comp_dai.config.frame_fmt,
frame_fmt          89 sound/soc/sof/topology.c 		pcm.params.frame_fmt = SOF_IPC_FRAME_S16_LE;
frame_fmt          92 sound/soc/sof/topology.c 		pcm.params.frame_fmt = SOF_IPC_FRAME_S24_4LE;
frame_fmt          95 sound/soc/sof/topology.c 		pcm.params.frame_fmt = SOF_IPC_FRAME_S32_LE;
frame_fmt         738 sound/soc/sof/topology.c 		offsetof(struct sof_ipc_comp_config, frame_fmt), 0},
frame_fmt        1040 sound/soc/sof/topology.c 		config->frame_fmt);