Searched defs:bus (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/kernel/common/asm-generic/ |
D | topology.h | 41 #define pcibus_to_cpumask(bus) (pcibus_to_node(bus) == -1 ? CPU_MASK_ALL : node_to_cpumask(pcib… argument
|
/bionic/libc/kernel/arch-mips/asm/ |
D | io.h | 79 #define __BUILD_MEMORY_PFX(bus, bwlq, type) __BUILD_MEMORY_SINGLE(bus, bwlq, type, 1) argument 81 #define __BUILD_IOPORT_PFX(bus, bwlq, type) __BUILD_IOPORT_SINGLE(bus, bwlq, type, ,) __BUILD_I… argument
|
/bionic/libc/kernel/common/linux/ |
D | uhid.h | 47 __u16 bus; member
|
D | device.h | 79 struct bus_type * bus; member 190 struct bus_type * bus; member
|
/bionic/libc/kernel/arch-mips/asm/pci/ |
D | bridge.h | 675 #define BRIDGE_CONTROLLER(bus) ((struct bridge_controller *)((bus)->sysdata)) argument
|