Searched refs:pixel_order (Results 1 – 3 of 3) sorted by relevance
379 unsigned int pixel_order = smiapp_pixel_order(sensor); in smiapp_update_mbus_formats() local382 sensor->default_mbus_frame_fmts << pixel_order; in smiapp_update_mbus_formats()384 &smiapp_csi_data_formats[csi_format_idx + pixel_order]; in smiapp_update_mbus_formats()387 + pixel_order]; in smiapp_update_mbus_formats()389 BUG_ON(max(internal_csi_format_idx, csi_format_idx) + pixel_order in smiapp_update_mbus_formats()393 pixel_order_str[pixel_order]); in smiapp_update_mbus_formats()748 unsigned int i, pixel_order; in smiapp_get_mbus_formats() local759 &pixel_order); in smiapp_get_mbus_formats()763 if (pixel_order >= ARRAY_SIZE(pixel_order_str)) { in smiapp_get_mbus_formats()764 dev_dbg(&client->dev, "bad pixel order %d\n", pixel_order); in smiapp_get_mbus_formats()[all …]
143 u8 pixel_order; member
120 unsigned int pixel_order; member1335 val |= ((pdata->pixel_order << 22) & LCD_WINCTRL1_PO); in set_window()1401 pdata->pixel_order = (lcd->window[plane].winctrl1 & LCD_WINCTRL1_PO) >> 22; in get_window()