SYNOPSIS
struct mipi_dsi_driver {
struct device_driver driver;
int(* probe) (struct mipi_dsi_device *dsi);
int(* remove) (struct mipi_dsi_device *dsi);
void (* shutdown) (struct mipi_dsi_device *dsi);
};
MEMBERS
driver
- device driver model driver
probe
- callback for device binding
remove
- callback for device unbinding
shutdown
- called at shutdown time to quiesce the 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