Home
last modified time | relevance | path

Searched refs:Subcommand (Results 1 – 14 of 14) sorted by relevance

/Linux-v4.19/drivers/isdn/capi/
Dcapiutil.c320 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_cmsg2message()
328 byteTLcpy(cmsg->m + 5, &cmsg->Subcommand); in capi_cmsg2message()
394 byteTRcpy(cmsg->m + 5, &cmsg->Subcommand); in capi_message2cmsg()
395 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_message2cmsg()
427 cmsg->Subcommand = _Subcommand; in capi_cmsg_header()
788 byteTRcpy(cmsg->m + 5, &cmsg->Subcommand); in capi_message2str()
789 cmsg->par = capi_cmd2par(cmsg->Command, cmsg->Subcommand); in capi_message2str()
792 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in capi_message2str()
826 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in capi_cmsg2str()
Dcapidrv.c972 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller()
976 switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) { in handle_controller()
1019 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller()
1036 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller()
1054 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller()
1062 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_controller()
1200 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci()
1204 switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) { in handle_plci()
1210 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci()
1229 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci()
[all …]
/Linux-v4.19/Documentation/isdn/
DINTERFACE.CAPI295 CAPIMSG_SUBCOMMAND(m) CAPIMSG_SETSUBCOMMAND(m, cmd) Subcommand (u8)
297 + Subcommand (u16)
316 unsigned capi_cmsg_header(_cmsg *cmsg, u16 ApplId, u8 Command, u8 Subcommand,
324 Sets the low bit of the Subcommand field in *cmsg, thereby converting
327 char *capi_cmd2str(u8 Command, u8 Subcommand)
/Linux-v4.19/include/linux/
Disdnif.h352 __u8 Subcommand; member
/Linux-v4.19/include/linux/isdn/
Dcapiutil.h81 __u8 Subcommand; member
196 cmsg->Subcommand |= 0x01; in capi_cmsg_answer()
/Linux-v4.19/Documentation/networking/
Dcan_ucan_protocol.rst49 ``wValue`` Subcommand Number (16 Bit) or 0 if not used
/Linux-v4.19/drivers/isdn/hisax/
Dcallc.c1573 if (ic->parm.cmsg.Subcommand == CAPI_REQ) in HiSax_command()
1577 if (ic->parm.cmsg.Subcommand == CAPI_REQ) in HiSax_command()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_tty.c782 cmd.parm.cmsg.Subcommand = CAPI_REQ; in isdn_tty_suspend()
872 cmd.parm.cmsg.Subcommand = CAPI_REQ; in isdn_tty_resume()
966 cmd.parm.cmsg.Subcommand = CAPI_REQ; in isdn_tty_send_msg()
/Linux-v4.19/tools/power/cpupower/po/
Dde.po224 msgid "Subcommand %s needs root privileges\n"
Dcs.po229 msgid "Subcommand %s needs root privileges\n"
Dfr.po224 msgid "Subcommand %s needs root privileges\n"
Dit.po224 msgid "Subcommand %s needs root privileges\n"
Dpt.po222 msgid "Subcommand %s needs root privileges\n"
/Linux-v4.19/drivers/isdn/gigaset/
Dcapi.c226 capi_cmd2str(p->Command, p->Subcommand)); in dump_cmsg()