drivers/usb/early/ehci-dbgp.c
Source file repositories/reference/linux-study-clean/drivers/usb/early/ehci-dbgp.c
File Facts
- System
- Linux kernel
- Corpus path
drivers/usb/early/ehci-dbgp.c- Extension
.c- Size
- 26530 bytes
- Lines
- 1093
- Domain
- Driver Families
- Bucket
- drivers/usb
- Inferred role
- Driver Families: exported/initcall integration point
- Status
- integration 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.
- 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.
- Exports symbols or registers init work; inspect boot/module ordering and who consumes the exported contract.
- Defines or uses C structs; map object ownership, embedded links, reference counts, and lock ownership.
Dependency Surface
linux/console.hlinux/errno.hlinux/init.hlinux/iopoll.hlinux/pci_regs.hlinux/pci_ids.hlinux/usb/ch9.hlinux/usb/ehci_def.hlinux/delay.hlinux/serial_core.hlinux/kgdb.hlinux/kthread.hasm/io.hasm/pci-direct.hasm/fixmap.h
Detected Declarations
struct ehci_devfunction dbgp_ehci_statusfunction dbgp_ehci_statusfunction IDsfunction dbgp_pid_read_updatefunction dbgp_wait_until_completefunction dbgp_mdelayfunction dbgp_breathfunction dbgp_set_datafunction dbgp_get_datafunction dbgp_bulk_writefunction dbgp_bulk_readfunction dbgp_control_msgfunction find_capfunction __find_dbgpfunction find_dbgpfunction dbgp_ehci_startupfunction dbgp_ehci_controller_resetfunction _dbgp_external_startupfunction ehci_reset_portfunction ehci_wait_for_portfunction default_set_debug_portfunction nvidia_set_debug_portfunction detect_set_debug_portfunction early_ehci_bios_handofffunction ehci_setupfunction early_dbgp_initfunction early_dbgp_writefunction dbgp_reset_prepfunction dbgp_external_startupfunction kgdbdbgp_read_charfunction kgdbdbgp_write_charfunction kgdbdbgp_parse_configfunction kgdbdbgp_reader_threadfunction kgdbdbgp_start_threadmodule init kgdbdbgp_start_threadexport dbgp_reset_prepexport dbgp_external_startup
Annotated Snippet
device_initcall(kgdbdbgp_start_thread);
#endif /* CONFIG_KGDB */
Annotation
- Immediate include surface: `linux/console.h`, `linux/errno.h`, `linux/init.h`, `linux/iopoll.h`, `linux/pci_regs.h`, `linux/pci_ids.h`, `linux/usb/ch9.h`, `linux/usb/ehci_def.h`.
- Detected declarations: `struct ehci_dev`, `function dbgp_ehci_status`, `function dbgp_ehci_status`, `function IDs`, `function dbgp_pid_read_update`, `function dbgp_wait_until_complete`, `function dbgp_mdelay`, `function dbgp_breath`, `function dbgp_set_data`, `function dbgp_get_data`.
- Atlas domain: Driver Families / drivers/usb.
- Implementation status: integration implementation candidate.
Implementation Notes
- This generated page is the file-by-file coverage layer; curated subsystem chapters should link here when they synthesize a multi-file control flow.
- Core OS pages should be promoted from atlas-only to deep-reviewed when they explain data structures, invariants, locking, lifecycle, and C implementation snippets.
- Driver-family pages are intentionally pattern-oriented unless they are part of the selected PCIe/NVMe representative device path.