include/linux/mfd/max77620.h

Source file repositories/reference/linux-study-clean/include/linux/mfd/max77620.h

File Facts

System
Linux kernel
Corpus path
include/linux/mfd/max77620.h
Extension
.h
Size
10967 bytes
Lines
346
Domain
Core OS
Bucket
Core Kernel Interface
Inferred role
Core OS: implementation source
Status
source implementation candidate

Why This File Exists

Core operating-system implementation surface: boot, tasks, memory, VFS, syscall-facing interfaces, synchronization, credentials, and isolation.

Dependency Surface

Detected Declarations

Annotated Snippet

struct max77620_chip {
	struct device *dev;
	struct regmap *rmap;

	int chip_irq;

	/* chip id */
	enum max77620_chip_id chip_id;

	bool sleep_enable;
	bool enable_global_lpm;
	int shutdown_fps_period[MAX77620_FPS_COUNT];
	int suspend_fps_period[MAX77620_FPS_COUNT];

	struct regmap_irq_chip_data *top_irq_data;
	struct regmap_irq_chip_data *gpio_irq_data;
};

#endif /* _MFD_MAX77620_H_ */

Annotation

Implementation Notes