Searched refs:snd_efw_transaction (Results 1 – 4 of 4) sorted by relevance
82 t.seqnum = be32_to_cpu(((struct snd_efw_transaction *)cmd)->seqnum) + 1; in snd_efw_transaction_run()122 struct snd_efw_transaction *t; in copy_resp_to_buf()124 t = (struct snd_efw_transaction *)data; in copy_resp_to_buf()236 if (length < sizeof(struct snd_efw_transaction)) { in efw_response()244 seqnum = be32_to_cpu(((struct snd_efw_transaction *)data)->seqnum); in efw_response()
27 struct snd_efw_transaction *t; in hwdep_read_resp_buf()31 if (remained < sizeof(type) + sizeof(struct snd_efw_transaction)) in hwdep_read_resp_buf()52 t = (struct snd_efw_transaction *)(pull_ptr); in hwdep_read_resp_buf()165 if (count < sizeof(struct snd_efw_transaction) || in hwdep_write()174 seqnum = be32_to_cpu(((struct snd_efw_transaction *)buf)->seqnum); in hwdep_write()
107 struct snd_efw_transaction *header; in efw_transaction()114 buf_bytes = sizeof(struct snd_efw_transaction) + in efw_transaction()133 cmd_bytes = sizeof(struct snd_efw_transaction) + param_bytes; in efw_transaction()134 header = (struct snd_efw_transaction *)buf; in efw_transaction()170 sizeof(struct snd_efw_transaction)); in efw_transaction()
32 struct snd_efw_transaction { struct