Home
last modified time | relevance | path

Searched defs:func (Results 1 – 6 of 6) sorted by relevance

/DragonOS-0.1.2/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 …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()
358 for (uint8_t func = 1; func < 8; ++func) in pci_checkDevice() local
411 for (uint8_t func = 0; func < 8; ++func) in pci_checkAllBuses() local
Dpci.h32 uint8_t func; member
/DragonOS-0.1.2/user/apps/shell/
Dcmd.h14 int (*func)(int argc, char **argv); member
Dcmd_help.c6 void (*func)(); member
/DragonOS-0.1.2/kernel/src/time/
Dtimer.h29 void (*func)(void *data); member
/DragonOS-0.1.2/kernel/src/process/
Dptrace.h28 unsigned long func; member