Home
last modified time | relevance | path

Searched refs:PciDeviceLinkedList (Results 1 – 2 of 2) sorted by relevance

/DragonOS/kernel/src/driver/disk/ahci/
H A Dmod.rs9 get_pci_device_structure_mut, PciDeviceLinkedList, PciDeviceStructure, PCI_DEVICE_LINKEDLIST,
38 list: &PciDeviceLinkedList, in ahci_device_search() argument
/DragonOS/kernel/src/driver/pci/
H A Dpci.rs31 pub static ref PCI_DEVICE_LINKEDLIST: PciDeviceLinkedList = PciDeviceLinkedList::new();
70 pub struct PciDeviceLinkedList { struct
74 impl PciDeviceLinkedList { implementation
77 PciDeviceLinkedList { in new()
117 list: &PciDeviceLinkedList, in get_pci_device_structures_mut_by_vendor_id() argument
143 list: &PciDeviceLinkedList, in get_pci_device_structure_mut() argument