Lines Matching defs:cq
38 struct mISDN_ctrl_req cq;
82 memset(&cq, 0, sizeof(cq));
83 cq.op = MISDN_CTRL_HFC_ECHOCAN_ON;
84 cq.p1 = deftaps;
85 if (!dsp->ch.peer->ctrl(&dsp->ch, CONTROL_CHANNEL, &cq)) {
94 struct mISDN_ctrl_req cq;
103 memset(&cq, 0, sizeof(cq));
104 cq.op = MISDN_CTRL_HFC_ECHOCAN_OFF;
105 if (!dsp->ch.peer->ctrl(&dsp->ch, CONTROL_CHANNEL, &cq)) {