Home
last modified time | relevance | path

Searched refs:bt_dev_err (Results 1 – 25 of 32) sorted by relevance

12

/linux/drivers/bluetooth/
A Dbtintel.c226 bt_dev_err(hdev, "Hardware error 0x%2.2x", code); in btintel_hw_error()
244 bt_dev_err(hdev, "Exception info size mismatch"); in btintel_hw_error()
1003 bt_dev_err(hdev, in btintel_download_firmware_payload()
1152 bt_dev_err(hdev, "Invalid CSS Header version"); in btintel_download_fw_tlv()
1178 bt_dev_err(hdev, "Invalid CSS Header version"); in btintel_download_fw_tlv()
1698 bt_dev_err(hdev, "Firmware loading timeout"); in btintel_download_wait()
1703 bt_dev_err(hdev, "Firmware loading failed"); in btintel_download_wait()
1728 bt_dev_err(hdev, "Device boot interrupted"); in btintel_boot_wait()
1733 bt_dev_err(hdev, "Device boot timeout"); in btintel_boot_wait()
2174 bt_dev_err(hdev, "Invalid link type(%u)", link); in btintel_get_codec_config_data()
[all …]
A Dbtbcm.c50 bt_dev_err(hdev, "BCM: Device address length mismatch"); in btbcm_check_bdaddr()
195 bt_dev_err(hdev, "BCM: Patch is corrupted"); in btbcm_patchram()
210 bt_dev_err(hdev, "BCM: Patch command %04x failed (%d)", in btbcm_patchram()
233 bt_dev_err(hdev, "BCM: Reset failed (%d)", err); in btbcm_reset()
251 bt_dev_err(hdev, "BCM: Reading local name failed (%ld)", in btbcm_read_local_name()
257 bt_dev_err(hdev, "BCM: Local name length mismatch"); in btbcm_read_local_name()
278 bt_dev_err(hdev, "BCM: Local version length mismatch"); in btbcm_read_local_version()
298 bt_dev_err(hdev, "BCM: Verbose config length mismatch"); in btbcm_read_verbose_config()
332 bt_dev_err(hdev, "BCM: Read USB product info failed (%ld)", in btbcm_read_usb_product()
338 bt_dev_err(hdev, "BCM: USB product length mismatch"); in btbcm_read_usb_product()
[all …]
A Dbtqca.c45 bt_dev_err(hdev, "Reading QCA version information failed (%d)", in qca_read_soc_version()
58 bt_dev_err(hdev, "QCA TLV with no header"); in qca_read_soc_version()
91 bt_dev_err(hdev, "QCA Failed to get version (%d)", err); in qca_read_soc_version()
111 bt_dev_err(hdev, "Reading QCA fw build info failed (%d)", in qca_read_fw_build_info()
118 bt_dev_err(hdev, "QCA read fw build info with no header"); in qca_read_fw_build_info()
154 bt_dev_err(hdev, "QCA Reset failed (%d)", err); in qca_send_reset()
175 bt_dev_err(hdev, "QCA preshutdown_cmd failed (%d)", err); in qca_send_pre_shutdown_cmd()
342 bt_dev_err(hdev, "QCA TLV response size mismatch"); in qca_tlv_send_segment()
349 bt_dev_err(hdev, "TLV with no header"); in qca_tlv_send_segment()
426 bt_dev_err(hdev, "QCA Failed to request file: %s (%d)", in qca_download_firmware()
[all …]
A Dhci_intel.c117 bt_dev_err(hu->hdev, "Device boot interrupted"); in intel_wait_booting()
122 bt_dev_err(hu->hdev, "Device boot timeout"); in intel_wait_booting()
140 bt_dev_err(hu->hdev, "LPM transaction interrupted"); in intel_wait_lpm_transaction()
145 bt_dev_err(hu->hdev, "LPM transaction timeout"); in intel_wait_lpm_transaction()
188 bt_dev_err(hu->hdev, "Device suspend error"); in intel_lpm_suspend()
232 bt_dev_err(hu->hdev, "Device resume error"); in intel_lpm_resume()
485 bt_dev_err(hdev, "Unsupported speed"); in intel_set_baudrate()
729 bt_dev_err(hdev, "Invalid size of firmware file (%zu)", in intel_setup()
761 bt_dev_err(hdev, "Firmware loading interrupted"); in intel_setup()
767 bt_dev_err(hdev, "Firmware loading timeout"); in intel_setup()
[all …]
A Dhci_mrvl.c152 bt_dev_err(hu->hdev, "Unable to alloc ack/nak packet"); in mrvl_send_ack()
169 bt_dev_err(hdev, "Corrupted mrvl header"); in mrvl_recv_fw_req()
177 bt_dev_err(hdev, "Received unexpected firmware request"); in mrvl_recv_fw_req()
202 bt_dev_err(hdev, "Corrupted mrvl header"); in mrvl_recv_chip_ver()
210 bt_dev_err(hdev, "Received unexpected chip version"); in mrvl_recv_chip_ver()
262 bt_dev_err(hu->hdev, "Frame reassembly failed (%d)", err); in mrvl_recv()
280 bt_dev_err(hdev, "Failed to load firmware file %s", name); in mrvl_load_firmware()
301 bt_dev_err(hdev, "Firmware load interrupted"); in mrvl_load_firmware()
305 bt_dev_err(hdev, "Firmware request timeout"); in mrvl_load_firmware()
321 bt_dev_err(hdev, "Firmware loading failure"); in mrvl_load_firmware()
[all …]
A Dbtusb.c625 bt_dev_err(hdev, "Initiating HW reset via gpio"); in btusb_intel_cmd_timeout()
655 bt_dev_err(hdev, "Reset Realtek device via gpio"); in btusb_rtl_cmd_timeout()
905 bt_dev_err(hdev, "corrupted event packet"); in btusb_intr_complete()
968 bt_dev_err(hdev, "urb %p submission failed (%d)", in btusb_submit_intr_urb()
995 bt_dev_err(hdev, "corrupted ACL packet"); in btusb_bulk_complete()
1057 bt_dev_err(hdev, "urb %p submission failed (%d)", in btusb_submit_bulk_urb()
1091 bt_dev_err(hdev, "corrupted SCO packet"); in btusb_isoc_complete()
1215 bt_dev_err(hdev, "urb %p submission failed (%d)", in btusb_submit_isoc_urb()
1692 bt_dev_err(hdev, "invalid SCO descriptors"); in __set_isoc_interface()
3096 bt_dev_err(hdev, "%s: No memory", __func__); in marvell_config_oob_wake()
[all …]
A Dbtmtksdio.c212 bt_dev_err(hdev, "Execution of wmt command interrupted"); in mtk_hci_wmt_sync()
218 bt_dev_err(hdev, "Execution of wmt command timed out"); in mtk_hci_wmt_sync()
226 bt_dev_err(hdev, "Wrong op received %d expected %d", in mtk_hci_wmt_sync()
433 bt_dev_err(bdev->hdev, "Invalid bt type 0x%02x", in btmtksdio_rx_packet()
515 bt_dev_err(bdev->hdev, "CHISR is 0"); in btmtksdio_interrupt()
559 bt_dev_err(bdev->hdev, "Cannot get ownership from device"); in btmtksdio_open()
692 bt_dev_err(hdev, "Failed to load firmware file (%d)", err); in mtk_setup_firmware()
706 bt_dev_err(hdev, "Failed to power on data RAM (%d)", err); in mtk_setup_firmware()
741 bt_dev_err(hdev, "Failed to send wmt patch dwnld (%d)", in mtk_setup_firmware()
759 bt_dev_err(hdev, "Failed to send wmt rst (%d)", err); in mtk_setup_firmware()
[all …]
A Dbtmtkuart.c193 bt_dev_err(hdev, "Execution of wmt command interrupted"); in mtk_hci_wmt_sync()
199 bt_dev_err(hdev, "Execution of wmt command timed out"); in mtk_hci_wmt_sync()
208 bt_dev_err(hdev, "Wrong op received %d expected %d", in mtk_hci_wmt_sync()
288 bt_dev_err(hdev, "Failed to send wmt patch dwnld (%d)", in mtk_setup_firmware()
306 bt_dev_err(hdev, "Failed to send wmt rst (%d)", err); in mtk_setup_firmware()
453 bt_dev_err(bdev->hdev, "stp format unexpect (%d, %d)", in mtk_stp_split()
510 bt_dev_err(bdev->hdev, in btmtkuart_recv()
558 bt_dev_err(hdev, "Unable to open UART device %s", in btmtkuart_open()
683 bt_dev_err(hdev, "Failed to device baudrate (%d)", err); in btmtkuart_change_baudrate()
690 bt_dev_err(hdev, "Failed to set up host baudrate (%d)", in btmtkuart_change_baudrate()
[all …]
A Dbfusb.c136 bt_dev_err(data->hdev, "bulk tx submit failed urb %p err %d", in bfusb_send_bulk()
235 bt_dev_err(data->hdev, "bulk rx submit failed urb %p err %d", in bfusb_rx_submit()
250 bt_dev_err(data->hdev, "error in block"); in bfusb_recv_block()
262 bt_dev_err(data->hdev, "unexpected start block"); in bfusb_recv_block()
268 bt_dev_err(data->hdev, "no packet type found"); in bfusb_recv_block()
280 bt_dev_err(data->hdev, "event block is too short"); in bfusb_recv_block()
290 bt_dev_err(data->hdev, "data block is too short"); in bfusb_recv_block()
300 bt_dev_err(data->hdev, "audio block is too short"); in bfusb_recv_block()
308 bt_dev_err(data->hdev, "no memory for the packet"); in bfusb_recv_block()
317 bt_dev_err(data->hdev, "unexpected continuation block"); in bfusb_recv_block()
[all …]
A Dhci_ag6xx.c113 bt_dev_err(hu->hdev, "Frame reassembly failed (%d)", err); in ag6xx_recv()
179 bt_dev_err(hdev, "Unsupported Intel hardware platform: 0x%X", in ag6xx_setup()
188 bt_dev_err(hdev, "Unsupported Intel hardware variant: 0x%x", in ag6xx_setup()
198 bt_dev_err(hdev, "Failed to open Intel bddata file: %s (%d)", in ag6xx_setup()
208 bt_dev_err(hdev, "Applying bddata failed (%ld)", PTR_ERR(skb)); in ag6xx_setup()
235 bt_dev_err(hdev, "Failed to open Intel patch file: %s(%d)", in ag6xx_setup()
276 bt_dev_err(hdev, "Patching failed"); in ag6xx_setup()
A Dhci_ll.c369 bt_dev_err(hdev, "received HCILL_GO_TO_SLEEP_ACK in state %ld", in ll_recv_frame()
436 bt_dev_err(hu->hdev, "Frame reassembly failed (%d)", err); in ll_recv()
462 bt_dev_err(hdev, "Reading TI version information failed (%ld)", in read_local_version()
481 bt_dev_err(hdev, "Failed to read TI version info: %d", err); in read_local_version()
505 bt_dev_err(lldev->hu.hdev, "send command failed"); in send_command_from_firmware()
542 bt_dev_err(lldev->hu.hdev, "request_firmware failed(errno %d) for %s", in download_firmware()
632 bt_dev_err(hu->hdev, "Failed to get CTS"); in ll_setup()
641 bt_dev_err(hu->hdev, "download firmware failed, retrying..."); in ll_setup()
A Dhci_h5.c195 bt_dev_err(hu->hdev, "Peer device has reset"); in h5_peer_reset()
458 bt_dev_err(hu->hdev, "Invalid header checksum"); in h5_rx_3wire_hdr()
464 bt_dev_err(hu->hdev, "Out-of-order packet arrived (%u != %u)", in h5_rx_3wire_hdr()
472 bt_dev_err(hu->hdev, "Non-link packet received in non-active state"); in h5_rx_3wire_hdr()
495 bt_dev_err(hu->hdev, "Can't allocate mem for new packet"); in h5_rx_pkt_start()
571 bt_dev_err(hu->hdev, "Too short H5 packet"); in h5_recv()
604 bt_dev_err(hu->hdev, "Packet too long (%u bytes)", skb->len); in h5_enqueue()
610 bt_dev_err(hu->hdev, "Ignoring HCI data in non-active state"); in h5_enqueue()
627 bt_dev_err(hu->hdev, "Unknown packet type %u", hci_skb_pkt_type(skb)); in h5_enqueue()
687 bt_dev_err(hu->hdev, "Unknown packet type %u", pkt_type); in h5_prepare_pkt()
[all …]
A Dbpa10x.c105 bt_dev_err(hdev, "corrupted event packet"); in bpa10x_rx_complete()
115 bt_dev_err(hdev, "urb %p failed to resubmit (%d)", urb, -err); in bpa10x_rx_complete()
151 bt_dev_err(hdev, "urb %p submission failed (%d)", urb, -err); in bpa10x_submit_intr_urb()
191 bt_dev_err(hdev, "urb %p submission failed (%d)", urb, -err); in bpa10x_submit_bulk_urb()
333 bt_dev_err(hdev, "urb %p submission failed", urb); in bpa10x_send_frame()
A Dhci_qca.c1030 bt_dev_err(hu->hdev, "Rx invalid memdump size"); in qca_controller_memdump()
1058 bt_dev_err(hu->hdev, "QCA: Discarding other packets"); in qca_controller_memdump()
1082 bt_dev_err(hu->hdev, in qca_controller_memdump()
1097 bt_dev_err(hu->hdev, in qca_controller_memdump()
1110 bt_dev_err(hu->hdev, in qca_controller_memdump()
1292 bt_dev_err(hdev, "Failed to allocate baudrate packet"); in qca_set_baudrate()
1452 bt_dev_err(hu->hdev, in qca_set_speed()
1613 bt_dev_err(hu->hdev, "failed to open port"); in qca_regulator_init()
1654 bt_dev_err(hu->hdev, "failed to open port"); in qca_regulator_init()
1790 bt_dev_err(hdev, "failed to open port"); in qca_setup()
[all …]
A Dhci_serdev.c208 bt_dev_err(hdev, "Failed to set baudrate"); in hci_uart_setup()
222 bt_dev_err(hdev, "Reading local version info failed (%ld)", in hci_uart_setup()
228 bt_dev_err(hdev, "Event length mismatch for version info"); in hci_uart_setup()
A Dhci_bcm.c184 bt_dev_err(hdev, "BCM: failed to write clock (%d)", in bcm_set_baudrate()
204 bt_dev_err(hdev, "BCM: failed to write update baudrate (%d)", in bcm_set_baudrate()
390 bt_dev_err(hu->hdev, "Sleep VSC failed (%d)", err); in bcm_setup_sleep()
537 bt_dev_err(hu->hdev, "Failed to power down"); in bcm_close()
684 bt_dev_err(hu->hdev, "Frame reassembly failed (%d)", err); in bcm_recv()
A Dbtrtl.h10 #define rtl_dev_err(dev, fmt, ...) bt_dev_err(dev, "RTL: " fmt, ##__VA_ARGS__)
A Dhci_ath.c198 bt_dev_err(hu->hdev, "Frame reassembly failed (%d)", err); in ath_recv()
/linux/net/bluetooth/
A Dhci_codec.c65 bt_dev_err(hdev, "Failed to read codec capabilities (%ld)", in hci_read_codec_capabilities()
120 bt_dev_err(hdev, "Failed to read local supported codecs (%ld)", in hci_read_supported_codecs()
187 bt_dev_err(hdev, "Failed to read local supported codecs (%ld)", in hci_read_supported_codecs_v2()
A Dmsft.c123 bt_dev_err(hdev, "Failed to read MSFT supported features (%ld)", in read_supported_features()
129 bt_dev_err(hdev, "MSFT supported features length mismatch"); in read_supported_features()
259 bt_dev_err(hdev, "MSFT extension not registered"); in msft_do_open()
321 bt_dev_err(hdev, "Failed to register MSFT extension"); in msft_register()
417 bt_dev_err(hdev, "msft add advmon: monitor %u is not found!", in msft_le_monitor_advertisement_cb()
A Dhci_core.c142 bt_dev_err(hdev, "Unknown device type %d", hdev->dev_type); in hci_init1_req()
2658 bt_dev_err(hdev, "command tx timeout"); in hci_cmd_timeout()
3445 bt_dev_err(hdev, "out of memory"); in hci_conn_params_add()
3581 bt_dev_err(hdev, "Suspend timeout bit: %d", i); in hci_suspend_wait_event()
4065 bt_dev_err(hdev, "Injecting HCI hardware error event"); in hci_reset_dev()
4194 bt_dev_err(hdev, "sending frame failed (%d)", err); in hci_send_frame()
4209 bt_dev_err(hdev, "no memory for command"); in hci_send_cmd()
4238 bt_dev_err(hdev, "unresponded command not supported"); in __hci_cmd_send()
4450 bt_dev_err(hdev, "unknown link type %d", conn->type); in hci_low_sent()
4467 bt_dev_err(hdev, "link tx timeout"); in hci_link_tx_to()
[all …]
A Dsmp.c991 bt_dev_err(hcon->hdev, "pairing failed " in smp_random()
1206 bt_dev_err(hdev, "no Link Key found to generate LTK"); in sc_generate_ltk()
1389 bt_dev_err(hcon->hdev, "Unable to create CMAC crypto context"); in smp_chan_create()
2057 bt_dev_err(hdev, "refusing legacy fallback in SC-only mode"); in fixup_sc_false_positive()
2061 bt_dev_err(hdev, "trying to fall back to legacy SMP"); in fixup_sc_false_positive()
2072 bt_dev_err(hdev, "failed to fall back to legacy SMP"); in fixup_sc_false_positive()
2104 bt_dev_err(hdev, "Unexpected SMP Pairing Confirm"); in smp_cmd_pairing_confirm()
2628 bt_dev_err(hcon->hdev, in smp_cmd_ident_addr_info()
3117 bt_dev_err(hdev, "unable to create SMP context for BR/EDR"); in bredr_pairing()
3296 bt_dev_err(hdev, "Unable to create CMAC crypto context"); in smp_add_cid()
[all …]
A Dhci_sysfs.c54 bt_dev_err(hdev, "failed to register connection device"); in hci_conn_add_sysfs()
A Dhci_event.c1948 bt_dev_err(hdev, "no memory for new connection"); in hci_cs_create_conn()
2719 bt_dev_err(hdev, "no memory for new conn"); in hci_conn_complete_evt()
2867 bt_dev_err(hdev, "no memory for new connection"); in hci_conn_request_evt()
3252 bt_dev_err(hdev, "sending read key size failed"); in hci_encrypt_change_evt()
3741 bt_dev_err(hdev, in hci_cmd_complete_evt()
3854 bt_dev_err(hdev, in hci_cmd_status_evt()
3952 bt_dev_err(hdev, "unknown type %d conn %p", in hci_num_comp_pkts_evt()
4024 bt_dev_err(hdev, "unknown type %d conn %p", in hci_num_comp_blocks_evt()
5293 bt_dev_err(hdev, "no memory for new connection"); in le_conn_complete_evt()
6199 bt_dev_err(hdev, "too short HCI event"); in hci_get_cmd_complete()
[all …]
A Dhci_request.c334 bt_dev_err(hdev, "no memory for command (opcode 0x%4.4x)", in hci_req_add_ev()
1667 bt_dev_err(hdev, "unexpected error"); in interleave_scan_work()
1711 bt_dev_err(hdev, "failed to generate new RPA"); in hci_get_random_address()
2174 bt_dev_err(hdev, "failed to generate new RPA"); in hci_update_random_address()
2544 bt_dev_err(conn->hdev, "failed to run HCI request: err %d", err); in hci_abort_conn()
2631 bt_dev_err(hdev, "failed to disable LE scan: status 0x%02x", in le_scan_disable_work()
2663 bt_dev_err(hdev, "inquiry failed: status 0x%02x", status); in le_scan_disable_work()
2722 bt_dev_err(hdev, "failed to restart LE scan: status %d", in le_scan_restart_work()

Completed in 96 milliseconds

12