Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/hotplug/
Dshpchp_hpc.c287 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() function
518 return shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in shpchp_set_attention_status()
524 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_ON); in shpchp_green_led_on()
529 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_OFF); in shpchp_green_led_off()
534 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_BLINK); in shpchp_green_led_blink()
581 retval = shpc_write_cmd(slot, slot->hp_slot, SET_SLOT_PWR); in shpchp_power_on_slot()
593 retval = shpc_write_cmd(slot, slot->hp_slot, in shpchp_slot_enable()
606 retval = shpc_write_cmd(slot, slot->hp_slot, in shpchp_slot_disable()
740 retval = shpc_write_cmd(slot, 0, cmd); in shpchp_set_bus_speed_mode()