drivers/gpu/drm/pl111/pl111_versatile.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/pl111/pl111_versatile.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/pl111/pl111_versatile.h
Extension
.h
Size
243 bytes
Lines
13
Domain
Driver Families
Bucket
drivers/gpu
Inferred role
Driver Families: implementation source
Status
source implementation candidate

Why This File Exists

Repeatable hardware-adapter layer. Deep compatibility for every driver is out of scope; this atlas records patterns, probe lifecycles, bus glue, IRQ/DMA usage, and links back to core abstractions.

Dependency Surface

Detected Declarations

Annotated Snippet

#include <linux/device.h>
#include "pl111_drm.h"

#ifndef PL111_VERSATILE_H
#define PL111_VERSATILE_H

struct device;
struct pl111_drm_dev_private;

int pl111_versatile_init(struct drm_device *dev, struct pl111_drm_dev_private *priv);

#endif

Annotation

Implementation Notes