Searched refs:fullduplex (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/oss/
H A Dsb_audio.c68 devc->fullduplex = devc->duplex &&
101 /* fix things if mmap turned off fullduplex */
103 && !devc->fullduplex
133 if (!devc->fullduplex || devc->bits == AFMT_S16_LE)
153 if (!devc->fullduplex || devc->bits != AFMT_S16_LE)
636 if (!devc->fullduplex)
662 if (!devc->fullduplex)
691 if (!devc->fullduplex || devc->bits == AFMT_S16_LE)
705 if (devc->fullduplex)
747 if (!devc->fullduplex || dev
[all...]
H A Dsb.h102 int fullduplex; member in struct:sb_devc
H A Dsb_common.c141 if (devc->intr_active && (!devc->fullduplex || (src & 0x01)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dns83820.c538 int speed, fullduplex, newlinkstate; local
550 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) &&
593 fullduplex = (cfg & CFG_DUPSTS);
595 if (fullduplex) {
629 fullduplex ? "full" : "half");
1149 int fullduplex = 0; local
1172 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
1176 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
1189 cmd->duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;
1212 int fullduplex local
[all...]
H A Dipg.c480 unsigned int fullduplex; local
494 fullduplex = 0;
525 fullduplex = 1;
531 if (fullduplex == 1) {
H A Dbcm63xx_enet.c661 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) argument
666 if (fullduplex)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/
H A Drme32.c60 * In the fullduplex mode (given by the module parameter), the hardware buffer
93 static int fullduplex[SNDRV_CARDS]; // = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable
101 module_param_array(fullduplex, bool, NULL, 0444);
102 MODULE_PARM_DESC(fullduplex, "Support full-duplex mode.");
1140 /* ack and pointer callbacks for fullduplex mode */
1252 /* for fullduplex mode */
1950 if (fullduplex[dev])

Completed in 216 milliseconds