Home
last modified time | relevance | path

Searched full:dcd (Results 1 – 25 of 109) sorted by relevance

12345

/linux/Documentation/ABI/testing/
H A Dsysfs-class-led-trigger-tty44 What: /sys/class/leds/<tty_led>/dcd
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/arch/m68k/include/asm/
H A Dnettel.h30 * NETtel/5307 based hardware first. DTR/DCD lines are wired to
47 * PPIO bits used for DTR/DCD.
76 * NETtel/5272 based hardware. DTR/DCD lines are wired to GPB lines.
79 #define MCFPP_DCD1 0x0000 /* Port 1 no DCD support */
86 * PPIO bits used for DTR/DCD.
/linux/arch/arm/boot/dts/ti/omap/
H A Dam335x-netcom-plus-2xx.dts29 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 */
62 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
73 dcd-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
H A 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 */
67 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
78 dcd-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
H A 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 */
75 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
86 dcd-gpios = <&gpio1 14 GPIO_ACTIVE_LOW>;
H A Dam335x-baltos-ir2110.dts29 …M33XX_PADCONF(AM335X_PIN_LCD_PCLK, PIN_INPUT_PULLDOWN, MUX_MODE7) /* lcd_pclk.gpio2[24] DCD */
46 dcd-gpios = <&gpio2 24 GPIO_ACTIVE_LOW>;
/linux/Documentation/devicetree/bindings/net/
H A Dintel,ixp4xx-hss.yaml94 dcd-gpios:
96 description: Data Carrier Detect (DCD) GPIO line
119 - dcd-gpios
/linux/drivers/media/rc/
H A Dserial_ir.c323 int counter, dcd; in serial_ir_irq_handler() local
354 dcd = (status & hardware[type].signal_pin) ? 1 : 0; in serial_ir_irq_handler()
356 if (dcd == last_dcd) { in serial_ir_irq_handler()
359 dcd, sense, ktime_to_ns(kt), in serial_ir_irq_handler()
367 if (!(dcd ^ sense)) { in serial_ir_irq_handler()
370 "dcd unexpected: %d %d %lldns %lldns\n", in serial_ir_irq_handler()
371 dcd, sense, ktime_to_ns(kt), in serial_ir_irq_handler()
382 frbwrite(data, !(dcd ^ sense)); in serial_ir_irq_handler()
384 last_dcd = dcd; in serial_ir_irq_handler()
/linux/arch/sh/include/mach-common/mach/
H A Dsecureedge5410.h23 * D0 DCD on ttySC1 power
27 * D4 ttySC0 DCD (7100) CONSOLE
/linux/arch/arm/mach-sa1100/
H A Dh3xxx.c109 PWER |= PWER_GPIO23 | PWER_GPIO25; /* DCD and CTS */ in h3xxx_uart_set_wake()
111 PWER &= ~(PWER_GPIO23 | PWER_GPIO25); /* DCD and CTS */ in h3xxx_uart_set_wake()
125 GPIO_LOOKUP("gpio", H3XXX_GPIO_COM_DCD, "dcd", GPIO_ACTIVE_LOW),
/linux/include/linux/
H A Dhdlc.h22 void (*start)(struct net_device *dev); /* if open & DCD */
23 void (*stop)(struct net_device *dev); /* if open & !DCD */
H A Dserial.h41 __u32 cts, dsr, rng, dcd, tx, rx; member
/linux/drivers/net/wan/
H A Dhd64570.h221 #define ST1_CDCD 0x04 /* DCD level changed */
224 #define ST3_DCD 0x04 /* modem input - /DCD */
229 #define IE1_CDCD 0x04 /* DCD level changed */
/linux/include/linux/amba/
H A Dserial.h183 #define UART011_DCDMIM BIT(2) /* DCD interrupt mask */
195 #define UART011_DCDMIS BIT(2) /* DCD interrupt status */
207 #define UART011_DCDMIC BIT(2) /* DCD interrupt clear */
/linux/Documentation/arch/arm/sa1100/
H A 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/include/uapi/linux/
H A Dserial.h101 * Four lines can interrupt: CTS, DSR, RI, DCD
104 int cts, dsr, rng, dcd; member
/linux/drivers/mmc/core/
H A Dsdio_uart.c55 __u32 dcd; member
461 port->icount.dcd++; in sdio_uart_check_modem_status()
462 /* DCD raise - wake for open */ in sdio_uart_check_modem_status()
466 /* DCD drop - hang up if tty attached */ in sdio_uart_check_modem_status()
978 if (port->icount.dcd) in sdio_uart_proc_show()
979 seq_printf(m, " dcd:%d", in sdio_uart_proc_show()
980 port->icount.dcd); in sdio_uart_proc_show()
/linux/drivers/usb/serial/
H A Dkeyspan_usa90msg.h158 dcd, // reports DCD pin member
H A Dgeneric.c518 ((arg & TIOCM_CD) && (cnow.dcd != cprev->dcd)) || in usb_serial_generic_msr_changed()
560 icount->dcd = cnow.dcd; in usb_serial_generic_get_icount()
/linux/drivers/tty/
H A Dnozomi.c224 unsigned int DCD:1; member
281 unsigned int DCD:1; member
931 if (old_ctrl.DCD != ctrl_dl.DCD) in receive_flow_control()
932 dc->port[port].tty_icount.dcd++; in receive_flow_control()
936 DBG1("port: %d DCD(%d), CTS(%d), RI(%d), DSR(%d)", in receive_flow_control()
938 dc->port[port].tty_icount.dcd, dc->port[port].tty_icount.cts, in receive_flow_control()
1646 | (ctrl_dl->DCD ? TIOCM_CAR : 0) in ntty_tiocmget()
1682 || ((flags & TIOCM_CD) && (cnow.dcd != cprev->dcd)) in ntty_cflags_changed()
1699 icount->dcd = cnow.dcd; in ntty_tiocgicount()
/linux/drivers/tty/serial/
H A Dip22zilog.h201 #define DCDIE 8 /* DCD IE */
212 #define DCD 0x8 /* DCD */ macro
H A Dzs.h220 #define DCDIE 8 /* DCD IE */
231 #define DCD 0x8 /* DCD */
232 #define DCD 0x8 /* DCD global() macro
H A Dsunzilog.h205 #define DCDIE 8 /* DCD IE */
216 #define DCD 0x8 /* DCD */ macro
/linux/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dserial.txt14 CTS, RTS, DCD, DSR, DTR, and RI.
/linux/arch/arm/boot/dts/intel/ixp/
H A Dintel-ixp42x-goramo-multilink.dts130 dcd-gpios = <&gpio0 6 GPIO_ACTIVE_LOW>;
145 dcd-gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;

12345