drivers/hsi/hsi_core.h

Source file repositories/reference/linux-study-clean/drivers/hsi/hsi_core.h

File Facts

System
Linux kernel
Corpus path
drivers/hsi/hsi_core.h
Extension
.h
Size
450 bytes
Lines
23
Domain
Driver Families
Bucket
drivers/hsi
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 hsi_cl_info {
	struct list_head	list;
	struct hsi_board_info	info;
};

extern struct list_head hsi_board_list;

#endif /* __LINUX_HSI_CORE_H__ */

Annotation

Implementation Notes