OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unprepare
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/include/drm/
drm_panel.h
64
* the panel. This is the job of the .
unprepare
() function.
99
* @
unprepare
:
105
int (*
unprepare
)(struct drm_panel *panel);
member in struct:drm_panel_funcs
/src/sys/external/bsd/drm2/dist/drm/
drm_panel.c
195
if (panel->funcs && panel->funcs->
unprepare
)
196
return panel->funcs->
unprepare
(panel);
/src/sys/dev/fdt/
fdt_panel.c
101
.
unprepare
= NULL,
Completed in 15 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025