Home
last modified time | relevance | path

Searched refs:appl (Results 1 – 15 of 15) sorted by relevance

/linux-2.6.39/net/bluetooth/cmtp/
Dcapi.c72 static struct cmtp_application *cmtp_application_add(struct cmtp_session *session, __u16 appl) in cmtp_application_add() argument
76 BT_DBG("session %p application %p appl %d", session, app, appl); in cmtp_application_add()
82 app->appl = appl; in cmtp_application_add()
112 if (app->appl == value) in cmtp_application_get()
150 __u8 subcmd, __u16 appl, __u16 msgnum, in cmtp_send_interopmsg() argument
156 BT_DBG("session %p subcmd 0x%02x appl %d msgnum %d", session, subcmd, appl, msgnum); in cmtp_send_interopmsg()
167 capimsg_setu16(s, 2, appl); in cmtp_send_interopmsg()
189 __u16 appl, msgnum, func, info; in cmtp_recv_interopmsg() local
217 appl = CAPIMSG_APPID(skb->data); in cmtp_recv_interopmsg()
219 application = cmtp_application_get(session, CMTP_MAPPING, appl); in cmtp_recv_interopmsg()
[all …]
Dcmtp.h108 __u16 appl; member
/linux-2.6.39/net/802/
Dgarp.c346 const struct garp_application *appl, in garp_request_join() argument
350 struct garp_applicant *app = rtnl_dereference(port->applicants[appl->type]); in garp_request_join()
366 const struct garp_application *appl, in garp_request_leave() argument
370 struct garp_applicant *app = rtnl_dereference(port->applicants[appl->type]); in garp_request_leave()
505 struct garp_application *appl = proto->data; in garp_pdu_rcv() local
513 app = rcu_dereference(port->applicants[appl->type]); in garp_pdu_rcv()
561 int garp_init_applicant(struct net_device *dev, struct garp_application *appl) in garp_init_applicant() argument
579 err = dev_mc_add(dev, appl->proto.group_address); in garp_init_applicant()
584 app->app = appl; in garp_init_applicant()
588 rcu_assign_pointer(dev->garp_port->applicants[appl->type], app); in garp_init_applicant()
[all …]
/linux-2.6.39/drivers/isdn/hardware/eicon/
Dmessage.c193 static byte dtmf_request (dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl
204 …equest (dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, API_PARSE *msg);
212 static byte ec_request (dword Id, word Number, DIVA_CAPI_ADAPTER *a, PLCI *plci, APPL *appl, …
233 void * TransmitBufferSet(APPL * appl, dword ref);
234 void * TransmitBufferGet(APPL * appl, void * p);
235 void TransmitBufferFree(APPL * appl, void * p);
236 void * ReceiveBufferGet(APPL * appl, int Num);
386 word api_put(APPL * appl, CAPI_MSG * msg) in api_put() argument
422 && (plci->appl in api_put()
535 … m->info.data_b3_req.Data = (dword)(long)(TransmitBufferSet (appl, m->info.data_b3_req.Data)); in api_put()
[all …]
Dcapifunc.c188 void *TransmitBufferSet(APPL * appl, dword ref) in TransmitBufferSet() argument
190 appl->xbuffer_used[ref] = true; in TransmitBufferSet()
191 DBG_PRV1(("%d:xbuf_used(%d)", appl->Id, ref + 1)) in TransmitBufferSet()
195 void *TransmitBufferGet(APPL * appl, void *p) in TransmitBufferGet() argument
197 if (appl->xbuffer_internal[(dword)(long)p]) in TransmitBufferGet()
198 return appl->xbuffer_internal[(dword)(long)p]; in TransmitBufferGet()
200 return appl->xbuffer_ptr[(dword)(long)p]; in TransmitBufferGet()
203 void TransmitBufferFree(APPL * appl, void *p) in TransmitBufferFree() argument
205 appl->xbuffer_used[(dword)(long)p] = false; in TransmitBufferFree()
206 DBG_PRV1(("%d:xbuf_free(%d)", appl->Id, ((dword)(long)p) + 1)) in TransmitBufferFree()
[all …]
Ddivacapi.h224 APPL *appl; member
/linux-2.6.39/drivers/isdn/hysdn/
Dhycapi.c151 hycapi_register_internal(struct capi_ctr *ctrl, __u16 appl, in hycapi_register_internal() argument
175 memcpy(skb_put(skb,sizeof(__u16)), &appl, sizeof(__u16)); in hycapi_register_internal()
184 hycapi_applications[appl-1].ctrl_mask |= (1 << (ctrl->cnr-1)); in hycapi_register_internal()
223 hycapi_register_appl(struct capi_ctr *ctrl, __u16 appl, in hycapi_register_appl() argument
229 int chk = _hycapi_appCheck(appl, ctrl->cnr); in hycapi_register_appl()
234 printk(KERN_INFO "HYSDN: apl %d already registered\n", appl); in hycapi_register_appl()
251 memcpy(&hycapi_applications[appl-1].rp, in hycapi_register_appl()
262 static void hycapi_release_internal(struct capi_ctr *ctrl, __u16 appl) in hycapi_release_internal() argument
271 capilib_release_appl(&cinfo->ncci_head, appl); in hycapi_release_internal()
283 memcpy(skb_put(skb,sizeof(__u16)), &appl, sizeof(__u16)); in hycapi_release_internal()
[all …]
/linux-2.6.39/include/linux/isdn/
Dcapilli.h47 void (*register_appl)(struct capi_ctr *, u16 appl,
49 void (*release_appl)(struct capi_ctr *, u16 appl);
85 void capi_ctr_handle_message(struct capi_ctr * card, u16 appl, struct sk_buff *skb);
/linux-2.6.39/drivers/isdn/hardware/avm/
Davmcard.h552 void b1_register_appl(struct capi_ctr *ctrl, u16 appl,
554 void b1_release_appl(struct capi_ctr *ctrl, u16 appl);
575 u16 appl,
577 void b1dma_release_appl(struct capi_ctr *ctrl, u16 appl);
Db1.c340 u16 appl, in b1_register_appl() argument
355 b1_put_word(port, appl); in b1_register_appl()
363 void b1_release_appl(struct capi_ctr *ctrl, u16 appl) in b1_release_appl() argument
371 capilib_release_appl(&cinfo->ncci_head, appl); in b1_release_appl()
373 b1_put_word(port, appl); in b1_release_appl()
Db1dma.c771 u16 appl, in b1dma_register_appl() argument
795 _put_word(&p, appl); in b1dma_register_appl()
807 void b1dma_release_appl(struct capi_ctr *ctrl, u16 appl) in b1dma_release_appl() argument
816 capilib_release_appl(&cinfo->ncci_head, appl); in b1dma_release_appl()
829 _put_word(&p, appl); in b1dma_release_appl()
Dc4.c948 u16 appl, in c4_register_appl() argument
975 _put_word(&p, appl); in c4_register_appl()
992 static void c4_release_appl(struct capi_ctr *ctrl, u16 appl) in c4_release_appl() argument
1001 capilib_release_appl(&cinfo->ncci_head, appl); in c4_release_appl()
1015 _put_word(&p, appl); in c4_release_appl()
/linux-2.6.39/drivers/isdn/gigaset/
Dcapi.c209 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()
[all …]
/linux-2.6.39/Documentation/isdn/
DREADME.audio104 <DLE><DC4> Abort recording, (send by appl.) Emulator
/linux-2.6.39/drivers/isdn/capi/
Dkcapi.c343 void capi_ctr_handle_message(struct capi_ctr *ctr, u16 appl, in capi_ctr_handle_message() argument