Searched refs:shpc_write_cmd (Results 1 – 1 of 1) sorted by relevance
/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 310 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() function 558 return shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_set_attention_status() 564 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_ON); in hpc_set_green_led_on() 569 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_OFF); in hpc_set_green_led_off() 574 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_BLINK); in hpc_set_green_led_blink() 621 retval = shpc_write_cmd(slot, slot->hp_slot, SET_SLOT_PWR); in hpc_power_on_slot() 633 retval = shpc_write_cmd(slot, slot->hp_slot, in hpc_slot_enable() 646 retval = shpc_write_cmd(slot, slot->hp_slot, in hpc_slot_disable() 780 retval = shpc_write_cmd(slot, 0, cmd); in hpc_set_bus_speed_mode()
|