Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/pci/hotplug/
Dshpchp_hpc.c502 u8 slot_cmd = 0; in shpchp_set_attention_status() local
506 slot_cmd = SET_ATTN_OFF; /* OFF */ in shpchp_set_attention_status()
509 slot_cmd = SET_ATTN_ON; /* ON */ in shpchp_set_attention_status()
512 slot_cmd = SET_ATTN_BLINK; /* BLINK */ in shpchp_set_attention_status()
518 return shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in shpchp_set_attention_status()