HomeSort by: relevance | last modified time | path
    Searched defs:of_drm_find_panel (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_panel.h 200 struct drm_panel *of_drm_find_panel(const struct device_node *np);
202 static inline struct drm_panel *of_drm_find_panel(const struct device_node *np) function in typeref:struct:drm_panel *
  /src/sys/external/bsd/drm2/dist/drm/
drm_panel.c 289 * of_drm_find_panel - look up a panel using a device tree node
304 struct drm_panel *of_drm_find_panel(const struct device_node *np) function in typeref:struct:drm_panel *
323 EXPORT_SYMBOL(of_drm_find_panel);

Completed in 11 milliseconds