drivers/mtd/nand/raw/bcm47xxnflash/bcm47xxnflash.h

Source file repositories/reference/linux-study-clean/drivers/mtd/nand/raw/bcm47xxnflash/bcm47xxnflash.h

File Facts

System
Linux kernel
Corpus path
drivers/mtd/nand/raw/bcm47xxnflash/bcm47xxnflash.h
Extension
.h
Size
474 bytes
Lines
27
Domain
Driver Families
Bucket
drivers/mtd
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 bcm47xxnflash {
	struct bcma_drv_cc *cc;

	struct nand_chip nand_chip;

	unsigned curr_command;
	int curr_page_addr;
	int curr_column;

	u8 id_data[8];
};

int bcm47xxnflash_ops_bcm4706_init(struct bcm47xxnflash *b47n);

#endif /* BCM47XXNFLASH */

Annotation

Implementation Notes