Lines Matching refs:appl
195 get_appl(struct gigaset_capi_ctr *iif, u16 appl) in get_appl() argument
200 if (ap->id == appl) in get_appl()
327 u16 appl, u16 msgid, int channel, in send_data_b3_conf() argument
341 CAPIMSG_SETAPPID(msg, appl); in send_data_b3_conf()
353 capi_ctr_handle_message(ctr, appl, cskb); in send_data_b3_conf()
997 static void gigaset_register_appl(struct capi_ctr *ctr, u16 appl, in gigaset_register_appl() argument
1006 __func__, appl, rp->level3cnt, rp->datablkcnt, rp->datablklen); in gigaset_register_appl()
1009 if (ap->id == appl) { in gigaset_register_appl()
1011 "application %u already registered\n", appl); in gigaset_register_appl()
1020 ap->id = appl; in gigaset_register_appl()
1085 static void gigaset_release_appl(struct capi_ctr *ctr, u16 appl) in gigaset_release_appl() argument
1093 gig_dbg(DEBUG_CMD, "%s [%u]", __func__, appl); in gigaset_release_appl()
1096 if (ap->id == appl) { in gigaset_release_appl()
1104 dev_info(cs->dev, "application %u released\n", appl); in gigaset_release_appl()