Home
last modified time | relevance | path

Searched refs:register_appl (Results 1 – 3 of 3) sorted by relevance

/linux/include/linux/isdn/
H A Dcapilli.h47 void (*register_appl)(struct capi_ctr *, u16 appl, member
/linux/Documentation/isdn/
H A Dinterface_capi.rst53 register_appl() callback function. A unique Application ID (ApplID, u16) is
54 allocated by Kernel CAPI and passed to register_appl() along with the
58 After a successful return from register_appl(), CAPI messages from the
66 ApplID as with register_appl(). After return from release_appl(), no CAPI
132 ``void (*register_appl)(struct capi_ctr *ctrlr, u16 applid, capi_register_params *rparam)``
/linux/net/bluetooth/cmtp/
H A Dcapi.c541 session->ctrl.register_appl = cmtp_register_appl; in cmtp_attach_device()