Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/pci/hotplug/
Dshpchp_hpc.c293 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() function
541 return shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_set_attention_status()
547 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_ON); in hpc_set_green_led_on()
552 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_OFF); in hpc_set_green_led_off()
557 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_BLINK); in hpc_set_green_led_blink()
604 retval = shpc_write_cmd(slot, slot->hp_slot, SET_SLOT_PWR); in hpc_power_on_slot()
616 retval = shpc_write_cmd(slot, slot->hp_slot, in hpc_slot_enable()
629 retval = shpc_write_cmd(slot, slot->hp_slot, in hpc_slot_disable()
763 retval = shpc_write_cmd(slot, 0, cmd); in hpc_set_bus_speed_mode()