include/linux/power/max77705_charger.h

Source file repositories/reference/linux-study-clean/include/linux/power/max77705_charger.h

File Facts

System
Linux kernel
Corpus path
include/linux/power/max77705_charger.h
Extension
.h
Size
6327 bytes
Lines
194
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 max77705_charger_data {
	struct device			*dev;
	struct regmap		*regmap;
	struct regmap_field	*rfield[MAX77705_N_REGMAP_FIELDS];
	struct power_supply_battery_info *bat_info;
	struct workqueue_struct *wqueue;
	struct work_struct	chgin_work;
	struct power_supply	*psy_chg;
};

#endif /* __MAX77705_CHARGER_H */

Annotation

Implementation Notes