of_find_mipi_dsi_host_by_node(9) find the MIPI DSI host matching a device tree node

SYNOPSIS

struct mipi_dsi_host * of_find_mipi_dsi_host_by_node(struct device_node * node);

ARGUMENTS

node

device tree node

RETURNS

A pointer to the MIPI DSI host corresponding to node or NULL if no such device exists (or has not been registered yet).

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