Searched refs:shpchp_get_adapter_status (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/pci/hotplug/ |
D | shpchp_ctrl.c | 54 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()
|
D | shpchp_core.c | 230 retval = shpchp_get_adapter_status(slot, value); in get_adapter_status()
|
D | shpchp.h | 309 int shpchp_get_adapter_status(struct slot *slot, u8 *status);
|
D | shpchp_hpc.c | 418 int shpchp_get_adapter_status(struct slot *slot, u8 *status) in shpchp_get_adapter_status() function
|