Home
last modified time | relevance | path

Searched refs:device_is_suspended (Results 1 – 8 of 8) sorted by relevance

/freebsd-11-stable/sys/dev/bhnd/bcma/
HDbcma_bhndb.c116 if (device_is_suspended(child)) in bcma_bhndb_suspend_child()
142 if (!device_is_suspended(child)) in bcma_bhndb_resume_child()
HDbcma.c78 KASSERT(!device_is_suspended(child), in bcma_attach()
/freebsd-11-stable/sys/dev/bhnd/siba/
HDsiba_bhndb.c188 if (!device_is_suspended(child)) in siba_bhndb_resume_child()
HDsiba.c76 KASSERT(!device_is_suspended(devs[i]), in siba_attach()
/freebsd-11-stable/sys/dev/bhnd/bhndb/
HDbhndb_subr.c111 if (device_is_suspended(child)) in bhnd_generic_br_suspend_child()
152 if (!device_is_suspended(child)) in bhnd_generic_br_resume_child()
/freebsd-11-stable/sys/dev/bhnd/cores/chipc/
HDchipc.c1131 if (device_is_suspended(devs[i])) in chipc_should_enable_sprom()
/freebsd-11-stable/sys/kern/
HDsubr_bus.c2691 device_is_suspended(device_t dev) in device_is_suspended() function
5564 if (device_is_suspended(dev)) { in devctl2_ioctl()
5575 if (!device_is_suspended(dev)) { in devctl2_ioctl()
/freebsd-11-stable/sys/sys/
HDbus.h595 int device_is_suspended(device_t dev);