drivers/usb/typec/altmodes/displayport.h

Source file repositories/reference/linux-study-clean/drivers/usb/typec/altmodes/displayport.h

File Facts

System
Linux kernel
Corpus path
drivers/usb/typec/altmodes/displayport.h
Extension
.h
Size
346 bytes
Lines
9
Domain
Driver Families
Bucket
drivers/usb
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 dp_altmode_probe(struct typec_altmode *alt) { return -ENOTSUPP; }
void dp_altmode_remove(struct typec_altmode *alt) { }
#endif /* CONFIG_TYPEC_DP_ALTMODE */

Annotation

Implementation Notes