Searched refs:fullduplex (Results 1 - 14 of 14) sorted by relevance
/linux-4.1.27/include/uapi/linux/ |
H A D | scc.h | 60 KISS_DUPLEX_FULL, /* fullduplex, key down trx after transmission */ 61 KISS_DUPLEX_LINK, /* fullduplex, key down trx after 'idletime' sec */ 62 KISS_DUPLEX_OPTIMA /* fullduplex, let the protocol layer control the hw */ 88 CLK_DIVIDER, /* Rx = DPLL, Tx = divider (fullduplex with */ 90 CLK_BRG /* experimental fullduplex mode with DPLL/BRG for */
|
/linux-4.1.27/sound/oss/ |
H A D | sb_audio.c | 68 devc->fullduplex = devc->duplex && sb_audio_open() 101 /* fix things if mmap turned off fullduplex */ sb_audio_close() 103 && !devc->fullduplex sb_audio_close() 133 if (!devc->fullduplex || devc->bits == AFMT_S16_LE) sb_set_output_parms() 153 if (!devc->fullduplex || devc->bits != AFMT_S16_LE) sb_set_input_parms() 639 if (!devc->fullduplex) sb16_audio_prepare_for_input() 665 if (!devc->fullduplex) sb16_audio_prepare_for_output() 694 if (!devc->fullduplex || devc->bits == AFMT_S16_LE) sb16_audio_output_block() 708 if (devc->fullduplex) sb16_audio_output_block() 750 if (!devc->fullduplex || devc->bits != AFMT_S16_LE) sb16_audio_start_input() 854 if (!devc->fullduplex) sb16_copy_from_user() 929 devc->fullduplex = 0; sb16_audio_mmap()
|
H A D | sb.h | 102 int fullduplex; member in struct:sb_devc
|
H A D | sb_common.c | 141 if (devc->intr_active && (!devc->fullduplex || (src & 0x01))) sb_intr()
|
/linux-4.1.27/drivers/net/ethernet/natsemi/ |
H A D | ns83820.c | 618 int speed, fullduplex, newlinkstate; phy_intr() local 630 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) && phy_intr() 673 fullduplex = (cfg & CFG_DUPSTS); phy_intr() 675 if (fullduplex) { phy_intr() 709 fullduplex ? "full" : "half"); phy_intr() 1225 int fullduplex = 0; ns83820_get_settings() local 1245 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0; ns83820_get_settings() 1265 cmd->duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF; ns83820_get_settings() 1289 int fullduplex = 0; ns83820_set_settings() local 1298 fullduplex = (tanar & TANAR_FULL_DUP); ns83820_set_settings() 1302 fullduplex = cfg & CFG_DUPSTS; ns83820_set_settings() 1309 if (cmd->duplex != fullduplex) { ns83820_set_settings()
|
/linux-4.1.27/sound/pci/ |
H A D | rme32.c | 60 * In the fullduplex mode (given by the module parameter), the hardware buffer 92 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."); 1139 /* ack and pointer callbacks for fullduplex mode */ snd_rme32_pb_trans_copy() 1251 /* for fullduplex mode */ 1935 if (fullduplex[dev]) snd_rme32_probe()
|
/linux-4.1.27/drivers/net/ethernet/icplus/ |
H A D | ipg.c | 475 unsigned int fullduplex; ipg_config_autoneg() local 493 fullduplex = 0; ipg_config_autoneg() 524 fullduplex = 1; ipg_config_autoneg() 530 if (fullduplex == 1) { ipg_config_autoneg()
|
/linux-4.1.27/sound/usb/usx2y/ |
H A D | usbusx2y.c | 113 Version 0.0.2: midi works with snd-usb-midi, audio (only fullduplex now) with i.e. bristol.
|
/linux-4.1.27/drivers/net/hamradio/ |
H A D | baycom_ser_fdx.c | 4 * baycom_ser_fdx.c -- baycom ser12 fullduplex radio modem driver.
|
H A D | 6pack.c | 214 * In case of fullduplex or DAMA operation, we don't take care about the sp_encaps()
|
/linux-4.1.27/drivers/net/ethernet/broadcom/ |
H A D | bcm63xx_enet.c | 745 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) bcm_enet_set_duplex() argument 750 if (fullduplex) bcm_enet_set_duplex()
|
/linux-4.1.27/drivers/net/ethernet/via/ |
H A D | via-velocity.c | 930 * and enable it in fullduplex mode velocity_set_media_mode() 1847 * halfduplex mode and enable it in fullduplex velocity_error()
|
/linux-4.1.27/drivers/net/ethernet/dec/tulip/ |
H A D | winbond-840.c | 723 /* remove fastether and fullduplex */ update_link()
|
/linux-4.1.27/drivers/staging/slicoss/ |
H A D | slicoss.c | 635 /* enable fullduplex */ slic_mac_config()
|
Completed in 536 milliseconds