Searched refs:register_appl (Results 1 – 4 of 4) sorted by relevance
/linux-6.6.21/include/linux/isdn/ |
D | capilli.h | 47 void (*register_appl)(struct capi_ctr *, u16 appl, member
|
/linux-6.6.21/drivers/isdn/capi/ |
D | kcapi.c | 147 register_appl(struct capi_ctr *ctr, u16 applid, capi_register_params *rparam) in register_appl() function 152 ctr->register_appl(ctr, applid, rparam); in register_appl() 188 register_appl(ctr, applid, &ap->rparam); in notify_up() 588 register_appl(capi_controller[i], applid, &ap->rparam); in capi20_register()
|
/linux-6.6.21/Documentation/isdn/ |
D | interface_capi.rst | 53 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-6.6.21/net/bluetooth/cmtp/ |
D | capi.c | 557 session->ctrl.register_appl = cmtp_register_appl; in cmtp_attach_device()
|