Lines Matching defs:dest_port
639 struct snd_seq_client_port *dest_port,
649 if (!dest_port->event_input)
651 return dest_port->event_input(event,
653 dest_port->private_data,
671 struct snd_seq_client_port *dest_port = NULL;
680 dest_port = snd_seq_port_use_ptr(dest, event->dest.port);
681 if (dest_port == NULL)
685 if (! check_port_perm(dest_port, SNDRV_SEQ_PORT_CAP_WRITE)) {
690 if (dest_port->timestamping)
691 update_timestamp_of_queue(event, dest_port->time_queue,
692 dest_port->time_real);
697 result = snd_seq_deliver_from_ump(client, dest, dest_port,
707 result = snd_seq_deliver_to_ump(client, dest, dest_port,
714 result = __snd_seq_deliver_single_event(dest, dest_port, event,
718 if (dest_port)
719 snd_seq_port_unlock(dest_port);