Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/include/
H A Dnexusvar.h35 struct nexus_device { struct
36 struct resource_list nx_resources;
/f-stack/freebsd/i386/include/
H A Dnexusvar.h35 struct nexus_device { struct
36 struct resource_list nx_resources;
/f-stack/freebsd/arm/arm/
H A Dnexus.c75 struct nexus_device { struct
79 #define DEVTONX(dev) ((struct nexus_device *)device_get_ivars(dev)) argument
/f-stack/freebsd/arm64/arm64/
H A Dnexus.c83 struct nexus_device { struct
87 #define DEVTONX(dev) ((struct nexus_device *)device_get_ivars(dev)) argument
/f-stack/freebsd/mips/mips/
H A Dnexus.c87 struct nexus_device { struct
91 #define DEVTONX(dev) ((struct nexus_device *)device_get_ivars(dev)) argument