Name
mipi_dsi_packet_format_is_long — 
     check if a packet is of the long format
 
Synopsis
| bool mipi_dsi_packet_format_is_long ( | u8 type ); | 
 
Arguments
- type
- 
     MIPI DSI data type of the packet
     
Return
   true if the packet for the given data type is a long packet, false
   otherwise.