Home
last modified time | relevance | path

Searched refs:pcm_id (Results 1 – 5 of 5) sorted by relevance

/linux-3.4.99/include/linux/
DmISDNdsp.h31 int pcm_id; /* unique id to identify the pcm bus (or -1) */ member
/linux-3.4.99/drivers/isdn/mISDN/
Ddsp_cmx.c463 if (finddsp->features.pcm_id == dsp->features.pcm_id) { in dsp_cmx_hardware()
515 same_pcm = member->dsp->features.pcm_id; in dsp_cmx_hardware()
629 if (member->dsp->features.pcm_id < 0) { in dsp_cmx_hardware()
638 if (member->dsp->features.pcm_id != same_pcm) { in dsp_cmx_hardware()
754 member->dsp->features.pcm_id == in dsp_cmx_hardware()
755 dsp->features.pcm_id) { in dsp_cmx_hardware()
846 member->dsp->features.pcm_id == in dsp_cmx_hardware()
847 dsp->features.pcm_id) { in dsp_cmx_hardware()
971 member->dsp->features.pcm_id == in dsp_cmx_hardware()
972 dsp->features.pcm_id) { in dsp_cmx_hardware()
Ddsp_core.c1085 ndsp->features.pcm_id = -1; /* current PCM id */ in dspcreate()
/linux-3.4.99/net/rds/
Diw_rdma.c184 struct rdma_cm_id *pcm_id; local
195 rc = rds_iw_get_device(&rs, &rds_iwdev_old, &pcm_id);
/linux-3.4.99/drivers/isdn/hardware/mISDN/
Dhfcmulti.c3584 features->pcm_id = hc->pcm; in channel_bctrl()