Searched defs:slot (Results 1 – 3 of 3) sorted by relevance
/DragonOS-0.1.2/kernel/src/driver/pci/ |
D | pci.c | 40 uint32_t pci_read_config(uchar bus, uchar slot, uchar func, uchar offset) in pci_read_config() 64 uint pci_write_config(uchar bus, uchar slot, uchar func, uchar offset, uint32_t data) in pci_write_config() 88 …ice_header(struct pci_device_structure_general_device_t *header, uchar bus, uchar slot, uchar func) in pci_read_general_device_header() 127 …_header(struct pci_device_structure_pci_to_pci_bridge_t *header, uchar bus, uchar slot, uchar func) in pci_read_pci_to_pci_bridge_header() 181 …der(struct pci_device_structure_pci_to_cardbus_bridge_t *header, uchar bus, uchar slot, uchar func) in pci_read_pci_to_cardbus_bridge_header() 230 void *pci_read_header(int *type, uchar bus, uchar slot, uchar func, bool add_to_list) in pci_read_header()
|
/DragonOS-0.1.2/kernel/src/driver/disk/ahci/ |
D | ahci.c | 343 int slot = ahci_find_cmdslot(port); in ahci_read() local 438 int slot = ahci_find_cmdslot(port); in ahci_write() local
|
/DragonOS-0.1.2/kernel/src/driver/usb/xhci/ |
D | xhci.c | 1004 struct xhci_slot_context_t slot; in xhci_set_address() local 1731 struct xhci_slot_context_t slot; in xhci_configure_endpoint() local
|