HomeSort by: relevance | last modified time | path
    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