Searched refs:cmsg (Results 1 - 7 of 7) sorted by relevance

/drivers/isdn/capi/
H A Dcapiutil.c416 #define TYP (cdef[cmsg->par[cmsg->p]].typ)
417 #define OFF (((u8 *)cmsg) + cdef[cmsg->par[cmsg->p]].off)
419 static void jumpcstruct(_cmsg *cmsg) argument
422 for (cmsg->p++, layer = 1; layer;) {
423 /* $$$$$ assert (cmsg->p); */
424 cmsg->p++;
436 static void pars_2_message(_cmsg *cmsg) argument
502 capi_cmsg2message(_cmsg *cmsg, u8 *msg) argument
521 message_2_pars(_cmsg *cmsg) argument
572 capi_message2cmsg(_cmsg *cmsg, u8 *msg) argument
603 capi_cmsg_header(_cmsg *cmsg, u16 _ApplId, u8 _Command, u8 _Subcommand, u16 _Messagenumber, u32 _Controller) argument
828 protocol_message_2_pars(_cdebbuf *cdb, _cmsg *cmsg, int level) argument
946 _cmsg *cmsg; local
989 capi_cmsg2str(_cmsg *cmsg) argument
1049 capi_cmsg2str(_cmsg *cmsg) argument
[all...]
H A Dcapidrv.c505 static void send_message(capidrv_contr *card, _cmsg *cmsg) argument
510 capi_cmsg2message(cmsg, cmsg->buf);
511 len = CAPIMSG_LEN(cmsg->buf);
517 memcpy(skb_put(skb, len), cmsg->buf, len);
659 static _cmsg cmsg; variable
665 capi_fill_DISCONNECT_REQ(&cmsg,
675 send_message(card, &cmsg);
768 static void handle_controller(_cmsg *cmsg) argument
770 capidrv_contr *card = findcontrbynumber(cmsg
868 handle_incoming_call(capidrv_contr *card, _cmsg *cmsg) argument
993 handle_plci(_cmsg *cmsg) argument
1176 handle_ncci(_cmsg *cmsg) argument
1357 handle_data(_cmsg *cmsg, struct sk_buff *skb) argument
[all...]
/drivers/isdn/gigaset/
H A Dcapi.c1129 _cmsg *cmsg = &iif->acmsg; local
1137 capi_message2cmsg(cmsg, skb->data);
1138 dump_cmsg(DEBUG_CMD, __func__, cmsg);
1144 switch (cmsg->FacilitySelector) {
1161 pparam = cmsg->FacilityRequestParameter;
1233 capi_cmsg_answer(cmsg);
1234 cmsg->Info = info;
1235 cmsg->FacilityConfirmationParameter = confparam;
1242 capi_cmsg2message(cmsg, __skb_put(cskb, msgsize));
1243 dump_cmsg(DEBUG_CMD, __func__, cmsg);
1290 _cmsg *cmsg = &iif->acmsg; local
1580 _cmsg *cmsg = &iif->acmsg; local
1748 _cmsg *cmsg = &iif->acmsg; local
1790 _cmsg *cmsg = &iif->acmsg; local
1852 _cmsg *cmsg = &iif->acmsg; local
1942 _cmsg *cmsg = &iif->acmsg; local
[all...]
/drivers/w1/
H A Dw1_netlink.c282 struct cn_msg *cmsg; local
286 cmsg = kzalloc(sizeof(*msg) + sizeof(*cmd) + sizeof(*cmsg), GFP_KERNEL);
287 if (!cmsg)
290 msg = (struct w1_netlink_msg *)(cmsg + 1);
293 memcpy(cmsg, rcmsg, sizeof(*cmsg));
294 cmsg->len = sizeof(*msg);
304 cmsg->len += sizeof(*cmd);
307 error = cn_netlink_send(cmsg,
[all...]
/drivers/isdn/i4l/
H A Disdn_tty.c777 cmd.parm.cmsg.Length = l + 18;
778 cmd.parm.cmsg.Command = CAPI_FACILITY;
779 cmd.parm.cmsg.Subcommand = CAPI_REQ;
780 cmd.parm.cmsg.adr.Controller = info->isdn_driver + 1;
781 cmd.parm.cmsg.para[0] = 3; /* 16 bit 0x0003 suplementary service */
782 cmd.parm.cmsg.para[1] = 0;
783 cmd.parm.cmsg.para[2] = l + 3;
784 cmd.parm.cmsg.para[3] = 4; /* 16 bit 0x0004 Suspend */
785 cmd.parm.cmsg.para[4] = 0;
786 cmd.parm.cmsg
[all...]
H A Disdn_common.c716 return (isdn_capi_rec_hl_msg(&c->parm.cmsg));
/drivers/isdn/hisax/
H A Dcallc.c1567 capi_debug(chanp, &ic->parm.cmsg);
1568 if (ic->parm.cmsg.Length < 8)
1570 switch (ic->parm.cmsg.Command) {
1572 if (ic->parm.cmsg.Subcommand == CAPI_REQ)
1573 lli_got_fac_req(chanp, &ic->parm.cmsg);
1576 if (ic->parm.cmsg.Subcommand == CAPI_REQ)
1577 lli_got_manufacturer(chanp, csta, &ic->parm.cmsg);

Completed in 5469 milliseconds