Lines Matching refs:unplug_requested
59 drc->unplug_requested = false; in spapr_drc_release()
82 if (drc->unplug_requested) { in drc_isolate_physical()
143 && !drc->unplug_requested) { in drc_isolate_logical()
163 if (drc->unplug_requested && drc->dev) { in drc_unisolate_logical()
170 drc->unplug_requested = false; in drc_unisolate_logical()
221 if (drc->unplug_requested) { in drc_set_usable()
247 if (drc->unplug_requested) { in drc_set_unusable()
421 drc->unplug_requested = true; in spapr_drc_unplug_request()
441 if (drc->unplug_requested) { in spapr_drc_reset()
475 VMSTATE_BOOL(unplug_requested, SpaprDrc),
1205 drc->unplug_requested) { in rtas_ibm_configure_connector()