Home
last modified time | relevance | path

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

/linux/drivers/pci/hotplug/
H A Dshpchp_ctrl.c71 u8 getstatus; in shpchp_handle_switch_change() local
79 shpchp_get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()
83 if (getstatus) { in shpchp_handle_switch_change()
460 u8 getstatus; in handle_button_press_event() local
465 shpchp_get_power_status(p_slot, &getstatus); in handle_button_press_event()
466 if (getstatus) { in handle_button_press_event()
544 u8 getstatus = 0; in shpchp_enable_slot() local
550 rc = shpchp_get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()
551 if (rc || !getstatus) { in shpchp_enable_slot()
555 rc = shpchp_get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
600 u8 getstatus = 0; shpchp_disable_slot() local
[all...]
H A Dpciehp_ctrl.c300 u8 getstatus = 0; in __pciehp_enable_slot() local
303 pciehp_get_latch_status(ctrl, &getstatus); in __pciehp_enable_slot()
304 if (getstatus) { in __pciehp_enable_slot()
312 pciehp_get_power_status(ctrl, &getstatus); in __pciehp_enable_slot()
313 if (getstatus) { in __pciehp_enable_slot()
344 u8 getstatus = 0; in __pciehp_disable_slot() local
347 pciehp_get_power_status(ctrl, &getstatus); in __pciehp_disable_slot()
348 if (!getstatus) { in __pciehp_disable_slot()