include/linux/power/bq24735-charger.h

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

File Facts

System
Linux kernel
Corpus path
include/linux/power/bq24735-charger.h
Extension
.h
Size
401 bytes
Lines
25
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 bq24735_platform {
	uint32_t charge_current;
	uint32_t charge_voltage;
	uint32_t input_current;

	const char *name;

	bool ext_control;

	char **supplied_to;
	size_t num_supplicants;
};

#endif /* __CHARGER_BQ24735_H_ */

Annotation

Implementation Notes