Home
last modified time | relevance | path

Searched refs:fullduplex (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/sound/oss/
Dsb_audio.c68 devc->fullduplex = devc->duplex && in sb_audio_open()
103 && !devc->fullduplex in sb_audio_close()
129 if (!devc->fullduplex || devc->bits == AFMT_S16_LE) in sb_set_output_parms()
149 if (!devc->fullduplex || devc->bits != AFMT_S16_LE) in sb_set_input_parms()
635 if (!devc->fullduplex) in sb16_audio_prepare_for_input()
661 if (!devc->fullduplex) in sb16_audio_prepare_for_output()
690 if (!devc->fullduplex || devc->bits == AFMT_S16_LE) in sb16_audio_output_block()
704 if (devc->fullduplex) in sb16_audio_output_block()
746 if (!devc->fullduplex || devc->bits != AFMT_S16_LE) in sb16_audio_start_input()
850 if (!devc->fullduplex) in sb16_copy_from_user()
[all …]
Dsb.h102 int fullduplex; member
Dsb_common.c141 if (devc->intr_active && (!devc->fullduplex || (src & 0x01))) in sb_intr()
/linux-4.4.14/drivers/net/ethernet/natsemi/
Dns83820.c618 int speed, fullduplex, newlinkstate; in phy_intr() local
630 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) && in phy_intr()
673 fullduplex = (cfg & CFG_DUPSTS); in phy_intr()
675 if (fullduplex) { in phy_intr()
709 fullduplex ? "full" : "half"); in phy_intr()
1225 int fullduplex = 0; local
1245 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0;
1265 cmd->duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF;
1289 int fullduplex = 0; local
1298 fullduplex = (tanar & TANAR_FULL_DUP);
[all …]
/linux-4.4.14/Documentation/
Dhsi.txt6 High Speed Syncronous Interface (HSI) is a fullduplex, low latency protocol,
/linux-4.4.14/Documentation/devicetree/bindings/sound/
Dfsl-sai.txt4 which provides a synchronous audio interface that supports fullduplex
/linux-4.4.14/sound/pci/
Drme32.c92 static bool fullduplex[SNDRV_CARDS]; // = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable
100 module_param_array(fullduplex, bool, NULL, 0444);
101 MODULE_PARM_DESC(fullduplex, "Support full-duplex mode.");
1935 if (fullduplex[dev]) in snd_rme32_probe()
/linux-4.4.14/Documentation/networking/
Dbaycom.txt71 the driver supports the KISS (see below) fullduplex command. It then simply
Dz8530drv.txt537 has same result as the fullduplex mode 1. This parameter
/linux-4.4.14/drivers/net/hamradio/
DKconfig115 tristate "BAYCOM ser12 fullduplex driver for AX.25"
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dbcm63xx_enet.c745 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) in bcm_enet_set_duplex() argument
750 if (fullduplex) in bcm_enet_set_duplex()