drivers/pcmcia/pxa2xx_base.h

Source file repositories/reference/linux-study-clean/drivers/pcmcia/pxa2xx_base.h

File Facts

System
Linux kernel
Corpus path
drivers/pcmcia/pxa2xx_base.h
Extension
.h
Size
202 bytes
Lines
5
Domain
Driver Families
Bucket
drivers/pcmcia
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

int pxa2xx_drv_pcmcia_add_one(struct soc_pcmcia_socket *skt);
void pxa2xx_drv_pcmcia_ops(struct pcmcia_low_level *ops);
void pxa2xx_configure_sockets(struct device *dev, struct pcmcia_low_level *ops);

Annotation

Implementation Notes