Home
last modified time | relevance | path

Searched refs:shpchp_get_adapter_status (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/drivers/pci/hotplug/
Dshpchp_ctrl.c54 shpchp_get_adapter_status(p_slot, &p_slot->presence_save); in shpchp_handle_attention_button()
78 shpchp_get_adapter_status(p_slot, &p_slot->presence_save); in shpchp_handle_switch_change()
119 shpchp_get_adapter_status(p_slot, &p_slot->presence_save); in shpchp_handle_presence_change()
452 shpchp_get_adapter_status(slot, &slot->presence_save); in update_slot_info()
550 rc = shpchp_get_adapter_status(p_slot, &getstatus); in shpchp_enable_slot()
570 shpchp_get_adapter_status(p_slot, &p_slot->presence_save); in shpchp_enable_slot()
587 shpchp_get_adapter_status(p_slot, &p_slot->presence_save); in shpchp_enable_slot()
610 rc = shpchp_get_adapter_status(p_slot, &getstatus); in shpchp_disable_slot()
Dshpchp_core.c230 retval = shpchp_get_adapter_status(slot, value); in get_adapter_status()
Dshpchp.h309 int shpchp_get_adapter_status(struct slot *slot, u8 *status);
Dshpchp_hpc.c418 int shpchp_get_adapter_status(struct slot *slot, u8 *status) in shpchp_get_adapter_status() function