Home
last modified time | relevance | path

Searched refs:panel_list (Results 1 – 4 of 4) sorted by relevance

/drivers/video/fbdev/omap2/omapfb/dss/
A Ddisplay.c120 static LIST_HEAD(panel_list);
162 list_add_tail(&dssdev->panel_list, &panel_list); in omapdss_register_display()
171 list_del(&dssdev->panel_list); in omapdss_unregister_display()
208 if (list_empty(&panel_list)) { in omap_dss_get_next_device()
214 dssdev = list_first_entry(&panel_list, struct omap_dss_device, in omap_dss_get_next_device()
215 panel_list); in omap_dss_get_next_device()
222 list_for_each(l, &panel_list) { in omap_dss_get_next_device()
223 dssdev = list_entry(l, struct omap_dss_device, panel_list); in omap_dss_get_next_device()
225 if (list_is_last(l, &panel_list)) { in omap_dss_get_next_device()
231 panel_list); in omap_dss_get_next_device()
/drivers/gpu/drm/
A Ddrm_modeset_helper.c55 struct list_head panel_list; in drm_helper_move_panel_connectors_to_head() local
57 INIT_LIST_HEAD(&panel_list); in drm_helper_move_panel_connectors_to_head()
65 list_move_tail(&connector->head, &panel_list); in drm_helper_move_panel_connectors_to_head()
68 list_splice(&panel_list, &dev->mode_config.connector_list); in drm_helper_move_panel_connectors_to_head()
A Ddrm_panel.c35 static LIST_HEAD(panel_list);
85 list_add_tail(&panel->list, &panel_list); in drm_panel_add()
421 list_for_each_entry(panel, &panel_list, list) { in of_drm_find_panel()
487 list_for_each_entry(panel, &panel_list, list) { in find_panel_by_fwnode()
/drivers/video/fbdev/mmp/
A Dcore.c59 static LIST_HEAD(panel_list);
79 list_add_tail(&panel->node, &panel_list); in mmp_register_panel()
175 list_for_each_entry(panel, &panel_list, node) { in mmp_register_path()

Completed in 10 milliseconds