/linux-6.12.1/include/uapi/linux/ |
D | scc.h | 62 KISS_DUPLEX_FULL, /* fullduplex, key down trx after transmission */ 63 KISS_DUPLEX_LINK, /* fullduplex, key down trx after 'idletime' sec */ 64 KISS_DUPLEX_OPTIMA /* fullduplex, let the protocol layer control the hw */ 90 CLK_DIVIDER, /* Rx = DPLL, Tx = divider (fullduplex with */ 92 CLK_BRG /* experimental fullduplex mode with DPLL/BRG for */
|
/linux-6.12.1/drivers/net/ethernet/natsemi/ |
D | ns83820.c | 604 int speed, fullduplex, newlinkstate; in phy_intr() local 618 if ( (fullduplex = (tanlpar & TANAR_FULL_DUP) && in phy_intr() 661 fullduplex = (cfg & CFG_DUPSTS); in phy_intr() 663 if (fullduplex) { in phy_intr() 697 fullduplex ? "full" : "half"); in phy_intr() 1210 int fullduplex = 0; local 1231 fullduplex = (cfg & CFG_DUPSTS) ? 1 : 0; 1254 cmd->base.duplex = fullduplex ? DUPLEX_FULL : DUPLEX_HALF; 1278 int fullduplex = 0; local 1287 fullduplex = (tanar & TANAR_FULL_DUP); [all …]
|
/linux-6.12.1/include/linux/ |
D | yam.h | 55 unsigned int holddly; /* PTT delay in FullDuplex 2 mode */
|
/linux-6.12.1/sound/pci/ |
D | rme32.c | 46 * In the fullduplex mode (given by the module parameter), the hardware buffer 78 static bool fullduplex[SNDRV_CARDS]; // = {[0 ... (SNDRV_CARDS - 1)] = 1}; variable 86 module_param_array(fullduplex, bool, NULL, 0444); 87 MODULE_PARM_DESC(fullduplex, "Support full-duplex mode."); 1108 /* ack and pointer callbacks for fullduplex mode */ 1212 /* for fullduplex mode */ 1873 if (fullduplex[dev]) in __snd_rme32_probe()
|
/linux-6.12.1/Documentation/devicetree/bindings/sound/ |
D | fsl,sai.yaml | 14 which provides a synchronous audio interface that supports fullduplex
|
/linux-6.12.1/drivers/net/hamradio/ |
D | Kconfig | 85 tristate "BAYCOM ser12 fullduplex driver for AX.25"
|
D | 6pack.c | 204 * In case of fullduplex or DAMA operation, we don't take care about the in sp_encaps()
|
D | baycom_ser_fdx.c | 5 * baycom_ser_fdx.c -- baycom ser12 fullduplex radio modem driver.
|
/linux-6.12.1/drivers/net/ethernet/dec/tulip/ |
D | media.c | 426 if (tp->full_duplex) new_csr6 |= FullDuplex; in tulip_check_duplex() 427 else new_csr6 &= ~FullDuplex; in tulip_check_duplex()
|
D | 21142.c | 127 tp->csr6 = 0x82420000 | (tp->sym_advertise & 0x0040 ? FullDuplex : 0); in t21142_start_nway()
|
D | de2104x.c | 204 FullDuplex = (1 << 9), enumerator 936 macmode |= FullDuplex; in de_set_media() 938 macmode &= ~FullDuplex; in de_set_media() 1516 if (dr32(MacMode) & FullDuplex) in __de_get_link_ksettings()
|
D | tulip.h | 164 FullDuplex = (1 << 9), enumerator
|
D | winbond-840.c | 709 /* remove fastether and fullduplex */ in update_link()
|
D | tulip_core.c | 1637 if ((options[board_idx] & FullDuplex) || full_duplex[board_idx] > 0) in tulip_init_one()
|
/linux-6.12.1/Documentation/networking/device_drivers/hamradio/ |
D | baycom.rst | 78 the driver supports the KISS (see below) fullduplex command. It then simply
|
D | z8530drv.rst | 515 1: Fullduplex mode, i.e. the transmitter will be keyed at 558 has same result as the fullduplex mode 1. This parameter
|
/linux-6.12.1/sound/usb/usx2y/ |
D | usbusx2y.c | 113 Version 0.0.2: midi works with snd-usb-midi, audio (only fullduplex now) with i.e. bristol.
|
/linux-6.12.1/drivers/net/ethernet/adaptec/ |
D | starfire.c | 360 PadEnable=0x04, FullDuplex=0x02, HugeFrame=0x01, enumerator 1659 new_tx_mode = np->tx_mode & ~FullDuplex; /* duplex setting */ in netdev_media_change() 1661 new_tx_mode |= FullDuplex; in netdev_media_change()
|
/linux-6.12.1/drivers/net/ethernet/ti/ |
D | cpsw.c | 578 /* Increase RX FIFO size to 5 for supporting fullduplex in cpsw_slave_open() 589 /* Increase RX FIFO size to 5 for supporting fullduplex in cpsw_slave_open()
|
D | cpsw_new.c | 733 /* Increase RX FIFO size to 5 for supporting fullduplex in cpsw_slave_open() 744 /* Increase RX FIFO size to 5 for supporting fullduplex in cpsw_slave_open()
|
/linux-6.12.1/drivers/net/ethernet/xircom/ |
D | xirc2ps_cs.c | 156 FullDuplex = 0x04, /* enable full duplex mode */ enumerator 1579 PutByte(XIRCREG1_ECR, GetByte(XIRCREG1_ECR | FullDuplex)); in do_reset()
|
/linux-6.12.1/drivers/net/ethernet/broadcom/ |
D | bcm63xx_enet.c | 749 static void bcm_enet_set_duplex(struct bcm_enet_priv *priv, int fullduplex) in bcm_enet_set_duplex() argument 754 if (fullduplex) in bcm_enet_set_duplex()
|
/linux-6.12.1/drivers/net/ethernet/via/ |
D | via-velocity.c | 912 * and enable it in fullduplex mode in velocity_set_media_mode() 1845 * halfduplex mode and enable it in fullduplex in velocity_error()
|
/linux-6.12.1/drivers/net/ethernet/microchip/ |
D | enc28j60.c | 655 priv->full_duplex ? "FullDuplex" : "HalfDuplex"); in enc28j60_hw_init()
|