Lines Matching defs:format
377 * mipi_dsi_packet_format_is_short - check if a packet is of the short format
415 * mipi_dsi_packet_format_is_long - check if a packet is of the long format
877 * mipi_dsi_dcs_get_pixel_format() - gets the pixel format for the RGB image
880 * @format: return location for the pixel format
884 int mipi_dsi_dcs_get_pixel_format(struct mipi_dsi_device *dsi, u8 *format)
888 err = mipi_dsi_dcs_read(dsi, MIPI_DCS_GET_PIXEL_FORMAT, format,
889 sizeof(*format));
1068 * mipi_dsi_dcs_set_pixel_format() - sets the pixel format for the RGB image
1071 * @format: pixel format
1075 int mipi_dsi_dcs_set_pixel_format(struct mipi_dsi_device *dsi, u8 format)
1079 err = mipi_dsi_dcs_write(dsi, MIPI_DCS_SET_PIXEL_FORMAT, &format,
1080 sizeof(format));