Home
last modified time | relevance | path

Searched refs:suspend_allowed (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/s390x/
H A Dcss.c994 bool suspend_allowed) in css_interpret_ccw() argument
1031 return suspend_allowed ? -EINPROGRESS : -EINVAL; in css_interpret_ccw()
1132 bool suspend_allowed; in sch_handle_start_func_virtual() local
1154 suspend_allowed = !!(orb->ctrl0 & ORB_CTRL0_MASK_SPND); in sch_handle_start_func_virtual()
1159 suspend_allowed = true; in sch_handle_start_func_virtual()
1163 ret = css_interpret_ccw(sch, sch->channel_prog, suspend_allowed); in sch_handle_start_func_virtual()
/openbmc/linux/drivers/usb/core/
H A Ddevio.c79 bool suspend_allowed; member
1110 if (!ps->suspend_allowed) in usbdev_release()
2555 if (ps->suspend_allowed) { in proc_forbid_suspend()
2558 ps->suspend_allowed = false; in proc_forbid_suspend()
2571 if (!ps->suspend_allowed) { in proc_allow_suspend()
2573 ps->suspend_allowed = true; in proc_allow_suspend()