drivers/mmc/host/dw_mmc-pltfm.h

Source file repositories/reference/linux-study-clean/drivers/mmc/host/dw_mmc-pltfm.h

File Facts

System
Linux kernel
Corpus path
drivers/mmc/host/dw_mmc-pltfm.h
Extension
.h
Size
475 bytes
Lines
17
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 _DW_MMC_PLTFM_H_
#define _DW_MMC_PLTFM_H_

extern int dw_mci_pltfm_register(struct platform_device *pdev,
				const struct dw_mci_drv_data *drv_data);
extern void dw_mci_pltfm_remove(struct platform_device *pdev);
extern const struct dev_pm_ops dw_mci_pmops;

#endif /* _DW_MMC_PLTFM_H_ */

Annotation

Implementation Notes