/linux/Documentation/networking/device_drivers/hamradio/ |
H A D | baycom.rst | 80 about DCD, i.e. it starts to send even if there's someone else on the channel. 114 to use the software DCD algorithm (see below):: 121 hardware DCD, par96 implies software DCD). 127 Hardware DCD versus Software DCD 131 busy. This is the task of the DCD circuitry/software. The driver may either 132 utilise a software DCD algorithm (options=1) or use a DCD signal from 136 ser12 if software DCD i [all...] |
/linux/Documentation/ABI/testing/ |
H A D | sysfs-class-led-trigger-tty | 48 DCD = Data Carrier Detect 51 If set to 0 (default), the LED will not evaluate CAR (DCD). 52 If set to 1, the LED will evaluate CAR (DCD).
|
/linux/Documentation/driver-api/cxl/devices/ |
H A D | device-types.rst | 150 As of v6.14, Linux does not provide a formalized interface to manage non-DCD 153 Dynamic Capacity Device (DCD) 157 of memory capacity. The basic premise of a DCD to provide an allocator-like 161 A DCD manages "Memory Extents", which may be volatile or persistent. Extents 164 As of v6.14, Linux does not provide a formalized interface to manage DCD
|
/linux/arch/arm/boot/dts/ti/omap/ |
H A D | am335x-netcom-plus-2xx.dts | 29 AM33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* DCD */ 42 AM33XX_PADCONF(AM335X_PIN_GPMC_AD14, PIN_INPUT_PULLDOWN, MUX_MODE7) /* DCD */
|
H A D | am335x-baltos-ir5221.dts | 43 AM33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */ 56 AM33XX_PADCONF(AM335X_PIN_GPMC_AD14, PIN_INPUT_PULLDOWN, MUX_MODE7) /* gpmc_ad14.gpio1[14] DCD */
|
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/ |
H A D | serial.txt | 14 CTS, RTS, DCD, DSR, DTR, and RI.
|
/linux/drivers/net/hamradio/ |
H A D | z8530.h | 165 #define DCDIE 8 /* DCD IE */ 176 #define DCD 0x8 /* DCD */ macro
|
H A D | scc.c | 366 /* DCD/CTS and Rx/Tx errors */ 443 /* ABORT: generated whenever DCD drops while receiving */ in scc_exint() 448 /* HUNT: software DCD; on = waiting for SYNC, off = receiving frame */ in scc_exint() 465 /* DCD: on = start to receive packet, off = ABORT condition */ in scc_exint() 468 if((changes & DCD) && !scc->kiss.softdcd) /* DCD input changed state */ in scc_exint() 470 if(status & DCD) /* DCD is now ON */ in scc_exint() 474 } else { /* DCD is now OFF */ in scc_exint() 866 if(scc->kiss.softdcd || (InReg(scc->ctrl,R0) & DCD)) in init_channel() [all...] |
/linux/drivers/tty/serial/ |
H A D | zs.h | 221 #define DCDIE 8 /* DCD IE */ 232 #define DCD 0x8 /* DCD */ macro
|
H A D | sunzilog.h | 205 #define DCDIE 8 /* DCD IE */ 216 #define DCD 0x8 /* DCD */ macro
|
H A D | ip22zilog.h | 201 #define DCDIE 8 /* DCD IE */ 212 #define DCD 0x8 /* DCD */ macro
|
H A D | pmac_zilog.h | 286 #define DCDIE 8 /* DCD IE */ 297 #define DCD 0x8 /* DCD */ macro
|
H A D | sunzilog.c | 436 /* The Zilog just gives us an interrupt when DCD/CTS/etc. change. in sunzilog_status_handle() 440 if ((status ^ up->prev_status) ^ DCD) in sunzilog_status_handle() 442 (status & DCD)); in sunzilog_status_handle() 630 if (status & DCD) in sunzilog_get_mctrl()
|
H A D | zs.c | 31 * 8 CD -> ~B.DCD 36 * 22 RI -> ~A.DCD 328 ((status_b & DCD) ? TIOCM_CAR : 0) | in zs_raw_get_ab_mctrl() 329 ((status_a & DCD) ? TIOCM_RNG : 0) | in zs_raw_get_ab_mctrl() 463 /* A-side DCD tracks RI and SYNC tracks DSR. */ in zs_stop_rx() 471 /* This-side DCD tracks DCD and CTS tracks CTS. */ in zs_stop_rx() 475 /* DCD tracks RI and SYNC tracks DSR for the B side. */ in zs_stop_rx() 500 /* A-side DCD tracks RI and SYNC tracks DSR. */ in zs_enable_ms() 504 /* This-side DCD track in zs_enable_ms() [all...] |
/linux/arch/arm/boot/dts/nxp/imx/ |
H A D | imx6dl-eckelmann-ci4x10.dts | 239 MX6QDL_PAD_EIM_D23__GPIO3_IO23 0x0001b010 /* DCD */ 251 MX6QDL_PAD_NANDF_D1__GPIO2_IO01 0x0001b010 /* DCD */
|
H A D | imx6ull-colibri.dtsi | 610 pinctrl_uart1_ctrl1: uart1ctrl1grp { /* Additional DTR, DCD */ 612 MX6UL_PAD_JTAG_TDI__GPIO1_IO13 0x70a0 /* SODIMM 31 / DCD */
|
H A D | imx7-colibri.dtsi | 953 MX7D_PAD_SD2_DATA1__GPIO5_IO15 0x14 /* SODIMM 31 / DCD */
|
H A D | imx6qdl-apalis.dtsi | 1258 /* Additional DTR, DSR, DCD */
|
H A D | imx6qdl-colibri.dtsi | 1057 /* Additional DTR, DSR, DCD */
|
/linux/Documentation/arch/arm/sa1100/ |
H A D | assabet.rst | 253 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/drivers/tty/ |
H A D | nozomi.c | 224 unsigned int DCD:1; member 281 unsigned int DCD:1; member 931 if (old_ctrl.DCD != ctrl_dl.DCD) in receive_flow_control() 936 DBG1("port: %d DCD(%d), CTS(%d), RI(%d), DSR(%d)", in receive_flow_control() 1646 | (ctrl_dl->DCD ? TIOCM_CAR : 0) in ntty_tiocmget()
|
/linux/Documentation/driver-api/cxl/ |
H A D | maturity-map.rst | 151 * [0] Dynamic Capacity Device (DCD) Support
|
/linux/arch/arm/boot/dts/gemini/ |
H A D | gemini-dlink-dir-685.dts | 35 /* Collides with LPC_LAD[0], UART DCD, SSP 97RST */
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mm-venice-gw7902.dts | 994 MX8MM_IOMUXC_SAI1_RXD4_GPIO4_IO6 0x140 /* DCD */
|
/linux/arch/arm/boot/dts/nvidia/ |
H A D | tegra124-apalis-v1.2.dtsi | 587 pb1 { /* DCD GPIO */
|