drivers/reset/amlogic/reset-meson.h

Source file repositories/reference/linux-study-clean/drivers/reset/amlogic/reset-meson.h

File Facts

System
Linux kernel
Corpus path
drivers/reset/amlogic/reset-meson.h
Extension
.h
Size
737 bytes
Lines
29
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

struct meson_reset_param {
	const struct reset_control_ops *reset_ops;
	unsigned int reset_num;
	unsigned int reset_offset;
	unsigned int level_offset;
	bool level_low_reset;
};

int meson_reset_controller_register(struct device *dev, struct regmap *map,
				    const struct meson_reset_param *param);

extern const struct reset_control_ops meson_reset_ops;
extern const struct reset_control_ops meson_reset_toggle_ops;

#endif /* __MESON_RESET_H */

Annotation

Implementation Notes