Home
last modified time | relevance | path

Searched defs:bus (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.8/kernel/src/driver/pci/
Dpci.c40 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 …ral_device_header(struct pci_device_structure_general_device_t *header, uchar bus, uchar slot, uch… in pci_read_general_device_header()
127 …_bridge_header(struct pci_device_structure_pci_to_pci_bridge_t *header, uchar bus, uchar slot, uch… in pci_read_pci_to_pci_bridge_header()
181 …dge_header(struct pci_device_structure_pci_to_cardbus_bridge_t *header, uchar bus, uchar slot, uch… 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()
308 static void pci_checkFunction(uint8_t bus, uint8_t device, uint8_t function) in pci_checkFunction()
328 static int pci_checkDevice(uint8_t bus, uint8_t device) in pci_checkDevice()
375 static void pci_checkBus(uint8_t bus) in pci_checkBus()
Dpci.h30 uint8_t bus; member
Dpci.rs1178 pub bus: u8, field
/DragonOS-0.1.8/kernel/src/driver/base/device/
Dmod.rs16 pub mod bus; module
/DragonOS-0.1.8/kernel/src/filesystem/sysfs/
Dmod.rs19 pub mod bus; module