Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/hotplug/
Dshpchp_ctrl.c449 shpchp_get_power_status(slot, &slot->pwr_save); in update_slot_info()
465 shpchp_get_power_status(p_slot, &getstatus); in handle_button_press_event()
560 rc = shpchp_get_power_status(p_slot, &getstatus); in shpchp_enable_slot()
571 shpchp_get_power_status(p_slot, &p_slot->pwr_save); in shpchp_enable_slot()
620 rc = shpchp_get_power_status(p_slot, &getstatus); in shpchp_disable_slot()
Dshpchp_core.c185 retval = shpchp_get_power_status(slot, value); in get_power_status()
Dshpchp.h305 int shpchp_get_power_status(struct slot *slot, u8 *status);
Dshpchp_hpc.c383 int shpchp_get_power_status(struct slot *slot, u8 *status) in shpchp_get_power_status() function