Lines Matching refs:opt_dcd
131 int opt_dcd; member
256 if (!bc->opt_dcd) in ser12_rx()
305 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()
306 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()
339 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()
340 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()
531 bc->opt_dcd = 0; in baycom_setmode()
533 bc->opt_dcd = -1; in baycom_setmode()
535 bc->opt_dcd = 1; in baycom_setmode()
561 if (bc->opt_dcd <= 0) in baycom_ioctl()
562 strcat(hi->data.modename, (!bc->opt_dcd) ? "*" : "+"); in baycom_ioctl()