Searched refs:shpc_write_cmd (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.6/drivers/pci/hotplug/ |
D | shpchp_hpc.c | 288 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) in shpc_write_cmd() function 519 return shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_set_attention_status() 525 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_ON); in hpc_set_green_led_on() 530 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_OFF); in hpc_set_green_led_off() 535 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_BLINK); in hpc_set_green_led_blink() 582 retval = shpc_write_cmd(slot, slot->hp_slot, SET_SLOT_PWR); in hpc_power_on_slot() 594 retval = shpc_write_cmd(slot, slot->hp_slot, in hpc_slot_enable() 607 retval = shpc_write_cmd(slot, slot->hp_slot, in hpc_slot_disable() 741 retval = shpc_write_cmd(slot, 0, cmd); in hpc_set_bus_speed_mode()
|