include/drm/bridge/of-display-mode-bridge.h

Source file repositories/reference/linux-study-clean/include/drm/bridge/of-display-mode-bridge.h

File Facts

System
Linux kernel
Corpus path
include/drm/bridge/of-display-mode-bridge.h
Extension
.h
Size
358 bytes
Lines
18
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef DRM_OF_DISPLAY_MODE_BRIDGE_H
#define DRM_OF_DISPLAY_MODE_BRIDGE_H

struct device;
struct device_node;
struct drm_bridge;

struct drm_bridge *devm_drm_of_display_mode_bridge(struct device *dev,
						   struct device_node *np,
						   int type);

#endif

Annotation

Implementation Notes