Searched refs:capi_cmd2str (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/isdn/capi/ |
D | capidrv.c | 971 capi_cmd2str(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() 1209 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() 1228 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() 1242 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() 1256 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() [all …]
|
D | capiutil.c | 495 char *capi_cmd2str(u8 cmd, u8 subcmd) in capi_cmd2str() function 792 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in capi_message2str() 826 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in capi_cmsg2str() 898 EXPORT_SYMBOL(capi_cmd2str);
|
D | kcapi.c | 379 capi_cmd2str(cmd, subcmd), in capi_ctr_handle_message() 390 capi_cmd2str(cmd, subcmd), in capi_ctr_handle_message() 408 capi_cmd2str(cmd, subcmd)); in capi_ctr_handle_message() 816 capi_cmd2str(cmd, subcmd), in capi20_put_message() 829 capi_cmd2str(cmd, subcmd), in capi20_put_message()
|
/linux-4.1.27/include/linux/isdn/ |
D | capiutil.h | 173 char *capi_cmd2str(__u8 cmd, __u8 subcmd);
|
/linux-4.1.27/Documentation/isdn/ |
D | INTERFACE.CAPI | 327 char *capi_cmd2str(u8 Command, u8 Subcommand)
|
/linux-4.1.27/drivers/isdn/gigaset/ |
D | capi.c | 226 capi_cmd2str(p->Command, p->Subcommand)); in dump_cmsg()
|