drivers/ufs/host/tc-dwc-g210.h

Source file repositories/reference/linux-study-clean/drivers/ufs/host/tc-dwc-g210.h

File Facts

System
Linux kernel
Corpus path
drivers/ufs/host/tc-dwc-g210.h
Extension
.h
Size
394 bytes
Lines
19
Domain
Driver Families
Bucket
drivers/ufs
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 _TC_DWC_G210_H
#define _TC_DWC_G210_H

struct ufs_hba;

int tc_dwc_g210_config_40_bit(struct ufs_hba *hba);
int tc_dwc_g210_config_20_bit(struct ufs_hba *hba);

#endif /* End of Header */

Annotation

Implementation Notes