Lines Matching refs:appl
209 get_appl(struct gigaset_capi_ctr *iif, u16 appl) in get_appl() argument
214 if (ap->id == appl) in get_appl()
331 u16 appl, u16 msgid, int channel, in send_data_b3_conf() argument
345 CAPIMSG_SETAPPID(msg, appl); in send_data_b3_conf()
357 capi_ctr_handle_message(ctr, appl, cskb); in send_data_b3_conf()
978 static void gigaset_register_appl(struct capi_ctr *ctr, u16 appl, in gigaset_register_appl() argument
987 __func__, appl, rp->level3cnt, rp->datablkcnt, rp->datablklen); in gigaset_register_appl()
990 if (ap->id == appl) { in gigaset_register_appl()
992 "application %u already registered\n", appl); in gigaset_register_appl()
1001 ap->id = appl; in gigaset_register_appl()
1066 static void gigaset_release_appl(struct capi_ctr *ctr, u16 appl) in gigaset_release_appl() argument
1074 gig_dbg(DEBUG_CMD, "%s [%u]", __func__, appl); in gigaset_release_appl()
1077 if (ap->id == appl) { in gigaset_release_appl()
1085 dev_info(cs->dev, "application %u released\n", appl); in gigaset_release_appl()