include/soc/nuvoton/clock-npcm8xx.h

Source file repositories/reference/linux-study-clean/include/soc/nuvoton/clock-npcm8xx.h

File Facts

System
Linux kernel
Corpus path
include/soc/nuvoton/clock-npcm8xx.h
Extension
.h
Size
407 bytes
Lines
19
Domain
Repository Root And Misc
Bucket
include
Inferred role
Repository Root And Misc: implementation source
Status
source implementation candidate

Why This File Exists

Top-level or miscellaneous repository surface. Use this as map coverage unless a later manual pass promotes the file into a deeper subsystem dossier.

Dependency Surface

Detected Declarations

Annotated Snippet

struct npcm_clock_adev {
	void __iomem *base;
	struct auxiliary_device adev;
};

static inline struct npcm_clock_adev *to_npcm_clock_adev(struct auxiliary_device *_adev)
{
	return container_of(_adev, struct npcm_clock_adev, adev);
}

#endif

Annotation

Implementation Notes