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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dvwsnd.c1625 vwsnd_port_t *aport = rport ? rport : wport; local
1631 ASSERT(aport != NULL);
1632 if (aport->swbuf != NULL)
1634 switch (aport->sw_samplefmt) {
1665 aport->sample_size = sample_size;
1666 aport->zero_word = zero_word;
1667 aport->frame_size = aport->sw_channels * aport->sample_size;
1668 aport
1797 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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Distallion.c898 asyport_t aport; local
911 stli_mkasyport(tty, portp, &aport, tty->termios);
912 if ((rc = stli_cmdwait(brdp, portp, A_SETPORT, &aport,
1108 asyport_t aport; local
1118 stli_mkasyport(tty, portp, &aport, tty->termios);
1119 return(stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0));
1630 asyport_t aport; local
1643 stli_mkasyport(tty, portp, &aport, tiosp);
1644 stli_cmdwait(brdp, portp, A_SETPORT, &aport, sizeof(asyport_t), 0);

Completed in 131 milliseconds