Lines Matching refs:clock_api
25 struct mod_css_clock_direct_api *clock_api; member
88 status = ctx->clock_api->set_source(ctx->config->member_table[i], in set_rate_indexed()
93 status = ctx->clock_api->set_div(ctx->config->member_table[i], in set_rate_indexed()
100 status = ctx->clock_api->set_mod(ctx->config->member_table[i], in set_rate_indexed()
116 status = ctx->clock_api->set_source(ctx->config->member_table[i], in set_rate_indexed()
139 status = ctx->clock_api->set_source(ctx->config->member_table[i], in set_rate_non_indexed()
152 status = ctx->clock_api->set_source(ctx->config->member_table[i], in set_rate_non_indexed()
260 if (ctx->clock_api->process_power_transition != NULL) { in css_clock_power_state_change()
264 status = ctx->clock_api->process_power_transition( in css_clock_power_state_change()
302 if (ctx->clock_api->process_pending_power_transition != NULL) { in css_clock_pending_power_state_change()
306 status = ctx->clock_api->process_pending_power_transition( in css_clock_pending_power_state_change()
406 config->member_api_id, &ctx->clock_api); in css_clock_bind()