Home
last modified time | relevance | path

Searched defs:bus (Results 1 – 5 of 5) sorted by relevance

/bionic/libc/kernel/common/asm-generic/
Dtopology.h41 #define pcibus_to_cpumask(bus) (pcibus_to_node(bus) == -1 ? CPU_MASK_ALL : node_to_cpumask(pcib… argument
/bionic/libc/kernel/arch-mips/asm/
Dio.h79 #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/
Duhid.h47 __u16 bus; member
Ddevice.h79 struct bus_type * bus; member
190 struct bus_type * bus; member
/bionic/libc/kernel/arch-mips/asm/pci/
Dbridge.h675 #define BRIDGE_CONTROLLER(bus) ((struct bridge_controller *)((bus)->sysdata)) argument