Searched refs:aport (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/oss/
H A Dvwsnd.c1624 vwsnd_port_t *aport = rport ? rport : wport; local
1630 ASSERT(aport != NULL);
1631 if (aport->swbuf != NULL)
1633 switch (aport->sw_samplefmt) {
1664 aport->sample_size = sample_size;
1665 aport->zero_word = zero_word;
1666 aport->frame_size = aport->sw_channels * aport->sample_size;
1667 aport
1796 pcm_shutdown_port(vwsnd_dev_t *devc, vwsnd_port_t *aport, unsigned int mask) argument
2421 vwsnd_port_t *aport = rport ? rport : wport; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/seq/
H A Dseq_ports.c221 struct snd_seq_client_port *aport; local
225 aport = get_client_port(&subs->info.dest, &c);
228 aport = get_client_port(&subs->info.sender, &c);
232 if (!aport) {
242 agrp = (grptype == SRC_LIST) ? &aport->c_dest : &aport->c_src;
249 unsubscribe_port(c, aport, agrp, &subs->info, 1);
251 snd_seq_port_unlock(aport);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Distallion.c961 asyport_t aport; local
977 stli_mkasyport(portp, &aport, tty->termios);
978 if ((rc = stli_cmdwait(brdp, portp, A_SETPORT, &aport,
1169 asyport_t aport; local
1181 stli_mkasyport(portp, &aport, portp->tty->termios);
1182 return(stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0));
1742 asyport_t aport; local
1760 stli_mkasyport(portp, &aport, tiosp);
1761 stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0);

Completed in 124 milliseconds