Home
last modified time | relevance | path

Searched defs:device (Results 1 – 7 of 7) sorted by relevance

/sys/dev/
Dpci.c35 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 …]
Dsata.h16 uint8_t device; member
De1000.c19 uint32_t device; member
178 uint32_t device = dev.vendor << 16 | dev.device; in E1000_Init() local
Dahci.c21 uint32_t device; member
193 uint32_t device = dev.vendor << 16 | dev.device; in AHCI_Init() local
/sys/fs/o2fs/
Do2fs.h38 uint64_t device; member
70 uint64_t device; member
/sys/include/
Dpci.h58 uint16_t device; member
/lib/libc/
Dsyscall.c161 OSFSMount(const char *mntpt, const char *device, uint64_t flags) in OSFSMount()