Searched refs:shpc_write_cmd (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/pci/hotplug/
H A Dshpchp_hpc.c288 static int shpc_write_cmd(struct slot *slot, u8 t_slot, u8 cmd) function
519 return shpc_write_cmd(slot, slot->hp_slot, slot_cmd);
525 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_ON);
530 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_OFF);
535 shpc_write_cmd(slot, slot->hp_slot, SET_PWR_BLINK);
582 retval = shpc_write_cmd(slot, slot->hp_slot, SET_SLOT_PWR);
594 retval = shpc_write_cmd(slot, slot->hp_slot,
607 retval = shpc_write_cmd(slot, slot->hp_slot,
741 retval = shpc_write_cmd(slot, 0, cmd);

Completed in 173 milliseconds