Searched refs:replay_set_coasting_vtotal (Results 1 – 4 of 4) sorted by relevance
229 cmd.replay_set_coasting_vtotal.header.type = DMUB_CMD__REPLAY; in dmub_replay_set_coasting_vtotal()230 cmd.replay_set_coasting_vtotal.header.sub_type = DMUB_CMD__REPLAY_SET_COASTING_VTOTAL; in dmub_replay_set_coasting_vtotal()231 …cmd.replay_set_coasting_vtotal.header.payload_bytes = sizeof(struct dmub_cmd_replay_set_coasting_v… in dmub_replay_set_coasting_vtotal()232 cmd.replay_set_coasting_vtotal.replay_set_coasting_vtotal_data.coasting_vtotal = coasting_vtotal; in dmub_replay_set_coasting_vtotal()266 .replay_set_coasting_vtotal = dmub_replay_set_coasting_vtotal,
48 void (*replay_set_coasting_vtotal)(struct dmub_replay *dmub, uint16_t coasting_vtotal, member
1009 replay->funcs->replay_set_coasting_vtotal(replay, coasting_vtotal, panel_inst); in edp_set_coasting_vtotal()
4153 struct dmub_rb_cmd_replay_set_coasting_vtotal replay_set_coasting_vtotal; member