Lines Matching refs:opt_dcd
130 int opt_dcd; member
254 if (!bc->opt_dcd) in ser12_rx()
303 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()
304 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()
337 if ((msr & 8) && bc->opt_dcd) in ser12_interrupt()
338 hdlcdrv_setdcd(&bc->hdrv, !((msr ^ bc->opt_dcd) & 0x80)); in ser12_interrupt()
529 bc->opt_dcd = 0; in baycom_setmode()
531 bc->opt_dcd = -1; in baycom_setmode()
533 bc->opt_dcd = 1; in baycom_setmode()
559 if (bc->opt_dcd <= 0) in baycom_ioctl()
560 strcat(hi->data.modename, (!bc->opt_dcd) ? "*" : "+"); in baycom_ioctl()