Home
last modified time | relevance | path

Searched refs:src_port (Results 1 – 7 of 7) sorted by relevance

/sound/core/seq/
A Dseq_ports.c576 struct snd_seq_client_port *src_port, in snd_seq_port_connect() argument
596 err = check_and_subscribe_port(src_client, src_port, subs, true, in snd_seq_port_connect()
610 delete_and_unsubscribe_port(src_client, src_port, subs, true, in snd_seq_port_connect()
620 struct snd_seq_client_port *src_port, in snd_seq_port_disconnect() argument
647 delete_and_unsubscribe_port(src_client, src_port, subs, true, in snd_seq_port_disconnect()
A Dseq_clientmgr.c737 struct snd_seq_client_port *src_port; in __deliver_to_subscribers() local
746 src_port = snd_seq_port_use_ptr(client, port); in __deliver_to_subscribers()
747 if (!src_port) in __deliver_to_subscribers()
753 grp = &src_port->c_src; in __deliver_to_subscribers()
784 snd_seq_port_unlock(src_port); in __deliver_to_subscribers()
953 struct snd_seq_client_port *src_port = snd_seq_port_use_ptr(client, event->source.port); in snd_seq_client_enqueue_event() local
954 if (src_port == NULL) in snd_seq_client_enqueue_event()
956 snd_seq_port_unlock(src_port); in snd_seq_client_enqueue_event()
/sound/soc/qcom/qdsp6/
A Daudioreach.c206 uint32_t src_port, uint32_t dest_port, bool has_cmd_hdr) in __audioreach_alloc_pkt() argument
224 pkt->hdr.src_port = src_port; in __audioreach_alloc_pkt()
243 uint32_t src_port, uint32_t dest_port) in audioreach_alloc_pkt() argument
245 return __audioreach_alloc_pkt(payload_size, opcode, token, src_port, dest_port, false); in audioreach_alloc_pkt()
249 void *audioreach_alloc_apm_pkt(int pkt_size, uint32_t opcode, uint32_t token, uint32_t src_port) in audioreach_alloc_apm_pkt() argument
251 return __audioreach_alloc_pkt(pkt_size, opcode, token, src_port, APM_MODULE_INSTANCE_ID, in audioreach_alloc_apm_pkt()
257 uint32_t src_port, uint32_t dest_port) in audioreach_alloc_cmd_pkt() argument
259 return __audioreach_alloc_pkt(payload_size, opcode, token, src_port, dest_port, true); in audioreach_alloc_cmd_pkt()
A Daudioreach.h771 uint32_t token, uint32_t src_port,
774 uint32_t src_port);
776 uint32_t token, uint32_t src_port,
A Dq6afe.c1098 pkt->hdr.src_port = 0; in q6afe_set_param()
1152 pkt->hdr.src_port = 0; in q6afe_port_set_param_v2()
1308 pkt->hdr.src_port = 0; in q6afe_port_stop()
1713 pkt->hdr.src_port = 0; in q6afe_port_start()
1863 pkt->hdr.src_port = 0; in q6afe_unvote_lpass_core_hw()
1901 pkt->hdr.src_port = 0; in q6afe_vote_lpass_core_hw()
A Dq6adm.c288 close.hdr.src_port = port_id; in q6adm_device_close()
342 pkt->hdr.src_port = afe_port; in q6adm_device_open()
A Dq6asm.c285 hdr->src_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
352 pkt->hdr.src_port = 0; in __q6asm_memory_unmap()
460 pkt->hdr.src_port = 0; in __q6asm_memory_map_regions()

Completed in 34 milliseconds