Home
last modified time | relevance | path

Searched refs:dest_port (Results 1 – 6 of 6) sorted by relevance

/sound/core/seq/oss/
Dseq_oss_device.h156 int dest_client, int dest_port) in snd_seq_oss_fill_addr() argument
161 ev->dest.port = dest_port; in snd_seq_oss_fill_addr()
/sound/core/seq/
Dseq_ports.c558 struct snd_seq_client_port *dest_port, in snd_seq_port_connect() argument
581 err = check_and_subscribe_port(dest_client, dest_port, subs, false, in snd_seq_port_connect()
602 struct snd_seq_client_port *dest_port, in snd_seq_port_disconnect() argument
605 struct snd_seq_port_subs_info *dest = &dest_port->c_dest; in snd_seq_port_disconnect()
616 __delete_and_unsubscribe_port(dest_client, dest_port, in snd_seq_port_disconnect()
Dseq_clientmgr.c606 struct snd_seq_client_port *dest_port = NULL; in snd_seq_deliver_single_event() local
615 dest_port = snd_seq_port_use_ptr(dest, event->dest.port); in snd_seq_deliver_single_event()
616 if (dest_port == NULL) in snd_seq_deliver_single_event()
620 if (! check_port_perm(dest_port, SNDRV_SEQ_PORT_CAP_WRITE)) { in snd_seq_deliver_single_event()
625 if (dest_port->timestamping) in snd_seq_deliver_single_event()
626 update_timestamp_of_queue(event, dest_port->time_queue, in snd_seq_deliver_single_event()
627 dest_port->time_real); in snd_seq_deliver_single_event()
636 if (dest_port->event_input == NULL) in snd_seq_deliver_single_event()
638 result = dest_port->event_input(event, direct, in snd_seq_deliver_single_event()
639 dest_port->private_data, in snd_seq_deliver_single_event()
[all …]
/sound/soc/qcom/qdsp6/
Dq6afe.c1006 pkt->hdr.dest_port = 0; in q6afe_set_param()
1060 pkt->hdr.dest_port = 0; in q6afe_port_set_param_v2()
1216 pkt->hdr.dest_port = 0; in q6afe_port_stop()
1528 pkt->hdr.dest_port = 0; in q6afe_port_start()
1675 pkt->hdr.dest_port = 0; in q6afe_unvote_lpass_core_hw()
1713 pkt->hdr.dest_port = 0; in q6afe_vote_lpass_core_hw()
Dq6adm.c289 close.hdr.dest_port = copp->id; in q6adm_device_close()
343 pkt->hdr.dest_port = afe_port; in q6adm_device_open()
Dq6asm.c285 hdr->dest_port = ((ac->session << 8) & 0xFF00) | (stream_id); in q6asm_add_hdr()
352 pkt->hdr.dest_port = 0; in __q6asm_memory_unmap()
460 pkt->hdr.dest_port = 0; in __q6asm_memory_map_regions()
759 session_id = (hdr->dest_port >> 8) & 0xFF; in q6asm_srvc_callback()