/Linux-v4.19/Documentation/networking/ |
D | baycom.txt | 73 about DCD, i.e. it starts to send even if there's someone else on the channel. 104 the software DCD algorithm (see below). 111 hardware DCD, par96 implies software DCD). 117 Hardware DCD versus Software DCD 120 busy. This is the task of the DCD circuitry/software. The driver may either 121 utilise a software DCD algorithm (options=1) or use a DCD signal from 124 ser12: if software DCD is utilised, the radio's squelch should always be 125 open. It is highly recommended to use the software DCD algorithm, 129 par96: the software DCD algorithm for this type of modem is rather poor. 131 a reasonable DCD algorithm in software. Therefore, if your radio [all …]
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | am335x-baltos-ir3220.dts | 38 AM33XX_IOPAD(0x8e8, PIN_INPUT_PULLDOWN | MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */ 51 AM33XX_IOPAD(0x838, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad14.gpio1[14] DCD */
|
D | am335x-baltos-ir5221.dts | 46 AM33XX_IOPAD(0x8e8, PIN_INPUT_PULLDOWN | MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */ 59 AM33XX_IOPAD(0x838, PIN_INPUT_PULLDOWN | MUX_MODE7) /* gpmc_ad14.gpio1[14] DCD */
|
D | am335x-baltos-ir2110.dts | 32 AM33XX_IOPAD(0x8e8, PIN_INPUT_PULLDOWN | MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */
|
D | imx6ull-colibri.dtsi | 418 pinctrl_uart1_ctrl1: uart1-ctrl1-grp { /* Additional DTR, DCD */ 420 MX6UL_PAD_JTAG_TDI__GPIO1_IO13 0x1b0b1 /* DCD */
|
/Linux-v4.19/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
D | serial.txt | 14 CTS, RTS, DCD, DSR, DTR, and RI.
|
/Linux-v4.19/Documentation/devicetree/bindings/serial/ |
D | cirrus,clps711x-uart.txt | 11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
D | fsl-mxs-auart.txt | 25 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
|
D | serial.txt | 11 used as the UART's DCD line.
|
D | atmel-usart.txt | 17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.
|
D | snps-dw-apb-uart.txt | 27 - dcd-override : Override the DCD modem status signal. This signal will always
|
/Linux-v4.19/drivers/net/hamradio/ |
D | z8530.h | 176 #define DCD 0x8 /* DCD */ macro
|
D | dmascc.c | 1382 if (drr0 & DCD) { in es_isr() 1383 if (rr0 & DCD) { in es_isr() 1427 if (priv->rr0 & DCD) { in tm_isr() 1454 if (priv->rr0 & DCD) { in tm_isr()
|
D | scc.c | 466 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */ in scc_exint() 468 if(status & DCD) /* DCD is now ON */ in scc_exint() 864 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD)) in init_channel()
|
/Linux-v4.19/drivers/tty/serial/ |
D | zs.h | 232 #define DCD 0x8 /* DCD */ macro
|
D | ip22zilog.h | 212 #define DCD 0x8 /* DCD */ macro
|
D | sunzilog.h | 216 #define DCD 0x8 /* DCD */ macro
|
D | pmac_zilog.h | 307 #define DCD 0x8 /* DCD */ macro
|
D | ip22zilog.c | 346 if ((status ^ up->prev_status) ^ DCD) in ip22zilog_status_handle() 348 (status & DCD)); in ip22zilog_status_handle() 535 if (status & DCD) in ip22zilog_get_mctrl()
|
D | sunzilog.c | 444 if ((status ^ up->prev_status) ^ DCD) in sunzilog_status_handle() 446 (status & DCD)); in sunzilog_status_handle() 635 if (status & DCD) in sunzilog_get_mctrl()
|
D | pmac_zilog.c | 344 if ((status ^ uap->prev_status) & DCD) in pmz_status_handle() 346 (status & DCD)); in pmz_status_handle() 592 if (status & DCD) in pmz_get_mctrl()
|
/Linux-v4.19/Documentation/arm/SA1100/ |
D | Assabet | 251 Radio: TX, RX, CTS, DSR, DCD, RI 253 COM: TX, RX, CTS, DSR, DCD, RTS, DTR, PM 291 COM1,2: TX, RX, CTS, DSR, DCD, RTS, DTR
|
/Linux-v4.19/drivers/net/wan/ |
D | z85230.h | 199 #define DCD 0x8 /* DCD */ macro
|
D | z85230.c | 1249 dev->chanA.dcdcheck=DCD; in do_z8530_init() 1250 dev->chanB.dcdcheck=DCD; in do_z8530_init()
|
/Linux-v4.19/drivers/tty/ |
D | nozomi.c | 244 unsigned int DCD:1; member 301 unsigned int DCD:1; member 965 if (old_ctrl.DCD != ctrl_dl.DCD) in receive_flow_control() 1691 | (ctrl_dl->DCD ? TIOCM_CAR : 0) in ntty_tiocmget()
|