Home
last modified time | relevance | path

Searched refs:nbchannel (Results 1 – 7 of 7) sorted by relevance

/Linux-v5.4/include/uapi/linux/
Dcapi.h68 __u16 nbchannel; /* number of B-Channels */ member
/Linux-v5.4/net/bluetooth/cmtp/
Dcapi.c398 nconn = ctrl->profile.nbchannel * -want; in cmtp_register_appl()
403 nconn = ctrl->profile.nbchannel; in cmtp_register_appl()
/Linux-v5.4/drivers/staging/isdn/avm/
Db1.c350 else nconn = ctrl->profile.nbchannel * -want; in b1_register_appl()
351 if (nconn == 0) nconn = ctrl->profile.nbchannel; in b1_register_appl()
Db1dma.c782 else nconn = ctrl->profile.nbchannel * -want; in b1dma_register_appl()
783 if (nconn == 0) nconn = ctrl->profile.nbchannel; in b1dma_register_appl()
Dc4.c962 else nconn = ctrl->profile.nbchannel * 4 * -want; in c4_register_appl()
963 if (nconn == 0) nconn = ctrl->profile.nbchannel * 4; in c4_register_appl()
/Linux-v5.4/drivers/staging/isdn/hysdn/
Dhycapi.c707 ctrl->profile.nbchannel = card->bchans; in hycapi_fill_profile()
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dcapi.c958 iif->ctr.profile.nbchannel = cs->channels; in gigaset_isdn_start()