/linux-4.1.27/include/linux/ |
D | hdlcdrv.h | 113 unsigned char dcd; member 250 static inline void hdlcdrv_setdcd(struct hdlcdrv_state *s, int dcd) in hdlcdrv_setdcd() argument 252 s->hdlcrx.dcd = !!dcd; in hdlcdrv_setdcd()
|
D | serial.h | 21 __u32 cts, dsr, rng, dcd, tx, rx; member
|
D | scc.h | 67 unsigned char dcd; /* DCD status */ member
|
D | cyclades.h | 104 __u32 cts, dsr, rng, dcd, tx, rx; member
|
D | serial_core.h | 104 __u32 dcd; member
|
/linux-4.1.27/include/uapi/linux/ |
D | hdlcdrv.h | 36 int dcd; member 42 int dcd; member
|
D | serial.h | 101 int cts, dsr, rng, dcd; member
|
D | synclink.h | 213 __u32 cts, dsr, rng, dcd, tx, rx; member
|
/linux-4.1.27/drivers/staging/media/lirc/ |
D | lirc_serial.c | 610 int counter, dcd; in lirc_irq_handler() local 658 dcd = (status & hardware[type].signal_pin) ? 1 : 0; in lirc_irq_handler() 660 if (dcd == last_dcd) { in lirc_irq_handler() 662 dcd, sense, in lirc_irq_handler() 675 dcd, sense, in lirc_irq_handler() 682 if (!(dcd^sense)) { in lirc_irq_handler() 685 dcd, sense, in lirc_irq_handler() 699 frbwrite(dcd^sense ? data : (data|PULSE_BIT)); in lirc_irq_handler() 701 last_dcd = dcd; in lirc_irq_handler()
|
/linux-4.1.27/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 30 dcd-gpios = <&sysgpio 2 GPIO_ACTIVE_LOW>;
|
D | fsl-mxs-auart.txt | 17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD 31 dcd-gpios = <&gpio1 17 GPIO_ACTIVE_LOW>;
|
D | atmel-usart.txt | 17 - {rts,cts,dtr,dsr,rng,dcd}-gpios: specify a GPIO for RTS/CTS/DTR/DSR/RI/DCD line respectively. 44 dcd-gpios = <&pioD 20 GPIO_ACTIVE_LOW>;
|
D | snps-dw-apb-uart.txt | 24 - dcd-override : Override the DCD modem status signal. This signal will always 46 dcd-override;
|
/linux-4.1.27/drivers/usb/serial/ |
D | keyspan_usa28msg.h | 152 dcd, member
|
D | keyspan_usa49msg.h | 242 dcd, // reports DCD pin member
|
D | keyspan_usa90msg.h | 157 dcd, // reports DCD pin member
|
D | generic.c | 485 ((arg & TIOCM_CD) && (cnow.dcd != cprev->dcd)) || in usb_serial_generic_msr_changed() 527 icount->dcd = cnow.dcd; in usb_serial_generic_get_icount()
|
D | ssu100.c | 457 port->icount.dcd++; in ssu100_update_msr()
|
D | ch341.c | 468 port->icount.dcd++; in ch341_update_line_status()
|
D | f81232.c | 164 port->icount.dcd++; in f81232_read_msr()
|
D | ark3116.c | 529 port->icount.dcd++; in ark3116_update_msr()
|
D | mct_u232.c | 347 icount->dcd++; in mct_u232_msr_to_icount()
|
D | keyspan.c | 539 p_priv->dcd_state = ((msg->dcd) ? 1 : 0); in usa28_instat_callback() 621 p_priv->dcd_state = ((msg->dcd) ? 1 : 0); in usa49_instat_callback() 871 p_priv->dcd_state = ((msg->dcd) ? 1 : 0); in usa90_instat_callback()
|
D | oti6858.c | 711 port->icount.dcd++; in oti6858_read_int_callback()
|
D | quatech2.c | 890 port->icount.dcd++; in qt2_update_msr()
|
D | pl2303.c | 828 port->icount.dcd++; in pl2303_update_line_status()
|
D | cypress_m8.c | 1156 port->icount.dcd++; in cypress_read_int_callback()
|
D | mxuport.c | 401 port->icount.dcd++; in mxuport_msr_event()
|
D | ti_usb_3410_5052.c | 1283 icount->dcd++; in ti_handle_new_msr()
|
D | mos7840.c | 408 icount->dcd++; in mos7840_handle_new_msr()
|
D | io_ti.c | 1447 icount->dcd++; in handle_new_msr()
|
D | io_edgeport.c | 1956 icount->dcd++; in handle_new_msr()
|
D | ftdi_sio.c | 2057 port->icount.dcd++; in ftdi_process_packet()
|
/linux-4.1.27/drivers/staging/dgnc/ |
D | digi.h | 159 int dcd; member
|
D | dgnc_mgmt.c | 218 ni.dcd = TIOCM_CD; in dgnc_mgmt_ioctl()
|
/linux-4.1.27/drivers/tty/ |
D | moxa.c | 125 int dcd; member 368 tmp.dcd = 1; in moxa_ioctl() 1153 int dcd; in moxa_carrier_raised() local 1156 dcd = ch->DCDState; in moxa_carrier_raised() 1158 return dcd; in moxa_carrier_raised() 1362 static void moxa_new_dcdstate(struct moxa_port *p, u8 dcd) in moxa_new_dcdstate() argument 1365 dcd = !!dcd; in moxa_new_dcdstate() 1368 if (dcd != p->DCDState) { in moxa_new_dcdstate() 1369 p->DCDState = dcd; in moxa_new_dcdstate() 1371 if (!dcd) in moxa_new_dcdstate()
|
D | amiserial.c | 395 icount->dcd++; in check_modem_status() 1232 icount->dcd = cnow.dcd; in rs_get_icount() 1299 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in rs_ioctl() 1305 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) || in rs_ioctl() 1721 state->icount.rng = state->icount.dcd = 0; in amiga_serial_probe()
|
D | nozomi.c | 1000 dc->port[port].tty_icount.dcd++; in receive_flow_control() 1006 dc->port[port].tty_icount.dcd, dc->port[port].tty_icount.cts, in receive_flow_control() 1761 ((flags & TIOCM_CD) && (cnow.dcd != cprev->dcd)) || in ntty_cflags_changed() 1778 icount->dcd = cnow.dcd; in ntty_tiocgicount()
|
D | mxser.c | 283 int dcd; member 822 port->icount.dcd++; in mxser_check_modem_status() 1536 ms.dcd = 1; in mxser_ioctl_special() 1581 ip->icount.dcd++; in mxser_ioctl_special() 1655 ((arg & TIOCM_CD) && (cnow.dcd != cprev->dcd)) || in mxser_cflags_changed() 1846 icount->dcd = cnow.dcd; in mxser_get_icount()
|
D | cyclades.c | 706 info->icount.dcd++; in cyy_chip_modem() 1120 info->icount.dcd++; in cyz_handle_cmd() 1123 u32 dcd = fw_ver > 241 ? param : in cyz_handle_cmd() local 1125 if (dcd & C_RS_DCD) in cyz_handle_cmd() 2630 ((arg & TIOCM_CD) && (cnow.dcd != cprev->dcd)) || in cy_cflags_changed() 2780 sic->dcd = cnow.dcd; in cy_get_icount()
|
D | synclink.c | 1316 icount->dcd++; in mgsl_isr_io_pin() 2817 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in modem_input_wait() 2825 (arg & TIOCM_CD && cnow.dcd != cprev.dcd) || in modem_input_wait() 2940 icount->dcd = cnow.dcd; in msgl_get_icount() 3271 int dcd; in block_til_ready() local 3318 dcd = tty_port_carrier_raised(&info->port); in block_til_ready() 3320 if (!(port->flags & ASYNC_CLOSING) && (do_clocal || dcd)) in block_til_ready()
|
D | synclink_gt.c | 1127 icount->dcd = cnow.dcd; in get_icount() 2080 info->icount.dcd++; in dcd_change() 3166 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in modem_input_wait() 3174 (arg & TIOCM_CD && cnow.dcd != cprev.dcd) || in modem_input_wait()
|
D | synclinkmp.c | 1335 icount->dcd = cnow.dcd; in get_icount() 2448 icount->dcd++; in isr_io_pin() 3183 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in modem_input_wait() 3191 (arg & TIOCM_CD && cnow.dcd != cprev.dcd) || in modem_input_wait()
|
/linux-4.1.27/drivers/net/hamradio/ |
D | hdlcdrv.c | 385 if (s->hdlcrx.dcd) { in hdlcdrv_arbitrate() 560 bi.data.cs.dcd = s->hdlcrx.dcd; in hdlcdrv_ioctl() 570 bi.data.ocs.dcd = s->hdlcrx.dcd; in hdlcdrv_ioctl()
|
D | scc.c | 451 scc->dcd = 0; in scc_exint() 456 scc->dcd = 1; in scc_exint() 459 scc_notify(scc, scc->dcd? HWEV_DCD_OFF:HWEV_DCD_ON); in scc_exint() 470 scc->dcd = 1; in scc_exint() 474 scc->dcd = 0; in scc_exint() 477 scc_notify(scc, scc->dcd? HWEV_DCD_ON:HWEV_DCD_OFF); in scc_exint() 1109 if ( (grp1 & RXGROUP) && scc2->dcd ) in is_grouped() 1143 if (scc->dcd || (scc->kiss.persist) < Rand || (scc->kiss.group && is_grouped(scc)) ) in t_dwait() 1358 scc_notify(scc, scc->dcd? HWEV_DCD_ON:HWEV_DCD_OFF); in scc_set_param()
|
D | yam.c | 144 int dcd; member 545 if (yp->dcd && yp->rx_len >= 3 && yp->rx_len < YAM_MAX_FRAME) { in yam_rx_flag() 632 if (yp->dcd) { in yam_arbitrate() 769 yp->dcd = (msr & RX_DCD) ? 1 : 0; in yam_interrupt()
|
D | baycom_epp.c | 1056 hi.data.cs.dcd = !(bc->stat & EPP_DCDBIT); in baycom_ioctl() 1066 hi.data.ocs.dcd = !(bc->stat & EPP_DCDBIT); in baycom_ioctl()
|
/linux-4.1.27/net/irda/ircomm/ |
D | ircomm_tty_ioctl.c | 395 put_user(cnow.dcd, &p_cuser->dcd) || in ircomm_tty_ioctl()
|
/linux-4.1.27/drivers/mmc/card/ |
D | sdio_uart.c | 58 __u32 dcd; member 484 port->icount.dcd++; in sdio_uart_check_modem_status() 1002 if (port->icount.dcd) in sdio_uart_proc_show() 1004 port->icount.dcd); in sdio_uart_proc_show()
|
/linux-4.1.27/drivers/net/wan/ |
D | wanxl.c | 122 const char *cable, *pm, *dte = "", *dsr = "", *dcd = ""; in wanxl_cable_intr() local 146 dcd = (value & STATUS_CABLE_DCD) ? ", carrier ON" : in wanxl_cable_intr() 152 pm, dte, cable, dsr, dcd); in wanxl_cable_intr()
|
/linux-4.1.27/drivers/usb/class/ |
D | cdc-acm.c | 338 acm->iocount.dcd++; in acm_ctrl_irq() 897 old.dcd != new.dcd) in wait_serial_change() 932 icount.dcd = acm->iocount.dcd; in get_serial_usage()
|
/linux-4.1.27/drivers/staging/fwserial/ |
D | fwserial.c | 322 ++port->icount.dcd; in fwtty_update_port_status() 1211 (mask & TIOCM_CAR && prev->dcd != now.dcd) || in check_msr_delta() 1414 icount->dcd = port->icount.dcd; in fwtty_get_icount() 1436 port->icount.dsr, port->icount.rng, port->icount.dcd); in fwtty_proc_show_port()
|
/linux-4.1.27/drivers/tty/serial/ |
D | serial_core.c | 1105 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) || in uart_wait_modem_status() 1147 icount->dcd = cnow.dcd; in uart_get_icount() 2862 uport->icount.dcd++; in uart_handle_dcd_change()
|
D | ioc4_serial.c | 1885 the_port->icount.dcd = 1; in handle_intr() 2240 the_port->icount.dcd = 0; in do_read()
|
/linux-4.1.27/drivers/char/pcmcia/ |
D | synclink_cs.c | 1087 info->icount.dcd++; in dcd_change() 2098 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) { in modem_input_wait() 2106 (arg & TIOCM_CD && cnow.dcd != cprev.dcd) || in modem_input_wait() 2212 icount->dcd = cnow.dcd; in mgslpc_get_icount()
|
/linux-4.1.27/drivers/net/usb/ |
D | hso.c | 1542 icount->dcd++; in tiocmget_intr_callback() 1588 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd))) { in hso_wait_modem_status() 1630 icount->dcd = cnow.dcd; in hso_get_count()
|
/linux-4.1.27/drivers/ipack/devices/ |
D | ipoctal.c | 141 icount->dcd = 0; in ipoctal_get_icount()
|
/linux-4.1.27/arch/mips/include/asm/octeon/ |
D | cvmx-mio-defs.h | 4260 uint64_t dcd:1; member 4276 uint64_t dcd:1; 4965 uint64_t dcd:1; member 4981 uint64_t dcd:1;
|
/linux-4.1.27/Documentation/networking/ |
D | z8530drv.txt | 592 use a software dcd instead of the real one... Useful for a very
|