Home
last modified time | relevance | path

Searched refs:fmt_type (Results 1 - 25 of 44) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Drx.c217 unsigned int *fmt_type) in ia_css_isys_convert_stream_format_to_mipi_format()
219 assert(fmt_type); in ia_css_isys_convert_stream_format_to_mipi_format()
231 *fmt_type = 6; in ia_css_isys_convert_stream_format_to_mipi_format()
234 *fmt_type = 7; in ia_css_isys_convert_stream_format_to_mipi_format()
237 *fmt_type = 8; in ia_css_isys_convert_stream_format_to_mipi_format()
240 *fmt_type = 10; in ia_css_isys_convert_stream_format_to_mipi_format()
243 *fmt_type = 12; in ia_css_isys_convert_stream_format_to_mipi_format()
246 *fmt_type = 14; in ia_css_isys_convert_stream_format_to_mipi_format()
249 *fmt_type = 16; in ia_css_isys_convert_stream_format_to_mipi_format()
264 *fmt_type in ia_css_isys_convert_stream_format_to_mipi_format()
214 ia_css_isys_convert_stream_format_to_mipi_format( enum atomisp_input_format input_format, mipi_predictor_t compression, unsigned int *fmt_type) ia_css_isys_convert_stream_format_to_mipi_format() argument
439 ia_css_csi2_calculate_input_system_alignment( enum atomisp_input_format fmt_type) ia_css_csi2_calculate_input_system_alignment() argument
[all...]
H A Dvirtual_isys.c375 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
390 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
406 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
428 cfg->metadata.fmt_type); in create_input_system_input_port()
692 isys_cfg->metadata.fmt_type); in calculate_be_cfg()
694 cfg->csi_mipi_cfg.data_type = isys_cfg->metadata.fmt_type; in calculate_be_cfg()
697 isys_cfg->csi_port_attr.fmt_type); in calculate_be_cfg()
698 cfg->csi_mipi_cfg.data_type = isys_cfg->csi_port_attr.fmt_type; in calculate_be_cfg()
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Drx.c217 unsigned int *fmt_type) in ia_css_isys_convert_stream_format_to_mipi_format()
219 assert(fmt_type); in ia_css_isys_convert_stream_format_to_mipi_format()
231 *fmt_type = 6; in ia_css_isys_convert_stream_format_to_mipi_format()
234 *fmt_type = 7; in ia_css_isys_convert_stream_format_to_mipi_format()
237 *fmt_type = 8; in ia_css_isys_convert_stream_format_to_mipi_format()
240 *fmt_type = 10; in ia_css_isys_convert_stream_format_to_mipi_format()
243 *fmt_type = 12; in ia_css_isys_convert_stream_format_to_mipi_format()
246 *fmt_type = 14; in ia_css_isys_convert_stream_format_to_mipi_format()
249 *fmt_type = 16; in ia_css_isys_convert_stream_format_to_mipi_format()
264 *fmt_type in ia_css_isys_convert_stream_format_to_mipi_format()
214 ia_css_isys_convert_stream_format_to_mipi_format( enum atomisp_input_format input_format, mipi_predictor_t compression, unsigned int *fmt_type) ia_css_isys_convert_stream_format_to_mipi_format() argument
440 ia_css_csi2_calculate_input_system_alignment( enum atomisp_input_format fmt_type) ia_css_csi2_calculate_input_system_alignment() argument
[all...]
H A Dvirtual_isys.c364 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
379 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
395 packet_type = get_csi_mipi_packet_type(cfg->csi_port_attr.fmt_type); in create_input_system_input_port()
417 cfg->metadata.fmt_type); in create_input_system_input_port()
681 isys_cfg->metadata.fmt_type); in calculate_be_cfg()
683 cfg->csi_mipi_cfg.data_type = isys_cfg->metadata.fmt_type; in calculate_be_cfg()
686 isys_cfg->csi_port_attr.fmt_type); in calculate_be_cfg()
687 cfg->csi_mipi_cfg.data_type = isys_cfg->csi_port_attr.fmt_type; in calculate_be_cfg()
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/
H A Dinputfifo.c72 unsigned int fmt_type; member
178 unsigned int fmt_type) in inputfifo_send_ch_id_and_fmt_type()
183 inputfifo_curr_fmt_type = fmt_type & _HIVE_ISP_FMT_TYPE_MASK; in inputfifo_send_ch_id_and_fmt_type()
185 * fmt_type automatically. in inputfifo_send_ch_id_and_fmt_type()
204 unsigned int fmt_type) in inputfifo_start_frame()
206 inputfifo_send_ch_id_and_fmt_type(ch_id, fmt_type); in inputfifo_start_frame()
335 * - fmt_type: format type.
361 unsigned int fmt_type, in inputfifo_send_frame()
370 inputfifo_start_frame(ch_id, fmt_type); in inputfifo_send_frame()
428 unsigned int fmt_type, hblank_cycle in ia_css_inputfifo_send_input_frame() local
174 inputfifo_send_ch_id_and_fmt_type( unsigned int ch_id, unsigned int fmt_type) inputfifo_send_ch_id_and_fmt_type() argument
201 inputfifo_start_frame( unsigned int ch_id, unsigned int fmt_type) inputfifo_start_frame() argument
356 inputfifo_send_frame( const unsigned short *data, unsigned int width, unsigned int height, unsigned int ch_id, unsigned int fmt_type, unsigned int hblank_cycles, unsigned int marker_cycles, unsigned int two_ppc, enum inputfifo_mipi_data_type type) inputfifo_send_frame() argument
499 unsigned int fmt_type; ia_css_inputfifo_send_embedded_line() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/inputfifo/src/
H A Dinputfifo.c72 unsigned int fmt_type; member
178 unsigned int fmt_type) in inputfifo_send_ch_id_and_fmt_type()
183 inputfifo_curr_fmt_type = fmt_type & _HIVE_ISP_FMT_TYPE_MASK; in inputfifo_send_ch_id_and_fmt_type()
185 * fmt_type automatically. in inputfifo_send_ch_id_and_fmt_type()
204 unsigned int fmt_type) in inputfifo_start_frame()
206 inputfifo_send_ch_id_and_fmt_type(ch_id, fmt_type); in inputfifo_start_frame()
335 * - fmt_type: format type.
361 unsigned int fmt_type, in inputfifo_send_frame()
370 inputfifo_start_frame(ch_id, fmt_type); in inputfifo_send_frame()
428 unsigned int fmt_type, hblank_cycle in ia_css_inputfifo_send_input_frame() local
174 inputfifo_send_ch_id_and_fmt_type( unsigned int ch_id, unsigned int fmt_type) inputfifo_send_ch_id_and_fmt_type() argument
201 inputfifo_start_frame( unsigned int ch_id, unsigned int fmt_type) inputfifo_start_frame() argument
356 inputfifo_send_frame( const unsigned short *data, unsigned int width, unsigned int height, unsigned int ch_id, unsigned int fmt_type, unsigned int hblank_cycles, unsigned int marker_cycles, unsigned int two_ppc, enum inputfifo_mipi_data_type type) inputfifo_send_frame() argument
499 unsigned int fmt_type; ia_css_inputfifo_send_embedded_line() local
[all...]
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/
H A Dinput_switch_2400_defs.h19 #define _HIVE_INPUT_SWITCH_GET_LUT_REG_ID(ch_id, fmt_type) (((ch_id) * 2) + ((fmt_type) >= 16))
20 #define _HIVE_INPUT_SWITCH_GET_LUT_REG_LSB(fmt_type) (((fmt_type) % 16) * 2)
H A Disp2401_input_system_global.h124 s32 fmt_type; member
148 s32 fmt_type; member
H A Disp2400_input_system_global.h86 u32 fmt_type; member
H A Dsh_css_sp.h166 sh_css_sp_program_input_circuit(int fmt_type,
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/
H A Dinput_switch_2400_defs.h19 #define _HIVE_INPUT_SWITCH_GET_LUT_REG_ID(ch_id, fmt_type) (((ch_id) * 2) + ((fmt_type) >= 16))
20 #define _HIVE_INPUT_SWITCH_GET_LUT_REG_LSB(fmt_type) (((fmt_type) % 16) * 2)
H A Disp2401_input_system_global.h116 s32 fmt_type; member
140 s32 fmt_type; member
H A Dsh_css_sp.h161 sh_css_sp_program_input_circuit(int fmt_type,
H A Disp2400_input_system_global.h86 u32 fmt_type; member
/kernel/linux/linux-5.10/sound/usb/
H A Dformat.c536 unsigned int fmt_type; in parse_audio_format_i() local
545 fmt_type = fmt->bFormatType; in parse_audio_format_i()
549 /* fp->fmt_type is already set in this case */ in parse_audio_format_i()
550 fmt_type = fp->fmt_type; in parse_audio_format_i()
555 if (fmt_type == UAC_FORMAT_TYPE_III) { in parse_audio_format_i()
686 fp->fmt_type = fmt->bFormatType; in snd_usb_parse_audio_format()
719 fp->fmt_type = UAC_FORMAT_TYPE_I; in snd_usb_parse_audio_format_v3()
721 fp->fmt_type = UAC_FORMAT_TYPE_III; in snd_usb_parse_audio_format_v3()
H A Dcard.h16 unsigned int fmt_type; /* USB audio format type (1-3) */ member
138 unsigned int fmt_type; /* USB audio format type (1-3) */ member
180 unsigned int fmt_type; /* USB audio format type (1-3) */ member
H A Dstream.c104 subs->fmt_type = fp->fmt_type; in snd_usb_init_substream()
489 if (as->fmt_type != fp->fmt_type) in __snd_usb_add_audio_stream()
505 if (as->fmt_type != fp->fmt_type) in __snd_usb_add_audio_stream()
523 as->fmt_type = fp->fmt_type; in __snd_usb_add_audio_stream()
1046 fp->fmt_type = UAC_FORMAT_TYPE_I; in snd_usb_get_audioformat_uac3()
1188 if (fp->fmt_type ! in __snd_usb_parse_audio_interface()
[all...]
/kernel/linux/linux-6.6/sound/usb/
H A Dcard.h16 unsigned int fmt_type; /* USB audio format type (1-3) */ member
163 unsigned int fmt_type; /* USB audio format type (1-3) */ member
205 unsigned int fmt_type; /* USB audio format type (1-3) */ member
H A Dformat.c652 unsigned int fmt_type; in parse_audio_format_i() local
661 fmt_type = fmt->bFormatType; in parse_audio_format_i()
665 /* fp->fmt_type is already set in this case */ in parse_audio_format_i()
666 fmt_type = fp->fmt_type; in parse_audio_format_i()
671 if (fmt_type == UAC_FORMAT_TYPE_III) { in parse_audio_format_i()
802 fp->fmt_type = fmt->bFormatType; in snd_usb_parse_audio_format()
835 fp->fmt_type = UAC_FORMAT_TYPE_I; in snd_usb_parse_audio_format_v3()
837 fp->fmt_type = UAC_FORMAT_TYPE_III; in snd_usb_parse_audio_format_v3()
H A Dstream.c103 subs->fmt_type = fp->fmt_type; in snd_usb_init_substream()
491 if (as->fmt_type != fp->fmt_type) in __snd_usb_add_audio_stream()
507 if (as->fmt_type != fp->fmt_type) in __snd_usb_add_audio_stream()
525 as->fmt_type = fp->fmt_type; in __snd_usb_add_audio_stream()
1048 fp->fmt_type = UAC_FORMAT_TYPE_I; in snd_usb_get_audioformat_uac3()
1191 if (fp->fmt_type ! in __snd_usb_parse_audio_interface()
[all...]
H A Dimplicit.c438 int fmt_type) in find_matching_substream()
445 if (as->fmt_type == fmt_type && subs->ep_num == ep_num) in find_matching_substream()
472 target->fmt_type); in snd_usb_find_implicit_fb_sync_format()
437 find_matching_substream(struct snd_usb_audio *chip, int stream, int ep_num, int fmt_type) find_matching_substream() argument
/kernel/linux/linux-5.10/drivers/staging/media/atomisp/pci/runtime/isys/interface/
H A Dia_css_isys.h76 enum atomisp_input_format fmt_type);
102 * @param[out] fmt_type Pointer to the resulting format type.
105 * Translate an input format and mipi compression pair to the fmt_type.
112 unsigned int *fmt_type);
/kernel/linux/linux-6.6/drivers/staging/media/atomisp/pci/runtime/isys/interface/
H A Dia_css_isys.h76 enum atomisp_input_format fmt_type);
102 * @param[out] fmt_type Pointer to the resulting format type.
105 * Translate an input format and mipi compression pair to the fmt_type.
112 unsigned int *fmt_type);
/kernel/linux/linux-6.6/drivers/usb/gadget/legacy/
H A Dwebcam.c238 .fmt_type = UVCG_UNCOMPRESSED,
288 .fmt_type = UVCG_UNCOMPRESSED,
363 .fmt_type = UVCG_MJPEG,
406 .fmt_type = UVCG_MJPEG,
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_configfs.h94 enum uvcg_format_type fmt_type; member

Completed in 16 milliseconds

12