Searched refs:dcd (Results 1 - 25 of 47) sorted by last modified time

12

/linux-master/drivers/tty/serial/
H A Dserial_core.c1254 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
1301 icount->dcd = cnow.dcd;
3498 uport->icount.dcd++;
/linux-master/include/linux/
H A Dserial_core.h416 __u32 dcd; member in struct:uart_icount
/linux-master/drivers/usb/serial/
H A Doti6858.c707 port->icount.dcd++;
H A Dkeyspan.c1015 p_priv->dcd_state = ((msg->dcd) ? 1 : 0);
1100 p_priv->dcd_state = ((msg->dcd) ? 1 : 0);
1352 p_priv->dcd_state = ((msg->dcd) ? 1 : 0);
H A Dftdi_sio.c2465 port->icount.dcd++;
H A Dti_usb_3410_5052.c1416 icount->dcd++;
H A Dquatech2.c809 port->icount.dcd++;
H A Dpl2303.c1133 port->icount.dcd++;
H A Dmxuport.c390 port->icount.dcd++;
H A Dmct_u232.c348 icount->dcd++;
H A Dio_ti.c1568 icount->dcd++;
/linux-master/drivers/tty/
H A Damiserial.c320 icount->dcd++;
1089 icount->dcd = cnow.dcd;
1142 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
1148 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd)) ||
H A Dnozomi.c932 dc->port[port].tty_icount.dcd++;
938 dc->port[port].tty_icount.dcd, dc->port[port].tty_icount.cts,
1682 || ((flags & TIOCM_CD) && (cnow.dcd != cprev->dcd))
1699 icount->dcd = cnow.dcd;
H A Dmxser.c700 port->icount.dcd++;
1159 ((arg & TIOCM_CD) && (cnow.dcd != cprev->dcd)) ||
1268 icount->dcd = cnow.dcd;
H A Dmoxa.c421 int dcd; member in struct:mxser_mstatus
663 tmp.dcd = 1;
1438 int dcd; local
1441 dcd = ch->DCDState;
1443 return dcd;
1648 static void moxa_new_dcdstate(struct moxa_port *p, u8 dcd) argument
1651 dcd = !!dcd;
1654 if (dcd != p->DCDState) {
1655 p->DCDState = dcd;
[all...]
H A Dsynclink_gt.c1046 icount->dcd = cnow.dcd;
1980 info->icount.dcd++;
3052 cnow.dcd == cprev.dcd && cnow.cts == cprev.cts) {
3060 (arg & TIOCM_CD && cnow.dcd != cprev.dcd) ||
/linux-master/drivers/net/usb/
H A Dhso.c1512 icount->dcd++;
1558 ((arg & TIOCM_CD) && (cnow.dcd != cprev.dcd))) {
1600 icount->dcd = cnow.dcd;
/linux-master/include/uapi/linux/
H A Dserial.h104 int cts, dsr, rng, dcd; member in struct:serial_icounter_struct
/linux-master/drivers/usb/class/
H A Dcdc-acm.c339 acm->iocount.dcd++;
1015 old.dcd != new.dcd)
1048 icount->dcd = acm->iocount.dcd;
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c55 __u32 dcd; member in struct:uart_icount
461 port->icount.dcd++;
978 if (port->icount.dcd)
979 seq_printf(m, " dcd:%d",
980 port->icount.dcd);
/linux-master/drivers/leds/trigger/
H A Dledtrig-tty.c192 DEFINE_TTY_TRIGGER(dcd, TRIGGER_TTY_DCD);
/linux-master/drivers/ipack/devices/
H A Dipoctal.c149 icount->dcd = 0;
/linux-master/drivers/net/wan/
H A Dixp4xx_hss.c269 struct gpio_desc *dcd; member in struct:port
1063 val = gpiod_get_value(port->dcd);
1097 val = gpiod_get_value(port->dcd);
1101 err = request_irq(gpiod_to_irq(port->dcd), hss_hdlc_dcd_irq, 0, "IXP4xx HSS", dev);
1197 free_irq(gpiod_to_irq(port->dcd), dev);
1478 port->dcd = devm_gpiod_get(dev, "dcd", GPIOD_IN);
1479 if (IS_ERR(port->dcd))
1480 return dev_err_probe(dev, PTR_ERR(port->dcd), "unable to get DCD GPIO\n");
/linux-master/drivers/net/hamradio/
H A Dbaycom_epp.c1056 hi.data.cs.dcd = !(bc->stat & EPP_DCDBIT);
1066 hi.data.ocs.dcd = !(bc->stat & EPP_DCDBIT);
/linux-master/drivers/staging/greybus/
H A Duart.c653 if ((arg & TIOCM_CD) && (old.dcd != new.dcd))
681 icount->dcd = gb_tty->iocount.dcd;

Completed in 377 milliseconds

12