Home
last modified time | relevance | path

Searched refs:pci_device_structure_pci_to_pci_bridge_t (Results 1 – 3 of 3) sorted by relevance

/DragonOS-0.1.7/kernel/src/driver/pci/
Dpci.c127 static void pci_read_pci_to_pci_bridge_header(struct pci_device_structure_pci_to_pci_bridge_t *head… in pci_read_pci_to_pci_bridge_header()
282 …pci_read_pci_to_pci_bridge_header((struct pci_device_structure_pci_to_pci_bridge_t *)ret, bus, slo… in pci_read_header()
284 ADD_DEVICE_STRUCT_TO_LIST(((struct pci_device_structure_pci_to_pci_bridge_t *)ret)); in pci_read_header()
323 …uint8_t SecondaryBus = ((struct pci_device_structure_pci_to_pci_bridge_t *)header)->Secondary_Bus_… in pci_checkFunction()
456 …, ptr->Class_code, ptr->SubClass, ptr->Status, ((struct pci_device_structure_pci_to_pci_bridge_t *… in pci_init()
519 … cap_offset = ((struct pci_device_structure_pci_to_pci_bridge_t *)pci_dev)->Capability_Pointer; in pci_enumerate_capability_list()
Dpci.h91 struct pci_device_structure_pci_to_pci_bridge_t struct
Dmsi.c259 cap_ptr = ((struct pci_device_structure_pci_to_pci_bridge_t *)ptr)->Capability_Pointer; in pci_start_msi()
317 cap_ptr = ((struct pci_device_structure_pci_to_pci_bridge_t *)ptr)->Capability_Pointer; in pci_disable_msi()