Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dpciehp_ctrl.c60 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()
[all …]
Dshpchp_ctrl.c63 u8 getstatus; in shpchp_handle_attention_button() local
77 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_attention_button()
120 u8 getstatus; in shpchp_handle_switch_change() local
139 p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()
143 if (getstatus) { in shpchp_handle_switch_change()
1901 u8 getstatus; in interrupt_event_handler() local
1968 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in interrupt_event_handler()
1969 if (getstatus) { in interrupt_event_handler()
2050 u8 getstatus; in shpchp_pushbutton_thread() local
2059 p_slot->hpc_ops->get_power_status(p_slot, &getstatus); in shpchp_pushbutton_thread()
[all …]