Lines Matching defs:port
51 unsigned int port;
55 port = substream->number;
57 port = 2;
62 amdtp_dot_midi_trigger(&dg00x->tx_stream, port, substream);
64 amdtp_dot_midi_trigger(&dg00x->tx_stream, port, NULL);
73 unsigned int port;
77 port = substream->number;
79 port = 2;
84 amdtp_dot_midi_trigger(&dg00x->rx_stream, port, substream);
86 amdtp_dot_midi_trigger(&dg00x->rx_stream, port, NULL);