drivers/gpu/drm/amd/pm/powerplay/inc/ppinterrupt.h

Source file repositories/reference/linux-study-clean/drivers/gpu/drm/amd/pm/powerplay/inc/ppinterrupt.h

File Facts

System
Linux kernel
Corpus path
drivers/gpu/drm/amd/pm/powerplay/inc/ppinterrupt.h
Extension
.h
Size
1826 bytes
Lines
47
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 pp_interrupt_registration_info {
	irq_handler_func_t call_back; /* Pointer to callback function */
	void *context;                   /* Pointer to callback function context */
	uint32_t src_id;               /* Registered interrupt id */
	const uint32_t *iv_entry;
};

#endif /* _PP_INTERRUPT_H_ */

Annotation

Implementation Notes