drivers/gpu/drm/armada/armada_ioctlP.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/armada/armada_ioctlP.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/armada/armada_ioctlP.h
Extension
.h
Size
353 bytes
Lines
16
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

#ifndef ARMADA_IOCTLP_H
#define ARMADA_IOCTLP_H

#define ARMADA_IOCTL_PROTO(name)\
extern int armada_##name##_ioctl(struct drm_device *, void *, struct drm_file *)

ARMADA_IOCTL_PROTO(gem_create);
ARMADA_IOCTL_PROTO(gem_mmap);
ARMADA_IOCTL_PROTO(gem_pwrite);

#endif

Annotation

Implementation Notes