drivers/clk/mvebu/armada_ap_cp_helper.h

Source file repositories/reference/linux-study-clean/drivers/clk/mvebu/armada_ap_cp_helper.h

File Facts

System
Linux kernel
Corpus path
drivers/clk/mvebu/armada_ap_cp_helper.h
Extension
.h
Size
239 bytes
Lines
12
Domain
Driver Families
Bucket
drivers/clk
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_AP_CP_HELPER_H
#define __ARMADA_AP_CP_HELPER_H

struct device;
struct device_node;

char *ap_cp_unique_name(struct device *dev, struct device_node *np,
			const char *name);
#endif

Annotation

Implementation Notes