Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/pci/hotplug/
H A Dshpchp_hpc.c525 u8 slot_cmd = 0; in hpc_set_attention_status() local
529 slot_cmd = SET_ATTN_OFF; /* OFF */ in hpc_set_attention_status()
532 slot_cmd = SET_ATTN_ON; /* ON */ in hpc_set_attention_status()
535 slot_cmd = SET_ATTN_BLINK; /* BLINK */ in hpc_set_attention_status()
541 return shpc_write_cmd(slot, slot->hp_slot, slot_cmd); in hpc_set_attention_status()