struct_mipi_dsi_device_info(9) template for creating a mipi_dsi_device

SYNOPSIS


struct mipi_dsi_device_info {
char type[DSI_DEV_NAME_SIZE];
u32 channel;
struct device_node * node;
};

MEMBERS

type[DSI_DEV_NAME_SIZE]

DSI peripheral chip type

channel

DSI virtual channel assigned to peripheral

node

pointer to OF device node or NULL

DESCRIPTION

This is populated and passed to mipi_dsi_device_new to create a new DSI device

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