Searched defs:func (Results 1 – 7 of 7) sorted by relevance
/sys/amd64/ |
D | pci.c | 14 PCIGetAddr(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCIGetAddr() 21 PCICfgRead8(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCICfgRead8() 31 PCICfgRead16(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCICfgRead16() 43 PCICfgRead32(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg) in PCICfgRead32() 55 PCICfgWrite8(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg, in PCICfgWrite8() 66 PCICfgWrite16(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg, in PCICfgWrite16() 77 PCICfgWrite32(uint32_t bus, uint32_t slot, uint32_t func, uint32_t reg, in PCICfgWrite32()
|
/sys/dev/ |
D | pci.c | 35 PCIGetDeviceID(uint32_t bus, uint32_t device, uint32_t func) in PCIGetDeviceID() 41 PCIGetVendorID(uint32_t bus, uint32_t device, uint32_t func) in PCIGetVendorID() 47 PCIGetBaseClass(uint32_t bus, uint32_t device, uint32_t func) in PCIGetBaseClass() 53 PCIGetSubClass(uint32_t bus, uint32_t device, uint32_t func) in PCIGetSubClass() 59 PCIGetHeaderType(uint32_t bus, uint32_t device, uint32_t func) in PCIGetHeaderType() 136 PCICheckFunction(uint32_t bus, uint32_t device, uint32_t func) in PCICheckFunction() 201 uint8_t func; in PCIScanDevice() local 299 DebugPCICheckFunction(uint32_t bus, uint32_t device, uint32_t func) in DebugPCICheckFunction() 363 uint8_t func; in DebugPCIScanBus() local 396 uint32_t bus, device, func; in Debug_PCIDump() local
|
D | e1000.c | 168 E1000_Init(uint32_t bus, uint32_t slot, uint32_t func) in E1000_Init()
|
D | ahci.c | 183 AHCI_Init(uint32_t bus, uint32_t slot, uint32_t func) in AHCI_Init()
|
/lib/libc/ |
D | assert.c | 6 __assert(const char *func, const char *file, int line, const char *expr) in __assert()
|
/sys/include/ |
D | kdebug.h | 8 void (*func)(int, const char **); member
|
D | pci.h | 62 uint8_t func; member
|