Lines Matching refs:getstatus
60 u8 getstatus; in pciehp_handle_attention_button() local
74 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in pciehp_handle_attention_button()
116 u8 getstatus; in pciehp_handle_switch_change() local
135 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in pciehp_handle_switch_change()
137 if (getstatus) { in pciehp_handle_switch_change()
1460 u8 getstatus; in interrupt_event_handler() local
1524 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in interrupt_event_handler()
1525 if (getstatus) { in interrupt_event_handler()
1602 u8 getstatus; in pciehp_pushbutton_thread() local
1611 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in pciehp_pushbutton_thread()
1612 if (getstatus) { in pciehp_pushbutton_thread()
1643 u8 getstatus = 0; in pciehp_enable_slot() local
1655 rc = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in pciehp_enable_slot()
1656 if (rc || !getstatus) { in pciehp_enable_slot()
1662 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in pciehp_enable_slot()
1663 if (rc || getstatus) { in pciehp_enable_slot()
1669 rc = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in pciehp_enable_slot()
1670 if (rc || getstatus) { in pciehp_enable_slot()
1691 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in pciehp_enable_slot()
1692 func->switch_save = !getstatus? 0x10:0; in pciehp_enable_slot()
1714 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in pciehp_enable_slot()
1715 func->switch_save = !getstatus? 0x10:0; in pciehp_enable_slot()
1729 u8 getstatus = 0; in pciehp_disable_slot() local
1742 ret = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in pciehp_disable_slot()
1743 if (ret || !getstatus) { in pciehp_disable_slot()
1749 ret = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in pciehp_disable_slot()
1750 if (ret || getstatus) { in pciehp_disable_slot()
1756 ret = p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in pciehp_disable_slot()
1757 if (ret || !getstatus) { in pciehp_disable_slot()