Lines Matching refs:ostate
122 ap_ostate_t ostate; /* state of the Occupant */ member
892 if (slotinfop->ostate != AP_OSTATE_UNCONFIGURED) { in pcihp_ioctl()
1034 if (slotinfop->ostate == AP_OSTATE_UNCONFIGURED) { in pcihp_ioctl()
1046 ap_state.ap_ostate = slotinfop->ostate; in pcihp_ioctl()
1267 if (slotinfop->ostate == AP_OSTATE_CONFIGURED) { in pcihp_ioctl()
1378 if ((slotinfop->ostate != AP_OSTATE_CONFIGURED) || in pcihp_ioctl()
1482 if (slotinfop->ostate == AP_OSTATE_CONFIGURED) { in pcihp_configure_ap()
1576 slotinfop->ostate = AP_OSTATE_CONFIGURED; in pcihp_configure_ap()
1668 if (slotinfop->ostate == AP_OSTATE_CONFIGURED) { in pcihp_unconfigure_ap()
1736 slotinfop->ostate = AP_OSTATE_UNCONFIGURED; in pcihp_unconfigure_ap()
2082 slotinfop->ostate = AP_OSTATE_CONFIGURED; in pcihp_new_slot_state()
2118 slotinfop->ostate = AP_OSTATE_UNCONFIGURED; in pcihp_new_slot_state()
2178 slotinfop->ostate = AP_OSTATE_CONFIGURED; in pcihp_new_slot_state()
2240 if (slotinfop->ostate != AP_OSTATE_UNCONFIGURED) { in pcihp_new_slot_state()
2426 if (slotinfop->ostate == AP_OSTATE_CONFIGURED) { in pcihp_event_handler()
2491 slotinfop->ostate = AP_OSTATE_CONFIGURED; in pcihp_event_handler()
2556 if (slotinfop->ostate == AP_OSTATE_UNCONFIGURED) { in pcihp_event_handler()
2573 if (slotinfop->ostate == AP_OSTATE_CONFIGURED) { in pcihp_event_handler()
2627 slotinfop->ostate = in pcihp_event_handler()
2672 if (slotinfop->ostate != AP_OSTATE_UNCONFIGURED) { in pcihp_event_handler()
2911 if (slotinfop->ostate == AP_OSTATE_UNCONFIGURED) in pcihp_event_handler()
2923 if ((slotinfop->ostate == AP_OSTATE_UNCONFIGURED) && in pcihp_event_handler()
2937 } else if ((slotinfop->ostate == AP_OSTATE_CONFIGURED) && in pcihp_event_handler()
3793 if (slotinfop->ostate != AP_OSTATE_CONFIGURED) in pcihp_config_teardown()