Searched refs:getstatus (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/pci/hotplug/ |
H A D | shpchp_ctrl.c | 71 u8 getstatus; in shpchp_handle_switch_change() local 79 p_slot->hpc_ops->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 p_slot->hpc_ops->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 = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot() 551 if (rc || !getstatus) { in shpchp_enable_slot() 555 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 601 u8 getstatus = 0; shpchp_disable_slot() local [all...] |
H A D | pciehp_ctrl.c | 294 u8 getstatus = 0; in __pciehp_enable_slot() local 297 pciehp_get_latch_status(ctrl, &getstatus); in __pciehp_enable_slot() 298 if (getstatus) { in __pciehp_enable_slot() 306 pciehp_get_power_status(ctrl, &getstatus); in __pciehp_enable_slot() 307 if (getstatus) { in __pciehp_enable_slot() 338 u8 getstatus = 0; in __pciehp_disable_slot() local 341 pciehp_get_power_status(ctrl, &getstatus); in __pciehp_disable_slot() 342 if (!getstatus) { in __pciehp_disable_slot()
|
/kernel/linux/linux-6.6/drivers/pci/hotplug/ |
H A D | shpchp_ctrl.c | 71 u8 getstatus; in shpchp_handle_switch_change() local 79 p_slot->hpc_ops->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 p_slot->hpc_ops->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 = p_slot->hpc_ops->get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot() 551 if (rc || !getstatus) { in shpchp_enable_slot() 555 rc = p_slot->hpc_ops->get_latch_status(p_slot, &getstatus); in shpchp_enable_slot() 601 u8 getstatus = 0; shpchp_disable_slot() local [all...] |
H A D | pciehp_ctrl.c | 295 u8 getstatus = 0; in __pciehp_enable_slot() local 298 pciehp_get_latch_status(ctrl, &getstatus); in __pciehp_enable_slot() 299 if (getstatus) { in __pciehp_enable_slot() 307 pciehp_get_power_status(ctrl, &getstatus); in __pciehp_enable_slot() 308 if (getstatus) { in __pciehp_enable_slot() 339 u8 getstatus = 0; in __pciehp_disable_slot() local 342 pciehp_get_power_status(ctrl, &getstatus); in __pciehp_disable_slot() 343 if (!getstatus) { in __pciehp_disable_slot()
|
Completed in 3 milliseconds