Home
last modified time | relevance | path

Searched defs:device_active (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/arm/mach-omap2/
H A Domap_device.c140 bool device_active = false, skip_pm_domain = false; in omap_device_build_from_dt() local
/openbmc/qemu/hw/net/
H A Dvmxnet3_defs.h120 uint32_t device_active; member
/openbmc/u-boot/include/dm/
H A Ddevice.h158 #define device_active(dev) ((dev)->flags & DM_FLAG_ACTIVATED) macro