Lines Matching refs:domain
358 err = amdtp_domain_init(&tscm->domain); in snd_tscm_stream_init_duplex()
370 amdtp_domain_stop(&tscm->domain); in snd_tscm_stream_update_duplex()
380 amdtp_domain_destroy(&tscm->domain); in snd_tscm_stream_destroy_duplex()
398 amdtp_domain_stop(&tscm->domain); in snd_tscm_stream_reserve_duplex()
419 err = amdtp_domain_set_events_per_period(&tscm->domain, in snd_tscm_stream_reserve_duplex()
443 amdtp_domain_stop(&tscm->domain); in snd_tscm_stream_start_duplex()
469 err = amdtp_domain_add_stream(&tscm->domain, &tscm->rx_stream, in snd_tscm_stream_start_duplex()
474 err = amdtp_domain_add_stream(&tscm->domain, &tscm->tx_stream, in snd_tscm_stream_start_duplex()
491 err = amdtp_domain_start(&tscm->domain, tx_init_skip_cycles, true, true); in snd_tscm_stream_start_duplex()
495 if (!amdtp_domain_wait_ready(&tscm->domain, READY_TIMEOUT_MS)) { in snd_tscm_stream_start_duplex()
503 amdtp_domain_stop(&tscm->domain); in snd_tscm_stream_start_duplex()
512 amdtp_domain_stop(&tscm->domain); in snd_tscm_stream_stop_duplex()