Searched refs:register_appl (Results 1 – 3 of 3) sorted by relevance
47 void (*register_appl)(struct capi_ctr *, u16 appl, member
53 register_appl() callback function. A unique Application ID (ApplID, u16) is54 allocated by Kernel CAPI and passed to register_appl() along with the58 After a successful return from register_appl(), CAPI messages from the66 ApplID as with register_appl(). After return from release_appl(), no CAPI132 ``void (*register_appl)(struct capi_ctr *ctrlr, u16 applid, capi_register_params *rparam)``
541 session->ctrl.register_appl = cmtp_register_appl; in cmtp_attach_device()