Searched refs:Subcommand (Results  1 – 13 of 13) sorted by relevance
| /linux-4.4.14/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()
  | 
| D | capidrv.c | 971 		       capi_cmd2str(cmsg->Command, cmsg->Subcommand),  in handle_controller() 975 	switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) {  in handle_controller() 1018 			       capi_cmd2str(cmsg->Command, cmsg->Subcommand),  in handle_controller() 1035 				       capi_cmd2str(cmsg->Command, cmsg->Subcommand),  in handle_controller() 1053 		       capi_cmd2str(cmsg->Command, cmsg->Subcommand),  in handle_controller() 1061 	       capi_cmd2str(cmsg->Command, cmsg->Subcommand),  in handle_controller() 1199 		       capi_cmd2str(cmsg->Command, cmsg->Subcommand),  in handle_plci() 1203 	switch (CAPICMD(cmsg->Command, cmsg->Subcommand)) {  in handle_plci() 1209 			       capi_cmd2str(cmsg->Command, cmsg->Subcommand),  in handle_plci() 1228 			       capi_cmd2str(cmsg->Command, cmsg->Subcommand),  in handle_plci() [all …] 
 | 
| /linux-4.4.14/Documentation/isdn/ | 
| D | INTERFACE.CAPI | 295 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-4.4.14/include/linux/ | 
| D | isdnif.h | 352 	__u8 Subcommand;  member
  | 
| /linux-4.4.14/include/linux/isdn/ | 
| D | capiutil.h | 81 	__u8 Subcommand;  member 196 	cmsg->Subcommand |= 0x01;  in capi_cmsg_answer()
  | 
| /linux-4.4.14/drivers/isdn/hisax/ | 
| D | callc.c | 1572 			if (ic->parm.cmsg.Subcommand == CAPI_REQ)  in HiSax_command() 1576 			if (ic->parm.cmsg.Subcommand == CAPI_REQ)  in HiSax_command()
  | 
| /linux-4.4.14/drivers/isdn/i4l/ | 
| D | isdn_tty.c | 781 		cmd.parm.cmsg.Subcommand = CAPI_REQ;  in isdn_tty_suspend() 871 		cmd.parm.cmsg.Subcommand = CAPI_REQ;  in isdn_tty_resume() 965 		cmd.parm.cmsg.Subcommand = CAPI_REQ;  in isdn_tty_send_msg()
  | 
| /linux-4.4.14/tools/power/cpupower/po/ | 
| D | de.po | 224 msgid "Subcommand %s needs root privileges\n"
  | 
| D | it.po | 224 msgid "Subcommand %s needs root privileges\n"
  | 
| D | cs.po | 229 msgid "Subcommand %s needs root privileges\n"
  | 
| D | fr.po | 224 msgid "Subcommand %s needs root privileges\n"
  | 
| D | pt.po | 222 msgid "Subcommand %s needs root privileges\n"
  | 
| /linux-4.4.14/drivers/isdn/gigaset/ | 
| D | capi.c | 226 			capi_cmd2str(p->Command, p->Subcommand));  in dump_cmsg()
  |