Lines Matching refs:state
472 * Driver specific state.
495 enum hv_pcibus_state state;
721 if (!hv_result_success(res) && hbus->state != hv_pcibus_removing)
2415 hbus->state = hv_pcibus_installed;
2673 switch (hbus->state) {
2714 if (hbus->state == hv_pcibus_removing) {
2849 * attempt to find it and tear down the bus state, if it exists. This
2900 if (hbus->state == hv_pcibus_removing) {
3322 * hv_pci_enter_d0() - Bring the "bus" into the D0 power state
3339 * powered-on state. This includes telling the host which region
3470 * space. So this message is sent here only to drive the state
3652 hbus->state = hv_pcibus_init;
3777 hbus->state = hv_pcibus_probed;
3899 if (hbus->state == hv_pcibus_installed) {
3901 hbus->state = hv_pcibus_removing;
3953 * callback tasklet, sets hbus->state to hv_pcibus_removing, and
3960 /* Change the hbus state to prevent new work items. */
3961 old_state = hbus->state;
3962 if (hbus->state == hv_pcibus_installed)
3963 hbus->state = hv_pcibus_removing;
4023 hbus->state = hv_pcibus_init;
4058 hbus->state = hv_pcibus_installed;