• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/isdn/mISDN/

Lines Matching refs:members

14  * There is a chain of struct dsp_conf which has one or more members in a chain
34 * Two members will also exchange their data so they are crossconnected.
35 * Three or more members will be added in a conference and will hear each
39 * - Crossconnecting or even conference, if more than two members are together.
40 * - Force mixing of transmit data with other crossconnect/conference members.
135 * by using conference even with two members
503 /* conf gets updated (all members) */
509 printk(KERN_ERR "%s: conference whithout members\n",
516 /* check all members in our conference */
647 /* determine if members are on the same hfc chip */
650 /* if there are members already in a conference */
679 * ok, now we are sure that all members are on the same pcm.
680 * now we will see if we have only two members, so we can do
684 /* if we have only two members */
713 /* if members have two banks (and not on the same chip) */
718 /* if both members have same slots with crossed banks */
733 /* all members have same slot */
796 "both members have not same slots\n",
810 /* if members have one bank (or on the same chip) */
812 /* if both members have different crossed slots */
827 /* all members have same slot */
905 "PCM, because both members have not "
925 * unit available on the chip. also all members must be on the same
933 "members are on different chips or not "
939 /* for more than two members.. */
941 /* if all members already have the same conference */
946 * if there is an existing conference, but not all members have joined
1048 /* join all members */
1093 /* update members left on conf */
1147 /* update members on conf */
1303 dsp_cmx_send_member(struct dsp *dsp, int len, s32 *c, int members)
1336 "SEND members=%d dsp=%s, conf=%p, rx_R=%05x rx_W=%05x\n",
1337 members, dsp->name, conf, dsp->rx_R, dsp->rx_W);
1413 if (!conf || members <= 1) {
1447 /* PROCESS DATA (two members) */
1451 if (members == 2) {
1511 /* PROCESS DATA (three or more members) */
1631 int mustmix, members;
1665 /* loop all members that do not require conference mixing */
1671 members = 0;
1673 members = count_list_member(&conf->mlist);
1675 if (conf->software && members > 1)
1677 if (conf->software && members > 2)
1684 dsp_cmx_send_member(dsp, length, mixbuffer, members);
1693 /* loop all members that require conference mixing */
1695 /* count members and check hardware */
1696 members = count_list_member(&conf->mlist);
1698 if (conf->software && members > 1) {
1700 if (conf->software && members > 2) {
1727 mixbuffer, members);
1912 * hdlc data is received from card and sent to all members.