drivers/reset/starfive/reset-starfive-jh71x0.h

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

File Facts

System
Linux kernel
Corpus path
drivers/reset/starfive/reset-starfive-jh71x0.h
Extension
.h
Size
443 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/reset
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 __RESET_STARFIVE_JH71X0_H
#define __RESET_STARFIVE_JH71X0_H

int reset_starfive_jh71x0_register(struct device *dev, struct device_node *of_node,
				   void __iomem *assert, void __iomem *status,
				   const u32 *asserted, unsigned int nr_resets,
				   struct module *owner);

#endif /* __RESET_STARFIVE_JH71X0_H */

Annotation

Implementation Notes