drivers/mmc/core/slot-gpio.h

Source file repositories/reference/linux-study-clean/drivers/mmc/core/slot-gpio.h

File Facts

System
Linux kernel
Corpus path
drivers/mmc/core/slot-gpio.h
Extension
.h
Size
264 bytes
Lines
15
Domain
Driver Families
Bucket
drivers/mmc
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

#ifndef _MMC_CORE_SLOTGPIO_H
#define _MMC_CORE_SLOTGPIO_H

struct mmc_host;

int mmc_gpio_alloc(struct mmc_host *host);

#endif

Annotation

Implementation Notes