Lines Matching refs:amdtp_domain
115 struct amdtp_domain;
206 struct amdtp_domain *domain;
290 struct amdtp_domain { struct
310 int amdtp_domain_init(struct amdtp_domain *d); argument
311 void amdtp_domain_destroy(struct amdtp_domain *d);
313 int amdtp_domain_add_stream(struct amdtp_domain *d, struct amdtp_stream *s,
316 int amdtp_domain_start(struct amdtp_domain *d, unsigned int tx_init_skip_cycles, bool replay_seq,
318 void amdtp_domain_stop(struct amdtp_domain *d);
320 static inline int amdtp_domain_set_events_per_period(struct amdtp_domain *d, in amdtp_domain_set_events_per_period()
330 unsigned long amdtp_domain_stream_pcm_pointer(struct amdtp_domain *d,
332 int amdtp_domain_stream_pcm_ack(struct amdtp_domain *d, struct amdtp_stream *s);
341 static inline bool amdtp_domain_wait_ready(struct amdtp_domain *d, unsigned int timeout_ms) in amdtp_domain_wait_ready()