soc_state_bounding_box_st
static struct soc_state_bounding_box_st dml_get_soc_state_bounding_box(
struct soc_state_bounding_box_st *state = &mode_lib->ms.state;
struct soc_state_bounding_box_st state_array[__DML_MAX_STATE_ARRAY_SIZE__]; /// <brief fixed size array that holds states struct
struct soc_state_bounding_box_st state; //<brief Per-state bbox values; only 1 state per compute
struct soc_state_bounding_box_st max_state; //<brief The MAX power state; some algo needs to know the max state info to determine if
__DML_DLL_EXPORT__ void dml_print_soc_state_bounding_box(const struct soc_state_bounding_box_st *state)
__DML_DLL_EXPORT__ void dml_print_soc_state_bounding_box(const struct soc_state_bounding_box_st *state);
memset(&table->state_array[--table->num_states], 0, sizeof(struct soc_state_bounding_box_st));
struct soc_state_bounding_box_st *entry)
struct soc_state_bounding_box_st *entry)
struct soc_state_bounding_box_st *entry)
struct soc_state_bounding_box_st entry;