Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
DmISDNdsp.h31 int pcm_id; /* unique id to identify the pcm bus (or -1) */ member
/linux-4.1.27/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()
974 member->dsp->features.pcm_id == in dsp_cmx_hardware()
975 dsp->features.pcm_id) { in dsp_cmx_hardware()
Ddsp_core.c1088 ndsp->features.pcm_id = -1; /* current PCM id */ in dspcreate()
/linux-4.1.27/net/rds/
Diw_rdma.c185 struct rdma_cm_id *pcm_id; local
191 rc = rds_iw_get_device(src_addr, dst_addr, &rds_iwdev_old, &pcm_id);
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcmulti.c3616 features->pcm_id = hc->pcm; in channel_bctrl()