Searched refs:Subcommand (Results 1 – 10 of 10) sorted by relevance
/Linux-v5.4/drivers/isdn/capi/ |
D | capiutil.c | 320 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()
|
/Linux-v5.4/Documentation/isdn/ |
D | interface_capi.rst | 346 CAPIMSG_SUBCOMMAND(m) CAPIMSG_SETSUBCOMMAND(m, cmd) Subcommand (u8) 348 + Subcommand (u16) 368 ``unsigned capi_cmsg_header(_cmsg *cmsg, u16 ApplId, u8 Command, u8 Subcommand, u16 Messagenumber, … 375 Sets the low bit of the Subcommand field in ``*cmsg``, thereby 378 ``char *capi_cmd2str(u8 Command, u8 Subcommand)``
|
/Linux-v5.4/include/linux/isdn/ |
D | capiutil.h | 81 __u8 Subcommand; member 196 cmsg->Subcommand |= 0x01; in capi_cmsg_answer()
|
/Linux-v5.4/Documentation/networking/ |
D | can_ucan_protocol.rst | 49 ``wValue`` Subcommand Number (16 Bit) or 0 if not used
|
/Linux-v5.4/tools/power/cpupower/po/ |
D | cs.po | 229 msgid "Subcommand %s needs root privileges\n"
|
D | fr.po | 224 msgid "Subcommand %s needs root privileges\n"
|
D | it.po | 224 msgid "Subcommand %s needs root privileges\n"
|
D | pt.po | 222 msgid "Subcommand %s needs root privileges\n"
|
D | de.po | 236 msgid "Subcommand %s needs root privileges\n"
|
/Linux-v5.4/drivers/staging/isdn/gigaset/ |
D | capi.c | 223 capi_cmd2str(p->Command, p->Subcommand)); in dump_cmsg()
|