Searched defs:device (Results 1 – 7 of 7) sorted by relevance
/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() 188 PCIScanDevice(uint32_t bus, uint32_t device) in PCIScanDevice() 213 uint8_t device; in PCIScanBus() local 299 DebugPCICheckFunction(uint32_t bus, uint32_t device, uint32_t func) in DebugPCICheckFunction() 350 uint8_t device; in DebugPCIScanBus() local [all …]
|
D | sata.h | 16 uint8_t device; member
|
D | e1000.c | 19 uint32_t device; member 178 uint32_t device = dev.vendor << 16 | dev.device; in E1000_Init() local
|
D | ahci.c | 21 uint32_t device; member 193 uint32_t device = dev.vendor << 16 | dev.device; in AHCI_Init() local
|
/sys/fs/o2fs/ |
D | o2fs.h | 38 uint64_t device; member 70 uint64_t device; member
|
/sys/include/ |
D | pci.h | 58 uint16_t device; member
|
/lib/libc/ |
D | syscall.c | 161 OSFSMount(const char *mntpt, const char *device, uint64_t flags) in OSFSMount()
|