Searched refs:idle_opt_set_dc_power_state (Results 1 – 2 of 2) sorted by relevance
1506 cmd.idle_opt_set_dc_power_state.header.type = DMUB_CMD__IDLE_OPT; in dc_dmub_srv_notify_fw_dc_power_state()1507 cmd.idle_opt_set_dc_power_state.header.sub_type = DMUB_CMD__IDLE_OPT_SET_DC_POWER_STATE; in dc_dmub_srv_notify_fw_dc_power_state()1508 cmd.idle_opt_set_dc_power_state.header.payload_bytes = in dc_dmub_srv_notify_fw_dc_power_state()1509 sizeof(cmd.idle_opt_set_dc_power_state) - sizeof(cmd.idle_opt_set_dc_power_state.header); in dc_dmub_srv_notify_fw_dc_power_state()1512 cmd.idle_opt_set_dc_power_state.data.power_state = DMUB_IDLE_OPT_DC_POWER_STATE_D0; in dc_dmub_srv_notify_fw_dc_power_state()1514 cmd.idle_opt_set_dc_power_state.data.power_state = DMUB_IDLE_OPT_DC_POWER_STATE_D3; in dc_dmub_srv_notify_fw_dc_power_state()1516 cmd.idle_opt_set_dc_power_state.data.power_state = DMUB_IDLE_OPT_DC_POWER_STATE_UNKNOWN; in dc_dmub_srv_notify_fw_dc_power_state()
5572 struct dmub_rb_cmd_idle_opt_set_dc_power_state idle_opt_set_dc_power_state; member