drivers/pci/controller/dwc/pcie-qcom-common.h

Source file repositories/reference/linux-study-clean/drivers/pci/controller/dwc/pcie-qcom-common.h

File Facts

System
Linux kernel
Corpus path
drivers/pci/controller/dwc/pcie-qcom-common.h
Extension
.h
Size
334 bytes
Lines
15
Domain
Representative Device Path
Bucket
PCIe NVMe Storage Path
Inferred role
Representative Device Path: implementation source
Status
source implementation candidate

Why This File Exists

Part of the selected hardware vertical slice: PCI discovery, driver binding, NVMe queues, block requests, DMA, interrupts, and completion.

Dependency Surface

Detected Declarations

Annotated Snippet

#ifndef _PCIE_QCOM_COMMON_H
#define _PCIE_QCOM_COMMON_H

struct dw_pcie;

void qcom_pcie_common_set_equalization(struct dw_pcie *pci);
void qcom_pcie_common_set_16gt_lane_margining(struct dw_pcie *pci);

#endif

Annotation

Implementation Notes