drivers/gpu/drm/imagination/pvr_power.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/imagination/pvr_power.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/imagination/pvr_power.h
Extension
.h
Size
1743 bytes
Lines
60
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

struct pvr_power_sequence_ops {
	int (*init)(struct pvr_device *pvr_dev);
	int (*power_on)(struct pvr_device *pvr_dev);
	int (*power_off)(struct pvr_device *pvr_dev);
};

extern const struct pvr_power_sequence_ops pvr_power_sequence_ops_manual;
extern const struct pvr_power_sequence_ops pvr_power_sequence_ops_pwrseq;

#endif /* PVR_POWER_H */

Annotation

Implementation Notes