SYNOPSIS
struct mipi_dsi_host {
  struct device * dev;
  const struct mipi_dsi_host_ops * ops;
  struct list_head list;
};  
MEMBERS
dev
- driver model device node for this DSI host
 
ops
- DSI host operations
 
list
- list management
 
AUTHORS
Jesse Barnes <[email protected]>
Intel Corporation, 
            
          
- Initial version
 
Laurent Pinchart <[email protected]>
Ideas on board SPRL, 
            
          
- Driver internals
 
Daniel Vetter <[email protected]>
Intel Corporation, 
            
          
- Contributions all over the place
 
Lukas Wunner <[email protected]>
- vga_switcheroo documentation
 
COPYRIGHT

