Searched defs:func (Results 1 – 6 of 6) sorted by relevance
/DragonOS-0.1.8/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() 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
|
D | pci.h | 32 uint8_t func; member
|
/DragonOS-0.1.8/user/apps/shell/ |
D | cmd.h | 14 int (*func)(int argc, char **argv); member
|
D | cmd_help.c | 7 void (*func)(); member
|
/DragonOS-0.1.8/kernel/src/driver/keyboard/ |
D | ps2_keyboard.rs | 101 let func = guard.f_ops.read.unwrap(); in read_at() localVariable 132 let func = guard.f_ops.open.unwrap(); in open() localVariable 146 let func = guard.f_ops.close.unwrap(); in close() localVariable
|
/DragonOS-0.1.8/kernel/src/process/ |
D | ptrace.h | 24 unsigned long func; member
|