| /kernel/linux/linux-5.10/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 */
|
| /kernel/linux/linux-6.6/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 */
|
| /kernel/linux/linux-5.10/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 …]
|
| /kernel/linux/linux-6.6/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 …]
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | fsl-sai.txt | 4 which provides a synchronous audio interface that supports fullduplex
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | yam.h | 55 unsigned int holddly; /* PTT delay in FullDuplex 2 mode */
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | yam.h | 55 unsigned int holddly; /* PTT delay in FullDuplex 2 mode */
|
| /kernel/linux/linux-5.10/Documentation/driver-api/ |
| D | hsi.rst | 7 High Speed Syncronous Interface (HSI) is a fullduplex, low latency protocol,
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-5.10/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."); 1119 /* ack and pointer callbacks for fullduplex mode */ 1227 /* for fullduplex mode */ 1902 if (fullduplex[dev]) in snd_rme32_probe()
|
| /kernel/linux/linux-6.6/drivers/net/hamradio/ |
| D | Kconfig | 85 tristate "BAYCOM ser12 fullduplex driver for AX.25"
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | fsl,sai.yaml | 14 which provides a synchronous audio interface that supports fullduplex
|
| /kernel/linux/linux-5.10/drivers/net/hamradio/ |
| D | Kconfig | 118 tristate "BAYCOM ser12 fullduplex driver for AX.25"
|
| /kernel/linux/linux-5.10/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()
|
| /kernel/linux/linux-6.6/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()
|
| /kernel/linux/linux-6.6/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
|
| /kernel/linux/linux-5.10/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
|
| /kernel/linux/linux-6.6/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.
|
| /kernel/linux/linux-5.10/sound/usb/usx2y/ |
| D | usbusx2y.c | 114 Version 0.0.2: midi works with snd-usb-midi, audio (only fullduplex now) with i.e. bristol.
|