Home
last modified time | relevance | path

Searched defs:appl (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/net/bluetooth/cmtp/
Dcapi.c73 static struct cmtp_application *cmtp_application_add(struct cmtp_session *session, __u16 appl) in cmtp_application_add()
149 __u8 subcmd, __u16 appl, __u16 msgnum, in cmtp_send_interopmsg()
188 __u16 appl, msgnum, func, info; in cmtp_recv_interopmsg() local
321 __u16 appl; in cmtp_recv_capimsg() local
379 static void cmtp_register_appl(struct capi_ctr *ctrl, __u16 appl, capi_register_params *rp) in cmtp_register_appl()
448 static void cmtp_release_appl(struct capi_ctr *ctrl, __u16 appl) in cmtp_release_appl()
476 __u16 appl; in cmtp_send_message() local
Dcmtp.h109 __u16 appl; member
/Linux-v4.19/net/802/
Dgarp.c345 const struct garp_application *appl, in garp_request_join()
365 const struct garp_application *appl, in garp_request_leave()
504 struct garp_application *appl = proto->data; in garp_pdu_rcv() local
559 int garp_init_applicant(struct net_device *dev, struct garp_application *appl) in garp_init_applicant()
600 void garp_uninit_applicant(struct net_device *dev, struct garp_application *appl) in garp_uninit_applicant()
626 int garp_register_application(struct garp_application *appl) in garp_register_application()
634 void garp_unregister_application(struct garp_application *appl) in garp_unregister_application()
Dmrp.c520 const struct mrp_application *appl, in mrp_request_join()
545 const struct mrp_application *appl, in mrp_request_leave()
772 struct mrp_application *appl = container_of(pt, struct mrp_application, in mrp_rcv() local
840 int mrp_init_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_init_applicant()
883 void mrp_uninit_applicant(struct net_device *dev, struct mrp_application *appl) in mrp_uninit_applicant()
912 int mrp_register_application(struct mrp_application *appl) in mrp_register_application()
920 void mrp_unregister_application(struct mrp_application *appl) in mrp_unregister_application()
/Linux-v4.19/drivers/isdn/hardware/eicon/
Dcapifunc.c188 void *TransmitBufferSet(APPL *appl, dword ref) in TransmitBufferSet()
195 void *TransmitBufferGet(APPL *appl, void *p) in TransmitBufferGet()
203 void TransmitBufferFree(APPL *appl, void *p) in TransmitBufferFree()
209 void *ReceiveBufferGet(APPL *appl, int Num) in ReceiveBufferGet()
225 void sendf(APPL *appl, word command, dword Id, word Number, byte *format, ...) in sendf()
724 static void diva_register_appl(struct capi_ctr *ctrl, __u16 appl, in diva_register_appl()
848 static void diva_release_appl(struct capi_ctr *ctrl, __u16 appl) in diva_release_appl()
Dmessage.c371 word api_put(APPL *appl, CAPI_MSG *msg) in api_put()
840 APPL *appl; in ncci_free_receive_buffers() local
1079 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_req()
1295 PLCI *plci, APPL *appl, API_PARSE *parms) in connect_res()
1449 PLCI *plci, APPL *appl, API_PARSE *msg) in connect_a_res()
1456 PLCI *plci, APPL *appl, API_PARSE *msg) in disconnect_req()
1509 PLCI *plci, APPL *appl, API_PARSE *msg) in disconnect_res()
1537 PLCI *plci, APPL *appl, API_PARSE *parms) in listen_req()
1587 PLCI *plci, APPL *appl, API_PARSE *msg) in info_req()
1697 PLCI *plci, APPL *appl, API_PARSE *msg) in info_res()
[all …]
Ddivacapi.h214 APPL *appl; member
/Linux-v4.19/drivers/isdn/hysdn/
Dhycapi.c151 hycapi_register_internal(struct capi_ctr *ctrl, __u16 appl, in hycapi_register_internal()
223 hycapi_register_appl(struct capi_ctr *ctrl, __u16 appl, in hycapi_register_appl()
262 static void hycapi_release_internal(struct capi_ctr *ctrl, __u16 appl) in hycapi_release_internal()
299 hycapi_release_appl(struct capi_ctr *ctrl, __u16 appl) in hycapi_release_appl()
/Linux-v4.19/drivers/isdn/hardware/avm/
Db1.c340 u16 appl, in b1_register_appl()
363 void b1_release_appl(struct capi_ctr *ctrl, u16 appl) in b1_release_appl()
Db1dma.c771 u16 appl, in b1dma_register_appl()
807 void b1dma_release_appl(struct capi_ctr *ctrl, u16 appl) in b1dma_release_appl()
Dc4.c948 u16 appl, in c4_register_appl()
992 static void c4_release_appl(struct capi_ctr *ctrl, u16 appl) in c4_release_appl()
/Linux-v4.19/drivers/isdn/gigaset/
Dcapi.c195 get_appl(struct gigaset_capi_ctr *iif, u16 appl) in get_appl()
327 u16 appl, u16 msgid, int channel, in send_data_b3_conf()
997 static void gigaset_register_appl(struct capi_ctr *ctr, u16 appl, in gigaset_register_appl()
1085 static void gigaset_release_appl(struct capi_ctr *ctr, u16 appl) in gigaset_release_appl()
/Linux-v4.19/drivers/isdn/capi/
Dkcapi.c343 void capi_ctr_handle_message(struct capi_ctr *ctr, u16 appl, in capi_ctr_handle_message()