Searched refs:ndsp (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/drivers/isdn/mISDN/
H A Ddsp_core.c1052 struct dsp *ndsp; dspcreate() local
1058 ndsp = vzalloc(sizeof(struct dsp)); dspcreate()
1059 if (!ndsp) { dspcreate()
1067 INIT_WORK(&ndsp->workq, (void *)dsp_send_bh); dspcreate()
1068 skb_queue_head_init(&ndsp->sendq); dspcreate()
1069 ndsp->ch.send = dsp_function; dspcreate()
1070 ndsp->ch.ctrl = dsp_ctrl; dspcreate()
1071 ndsp->up = crq->ch; dspcreate()
1072 crq->ch = &ndsp->ch; dspcreate()
1075 ndsp->hdlc = 0; dspcreate()
1078 ndsp->hdlc = 1; dspcreate()
1084 sprintf(ndsp->name, "DSP_C%x(0x%p)", dspcreate()
1085 ndsp->up->st->dev->id + 1, ndsp); dspcreate()
1087 ndsp->features.hfc_id = -1; /* current PCM id */ dspcreate()
1088 ndsp->features.pcm_id = -1; /* current PCM id */ dspcreate()
1089 ndsp->pcm_slot_rx = -1; /* current CPM slot */ dspcreate()
1090 ndsp->pcm_slot_tx = -1; dspcreate()
1091 ndsp->pcm_bank_rx = -1; dspcreate()
1092 ndsp->pcm_bank_tx = -1; dspcreate()
1093 ndsp->hfc_conf = -1; /* current conference number */ dspcreate()
1095 ndsp->tone.tl.function = (void *)dsp_tone_timeout; dspcreate()
1096 ndsp->tone.tl.data = (long) ndsp; dspcreate()
1097 init_timer(&ndsp->tone.tl); dspcreate()
1101 ndsp->dtmf.treshold = dtmfthreshold * 10000; dspcreate()
1105 dsp_pipeline_init(&ndsp->pipeline); dspcreate()
1106 list_add_tail(&ndsp->list, &dsp_ilist); dspcreate()

Completed in 60 milliseconds