include/linux/mfd/pf1550.h

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

File Facts

System
Linux kernel
Corpus path
include/linux/mfd/pf1550.h
Extension
.h
Size
7808 bytes
Lines
274
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 pf1550_ddata {
	struct regmap_irq_chip_data *irq_data_regulator;
	struct regmap_irq_chip_data *irq_data_charger;
	struct regmap_irq_chip_data *irq_data_onkey;
	struct regmap_irq_chip_data *irq_data;
	struct regmap *regmap;
	struct device *dev;
	bool dvs1_enable;
	bool dvs2_enable;
	int irq;
};

#endif /* __LINUX_MFD_PF1550_H */

Annotation

Implementation Notes