Lines Matching refs:amdtp_domain
119 struct amdtp_domain;
213 struct amdtp_domain *domain;
307 struct amdtp_domain { struct
327 int amdtp_domain_init(struct amdtp_domain *d); argument
328 void amdtp_domain_destroy(struct amdtp_domain *d);
330 int amdtp_domain_add_stream(struct amdtp_domain *d, struct amdtp_stream *s,
333 int amdtp_domain_start(struct amdtp_domain *d, unsigned int tx_init_skip_cycles, bool replay_seq,
335 void amdtp_domain_stop(struct amdtp_domain *d);
337 static inline int amdtp_domain_set_events_per_period(struct amdtp_domain *d, in amdtp_domain_set_events_per_period()
347 unsigned long amdtp_domain_stream_pcm_pointer(struct amdtp_domain *d,
349 int amdtp_domain_stream_pcm_ack(struct amdtp_domain *d, struct amdtp_stream *s);
358 static inline bool amdtp_domain_wait_ready(struct amdtp_domain *d, unsigned int timeout_ms) in amdtp_domain_wait_ready()