include/soc/starfive/reset-starfive-jh71x0.h

Source file repositories/reference/linux-study-clean/include/soc/starfive/reset-starfive-jh71x0.h

File Facts

System
Linux kernel
Corpus path
include/soc/starfive/reset-starfive-jh71x0.h
Extension
.h
Size
400 bytes
Lines
18
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 jh71x0_reset_adev {
	void __iomem *base;
	struct auxiliary_device adev;
};

#define to_jh71x0_reset_adev(_adev) \
	container_of((_adev), struct jh71x0_reset_adev, adev)

#endif

Annotation

Implementation Notes