Home
last modified time | relevance | path

Searched refs:DCD (Results 1 – 25 of 37) sorted by relevance

12

/Linux-v5.4/Documentation/networking/
Dbaycom.txt73 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-v5.4/arch/arm/boot/dts/
Dam335x-baltos-ir3220.dts35 …M33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */
48 …3XX_PADCONF(AM335X_PIN_GPMC_AD14, PIN_INPUT_PULLDOWN, MUX_MODE7) /* gpmc_ad14.gpio1[14] DCD */
Dam335x-baltos-ir5221.dts43 …M33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */
56 …3XX_PADCONF(AM335X_PIN_GPMC_AD14, PIN_INPUT_PULLDOWN, MUX_MODE7) /* gpmc_ad14.gpio1[14] DCD */
Dam335x-baltos-ir2110.dts29 …M33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */
Dimx6dl-eckelmann-ci4x10.dts231 MX6QDL_PAD_EIM_D23__GPIO3_IO23 0x0001b010 /* DCD */
243 MX6QDL_PAD_NANDF_D1__GPIO2_IO01 0x0001b010 /* DCD */
Dimx6ull-colibri.dtsi418 pinctrl_uart1_ctrl1: uart1-ctrl1-grp { /* Additional DTR, DCD */
420 MX6UL_PAD_JTAG_TDI__GPIO1_IO13 0x1b0b1 /* DCD */
/Linux-v5.4/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
Dserial.txt14 CTS, RTS, DCD, DSR, DTR, and RI.
/Linux-v5.4/Documentation/devicetree/bindings/serial/
Dcirrus,clps711x-uart.txt11 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
Dfsl-mxs-auart.txt25 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
Dserial.txt11 used as the UART's DCD line.
D8250.txt56 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD
/Linux-v5.4/drivers/net/hamradio/
Dz8530.h176 #define DCD 0x8 /* DCD */ macro
Ddmascc.c1369 if (drr0 & DCD) { in es_isr()
1370 if (rr0 & DCD) { in es_isr()
1414 if (priv->rr0 & DCD) { in tm_isr()
1441 if (priv->rr0 & DCD) { in tm_isr()
/Linux-v5.4/drivers/tty/serial/
Dzs.h232 #define DCD 0x8 /* DCD */ macro
Dsunzilog.h216 #define DCD 0x8 /* DCD */ macro
Dip22zilog.h212 #define DCD 0x8 /* DCD */ macro
Dpmac_zilog.h307 #define DCD 0x8 /* DCD */ macro
Dip22zilog.c346 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()
Dsunzilog.c444 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()
Dpmac_zilog.c342 if ((status ^ uap->prev_status) & DCD) in pmz_status_handle()
344 (status & DCD)); in pmz_status_handle()
590 if (status & DCD) in pmz_get_mctrl()
/Linux-v5.4/Documentation/arm/sa1100/
Dassabet.rst253 Radio: TX, RX, CTS, DSR, DCD, RI
255 - COM: TX, RX, CTS, DSR, DCD, RTS, DTR, PM
294 - COM1,2: TX, RX, CTS, DSR, DCD, RTS, DTR
/Linux-v5.4/drivers/net/wan/
Dz85230.h199 #define DCD 0x8 /* DCD */ macro
Dz85230.c1246 dev->chanA.dcdcheck=DCD; in do_z8530_init()
1247 dev->chanB.dcdcheck=DCD; in do_z8530_init()
/Linux-v5.4/drivers/tty/
Dnozomi.c244 unsigned int DCD:1; member
301 unsigned int DCD:1; member
965 if (old_ctrl.DCD != ctrl_dl.DCD) in receive_flow_control()
1683 | (ctrl_dl->DCD ? TIOCM_CAR : 0) in ntty_tiocmget()
/Linux-v5.4/Documentation/devicetree/bindings/mfd/
Datmel-usart.txt35 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively.

12