Searched refs:capi_cmd2str (Results 1 – 5 of 5) sorted by relevance
/linux-4.19.296/drivers/isdn/capi/ |
D | capidrv.c | 972 capi_cmd2str(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() 1210 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() 1229 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() 1243 capi_cmd2str(cmsg->Command, cmsg->Subcommand), in handle_plci() 1257 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() 822 capi_cmd2str(cmd, subcmd), in capi20_put_message() 835 capi_cmd2str(cmd, subcmd), in capi20_put_message()
|
/linux-4.19.296/include/linux/isdn/ |
D | capiutil.h | 173 char *capi_cmd2str(__u8 cmd, __u8 subcmd);
|
/linux-4.19.296/drivers/isdn/gigaset/ |
D | capi.c | 226 capi_cmd2str(p->Command, p->Subcommand)); in dump_cmsg()
|