Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/isdn/
Dcapilli.h49 void (*release_appl)(struct capi_ctr *, u16 appl); member
/Linux-v5.4/drivers/staging/isdn/avm/
Db1pci.c110 cinfo->capi_ctrl.release_appl = b1_release_appl; in b1pci_probe()
249 cinfo->capi_ctrl.release_appl = b1dma_release_appl; in b1pciv4_probe()
Db1pcmcia.c106 cinfo->capi_ctrl.release_appl = b1_release_appl; in b1pcmcia_add_card()
Db1isa.c119 cinfo->capi_ctrl.release_appl = b1_release_appl; in b1isa_probe()
Dt1pci.c117 cinfo->capi_ctrl.release_appl = b1dma_release_appl; in t1pci_add_card()
Dt1isa.c428 cinfo->capi_ctrl.release_appl = b1_release_appl; in t1isa_probe()
Dc4.c1196 cinfo->capi_ctrl.release_appl = c4_release_appl; in c4_add_card()
/Linux-v5.4/drivers/isdn/capi/
Dkcapi.c172 static void release_appl(struct capi_ctr *ctr, u16 applid) in release_appl() function
176 ctr->release_appl(ctr, applid); in release_appl()
743 release_appl(capi_controller[i], ap->applid); in capi20_release()
/Linux-v5.4/Documentation/isdn/
Dinterface_capi.rst72 forwarded as calls to the release_appl() callback function, passing the same
73 ApplID as with register_appl(). After return from release_appl(), no CAPI
149 ``void (*release_appl)(struct capi_ctr *ctrlr, u16 applid)``
/Linux-v5.4/net/bluetooth/cmtp/
Dcapi.c558 session->ctrl.release_appl = cmtp_release_appl; in cmtp_attach_device()
/Linux-v5.4/drivers/staging/isdn/hysdn/
Dhycapi.c759 ctrl->release_appl = hycapi_release_appl; in hycapi_capi_create()
/Linux-v5.4/drivers/staging/isdn/gigaset/
Dcapi.c2463 iif->ctr.release_appl = gigaset_release_appl; in gigaset_isdn_regdev()