Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/hotplug/
Dshpchp_ctrl.c79 shpchp_get_latch_status(p_slot, &getstatus); in shpchp_handle_switch_change()
451 shpchp_get_latch_status(slot, &slot->latch_save); in update_slot_info()
555 rc = shpchp_get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
573 shpchp_get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
588 shpchp_get_latch_status(p_slot, &getstatus); in shpchp_enable_slot()
615 rc = shpchp_get_latch_status(p_slot, &getstatus); in shpchp_disable_slot()
Dshpchp_core.c215 retval = shpchp_get_latch_status(slot, value); in get_latch_status()
Dshpchp.h308 int shpchp_get_latch_status(struct slot *slot, u8 *status);
Dshpchp_hpc.c408 int shpchp_get_latch_status(struct slot *slot, u8 *status) in shpchp_get_latch_status() function