Lines Matching +full:controller +full:- +full:dependent
17 * FITNESS FOR A PARTICULAR PURPOSE AND NON-INFRINGEMENT. IN NO EVENT SHALL
44 * struct drm_panel_funcs - perform operations on a given panel
46 * The .prepare() function is typically called before the display controller
52 * After the display controller has started transmitting video data, it's safe
59 * Before stopping video transmission from the display controller it can be
63 * is visible on the panel. It is then safe for the display controller to
144 * Allows panels to create panels-specific debugfs files.
169 * Dependent device callbacks; should be initted by the caller.
183 * The panel we're dependent on; set by drm_panel_add_follower().
189 * struct drm_panel - DRM panel object
236 * A list of struct drm_panel_follower dependent on this panel.
250 * The previous controller should be prepared first, before the prepare
252 * where the DSI host controller should be initialised to LP-11 before
294 return ERR_PTR(-ENODEV); in of_drm_find_panel()
300 return -ENODEV; in of_drm_get_panel_orientation()
320 return -ENODEV; in drm_panel_add_follower()
327 return -ENODEV; in devm_drm_panel_add_follower()