drivers/bcma/driver_gmac_cmn.c

Source file repositories/reference/linux-study-clean/drivers/bcma/driver_gmac_cmn.c

File Facts

System
Linux kernel
Corpus path
drivers/bcma/driver_gmac_cmn.c
Extension
.c
Size
265 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/bcma
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

#include "bcma_private.h"
#include <linux/bcma/bcma.h>

void bcma_core_gmac_cmn_init(struct bcma_drv_gmac_cmn *gc)
{
	mutex_init(&gc->phy_mutex);
}

Annotation

Implementation Notes