Lines Matching refs:opt_dcd
116 int opt_dcd; member
215 if (!bc->opt_dcd) in ser12_rx()
264 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()
265 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()
298 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()
299 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()
490 bc->opt_dcd = 0; in baycom_setmode()
492 bc->opt_dcd = -1; in baycom_setmode()
494 bc->opt_dcd = 1; in baycom_setmode()
520 if (bc->opt_dcd <= 0) in baycom_ioctl()
521 strcat(hi->data.modename, (!bc->opt_dcd) ? "*" : "+"); in baycom_ioctl()