Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/pci/hotplug/
Dshpchp_hpc.c520 u8 slot_cmd = 0; in hpc_set_attention_status() local
524 slot_cmd = SET_ATTN_OFF; /* OFF */ in hpc_set_attention_status()
527 slot_cmd = SET_ATTN_ON; /* ON */ in hpc_set_attention_status()
530 slot_cmd = SET_ATTN_BLINK; /* BLINK */ in hpc_set_attention_status()
536 return shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_set_attention_status()