Home
last modified time | relevance | path

Searched refs:attach_capi_ctr (Results 1 – 12 of 12) sorted by relevance

/Linux-v5.4/include/linux/isdn/
Dcapilli.h78 int attach_capi_ctr(struct capi_ctr *);
/Linux-v5.4/drivers/staging/isdn/avm/
Db1pci.c119 retval = attach_capi_ctr(&cinfo->capi_ctrl); in b1pci_probe()
257 retval = attach_capi_ctr(&cinfo->capi_ctrl); in b1pciv4_probe()
Db1pcmcia.c114 retval = attach_capi_ctr(&cinfo->capi_ctrl); in b1pcmcia_add_card()
Db1isa.c127 retval = attach_capi_ctr(&cinfo->capi_ctrl); in b1isa_probe()
Dt1pci.c125 retval = attach_capi_ctr(&cinfo->capi_ctrl); in t1pci_add_card()
Dt1isa.c436 retval = attach_capi_ctr(&cinfo->capi_ctrl); in t1isa_probe()
Dc4.c1204 retval = attach_capi_ctr(&cinfo->capi_ctrl); in c4_add_card()
/Linux-v5.4/Documentation/isdn/
Dinterface_capi.rst37 CAPI by calling the Kernel CAPI function attach_capi_ctr() with a pointer to a
100 driver. After registration via the attach_capi_ctr() function it is passed to
106 to be set by the driver before calling attach_capi_ctr():
291 int attach_capi_ctr(struct capi_ctr *ctrlr)
/Linux-v5.4/drivers/isdn/capi/
Dkcapi.c509 int attach_capi_ctr(struct capi_ctr *ctr) in attach_capi_ctr() function
549 EXPORT_SYMBOL(attach_capi_ctr);
/Linux-v5.4/net/bluetooth/cmtp/
Dcapi.c564 if (attach_capi_ctr(&session->ctrl) < 0) { in cmtp_attach_device()
/Linux-v5.4/drivers/staging/isdn/hysdn/
Dhycapi.c768 retval = attach_capi_ctr(ctrl); in hycapi_capi_create()
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dcapi.c2472 rc = attach_capi_ctr(&iif->ctr); in gigaset_isdn_regdev()