drivers/mfd/rsmu.h

Source file repositories/reference/linux-study-clean/drivers/mfd/rsmu.h

File Facts

System
Linux kernel
Corpus path
drivers/mfd/rsmu.h
Extension
.h
Size
415 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/mfd
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 __RSMU_MFD_H
#define __RSMU_MFD_H

#include <linux/mfd/rsmu.h>

#define RSMU_CM_SCSR_BASE		0x20100000

int rsmu_core_init(struct rsmu_ddata *rsmu);
void rsmu_core_exit(struct rsmu_ddata *rsmu);

#endif /* __RSMU_MFD_H */

Annotation

Implementation Notes