Home
last modified time | relevance | path

Searched refs:RS_ERR (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/external/rkwifibt/tools/rtk_hciattach/
H A Dhciattach_h4.c43 RS_ERR("%s: invalid parameter", __func__); in start_xfer_wait()
52 RS_ERR("%s: Write cmd %04x error, %s", __func__, opcode, in start_xfer_wait()
68 RS_ERR("Poll call error, %s", strerror(errno)); in start_xfer_wait()
76 RS_ERR("%s: Transfer exhausted", __func__); in start_xfer_wait()
85 RS_ERR("POLLERR or POLLUP happens, %s", in start_xfer_wait()
94 RS_ERR("%s: Read pkt type error, %s", __func__, in start_xfer_wait()
106 RS_ERR("%s: Read pkt header error, %s", in start_xfer_wait()
115 RS_ERR("%s: hci event too long", __func__); in start_xfer_wait()
121 RS_ERR("%s: Read pkt payload error, %s", in start_xfer_wait()
187 RS_ERR("Transfer patch failed, index %d", index); in h4_download_patch()
[all …]
H A Dhciattach_rtk.c181 RS_ERR("Allocate skb fails!"); in skb_alloc()
204 RS_ERR("Buffer too small"); in skb_put()
220 RS_ERR("Trim error, data_len %u < len %u", skb->data_len, len); in skb_trim()
232 RS_ERR("Pull error, data_len %u < len %u", skb->data_len, len); in skb_pull()
394 RS_ERR("Error: Invalid byte %02x after esc byte", byte); in h5_unslip_one_byte()
431 RS_ERR("Unknown packet type"); in h5_prepare_pkt()
553 RS_ERR("Write pure ack fails"); in rtb_send_ack()
578 RS_ERR("status is %u for cmd %04x", status, opcode); in h5_init_hci_cc()
583 RS_ERR("%s: Received unexpected cc for cmd %04x, %04x of cc", in h5_init_hci_cc()
648 RS_ERR("status is %u for cmd %04x", status, opcode); in h5_post_hci_cc()
[all …]
H A Drtb_fwc.c420 RS_ERR("Invalid Config item len %u", l); in line_process()
465 RS_ERR("Couldnt read %s, %s", path, strerror(errno)); in parse_extra_config()
468 RS_ERR("File is empty"); in parse_extra_config()
473 RS_ERR("Extra Config file is too big"); in parse_extra_config()
648 RS_ERR("%s: Invalid parameter", __func__); in rtb_parse_config()
653 RS_ERR("Signature %02x %02x %02x %02x is incorrect", in rtb_parse_config()
660 RS_ERR("Config len %u is incorrect(%zd)", cfg_len, in rtb_parse_config()
677 RS_ERR("Cannot alloc mem for entry %04x, %u", in rtb_parse_config()
928 RS_ERR("%s: Invalid parameter", __func__); in rtb_read_config()
952 RS_ERR("vendor_storage bt addr chechk failed"); in rtb_read_config()
[all …]
H A Dhciattach.c103 RS_ERR("Initialization timed out."); in sig_alarm()
232 RS_ERR("Can't open serial port, %d, %s", errno, in init_uart()
240 RS_ERR("Can't get port settings, %d, %s", errno, in init_uart()
254 RS_ERR("Can't set port settings, %d, %s", errno, in init_uart()
261 RS_ERR("Can't set initial baud rate, %d, %s", errno, in init_uart()
290 RS_ERR("Can't set line discipline %d, %s", errno, in init_uart()
296 RS_ERR("Can't set UART flags %d, %s", errno, strerror(errno)); in init_uart()
301 RS_ERR("Can't set device %d, %s", errno, strerror(errno)); in init_uart()
321 RS_ERR("Cannot open %s, %d %s", RFKILL_NODE, errno, in reset_bluetooth()
329 RS_ERR("Cannot write 0 to rfkill state %d %s", errno, in reset_bluetooth()
[all …]
H A Dhciattach.h81 #define RS_ERR(fmt, arg...) \ macro
102 #define RS_ERR(fmt, arg...) \ macro
/OK3568_Linux_fs/yocto/meta-rockchip/recipes-devtools/rtl-tools/files/
H A Dhciattach_rtk.c120 #define RS_ERR(fmt, arg...) \ macro
553 RS_ERR("invalid len %u", l); in line_proc()
568 RS_ERR("extra config %04lx is not supported", offset); in line_proc()
608 RS_ERR("Couldnt read %s, %s", path, strerror(errno)); in config_file_proc()
612 RS_ERR("File is empty"); in config_file_proc()
722 RS_ERR("Allocate skb fails!!!"); in skb_alloc()
752 RS_ERR("Buffer too small"); in skb_put()
772 RS_ERR("Error: skb->data_len(%d) < len(%d)", skb->data_len, in skb_trim()
791 RS_ERR("Unable to allocate file buffer"); in skb_pull()
976 RS_ERR("Error: Invalid byte %02x after esc byte", byte); in h5_unslip_one_byte()
[all …]