Lines Matching +full:can +full:- +full:disable
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
41 * struct drm_panel_funcs - perform operations on a given panel
44 * starts to transmit video data. Panel drivers can use this to turn the panel
56 * Before stopping video transmission from the display controller it can be
58 * the .disable() function. Analogously to .enable() this typically involves
63 * To save power when no video data is transmitted, a driver can power down
66 * Backlight can be handled automatically if configured using
68 * functionality to enable/disable backlight.
90 * @disable:
92 * Disable panel (turn off back light, etc.).
96 int (*disable)(struct drm_panel *panel); member
131 * struct drm_panel - DRM panel object
146 * disable().
155 * Operations that can be performed on the panel.
198 return ERR_PTR(-ENODEV); in of_drm_find_panel()
204 return -ENODEV; in of_drm_get_panel_orientation()