drivers/net/ethernet/atheros/atlx/atlx.h

Source file repositories/reference/linux-study-clean/drivers/net/ethernet/atheros/atlx/atlx.h

File Facts

System
Linux kernel
Corpus path
drivers/net/ethernet/atheros/atlx/atlx.h
Extension
.h
Size
17477 bytes
Lines
490
Domain
Driver Families
Bucket
drivers/net
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 atlx_spi_flash_dev {
	const char *manu_name;	/* manufacturer id */
	/* op-code */
	u8 cmd_wrsr;
	u8 cmd_read;
	u8 cmd_program;
	u8 cmd_wren;
	u8 cmd_wrdi;
	u8 cmd_rdsr;
	u8 cmd_rdid;
	u8 cmd_sector_erase;
	u8 cmd_chip_erase;
};

#endif /* ATLX_H */

Annotation

Implementation Notes