Home
last modified time | relevance | path

Searched refs:hasSOLandEOL (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css_mipi.c51 const bool hasSOLandEOL, in ia_css_mipi_frame_calculate_size() argument
78 width_padded, height, format, hasSOLandEOL, embedded_data_size_words); in ia_css_mipi_frame_calculate_size()
162 words_for_first_line = words_per_odd_line + 2 + (hasSOLandEOL ? 1 : 0); in ia_css_mipi_frame_calculate_size()
164 words_per_odd_line += (1 + (hasSOLandEOL ? 2 : 0)); in ia_css_mipi_frame_calculate_size()
166 words_per_even_line += (1 + (hasSOLandEOL ? 2 : 0)); in ia_css_mipi_frame_calculate_size()
H A Dia_css_mipi.h60 const bool hasSOLandEOL,