Searched refs:is_compact (Results 1 – 7 of 7) sorted by relevance
58 cif_dev->stream[0].is_compact ? 1 : 0, in rkcif_show_compact_mode()59 cif_dev->stream[1].is_compact ? 1 : 0, in rkcif_show_compact_mode()60 cif_dev->stream[2].is_compact ? 1 : 0, in rkcif_show_compact_mode()61 cif_dev->stream[3].is_compact ? 1 : 0); in rkcif_show_compact_mode()90 cif_dev->stream[i].is_compact = false; in rkcif_store_compact_mode()92 cif_dev->stream[i].is_compact = true; in rkcif_store_compact_mode()186 cif_dev->stream[0].is_compact ? 2 : (cif_dev->stream[0].is_high_align ? 1 : 0), in rkcif_show_memory_mode()187 cif_dev->stream[1].is_compact ? 2 : (cif_dev->stream[1].is_high_align ? 1 : 0), in rkcif_show_memory_mode()188 cif_dev->stream[2].is_compact ? 2 : (cif_dev->stream[2].is_high_align ? 1 : 0), in rkcif_show_memory_mode()189 cif_dev->stream[3].is_compact ? 2 : (cif_dev->stream[3].is_high_align ? 1 : 0)); in rkcif_show_memory_mode()[all …]
178 cif_dev->stream[0].is_compact = false; in sditf_get_set_fmt()181 cif_dev->stream[0].is_compact = true; in sditf_get_set_fmt()190 cif_dev->stream[0].is_compact = false; in sditf_get_set_fmt()192 cif_dev->stream[1].is_compact = false; in sditf_get_set_fmt()195 cif_dev->stream[0].is_compact = true; in sditf_get_set_fmt()196 cif_dev->stream[1].is_compact = true; in sditf_get_set_fmt()
3463 if (fmt->fmt_type == CIF_FMT_TYPE_RAW && stream->is_compact && in rkcif_csi_channel_init()3625 if (stream->is_compact) in rkcif_csi_channel_set()3638 if (stream->is_compact) in rkcif_csi_channel_set()3728 if (stream->is_compact) in rkcif_csi_get_output_type_mask()3813 if (stream->is_compact) in rkcif_lvds_get_output_type_mask()4675 if (stream->is_compact) in rkcif_init_rx_buf()5584 if (stream->is_compact) in rkcif_dvp_get_output_type_mask()6457 stream->is_compact = false; in rkcif_set_fmt()6460 if (fmt->fmt_type == CIF_FMT_TYPE_RAW && stream->is_compact && in rkcif_set_fmt()6468 if (fmt->fmt_type == CIF_FMT_TYPE_RAW && stream->is_compact && in rkcif_set_fmt()[all …]
317 seq_printf(f, "\tcompact:%s\n", stream->is_compact ? "enable" : "disabled"); in rkcif_show_format()
546 bool is_compact; member
176 bool is_compact () const { return m_compact; } in is_compact() function