OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:panel_list
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/
drm_panel.c
39
static struct list_head
panel_list
= LIST_HEAD_INIT(
panel_list
);
variable in typeref:struct:list_head
42
static LIST_HEAD(
panel_list
);
100
list_add_tail(&panel->list, &
panel_list
);
313
list_for_each_entry(panel, &
panel_list
, list) {
drm_modeset_helper.c
57
struct list_head
panel_list
;
local
59
INIT_LIST_HEAD(&
panel_list
);
67
list_move_tail(&connector->head, &
panel_list
);
70
list_splice(&
panel_list
, &dev->mode_config.connector_list);
Completed in 18 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026