Home
last modified time | relevance | path

Searched refs:bt_dev_warn (Results 1 – 13 of 13) sorted by relevance

/linux/net/bluetooth/
H A Daosp.c79 bt_dev_warn(hdev, "AOSP capabilities version %u too old", in aosp_do_open()
85 bt_dev_warn(hdev, "AOSP quality report is not supported"); in aosp_do_open()
H A Dmsft.c909 bt_dev_warn(hdev, "MSFT: Remove address (%pMR) filter", in msft_add_address_filter_sync()
1032 bt_dev_warn(hdev, "MSFT: Unexpected device event %pMR, %u, %u", in msft_monitor_device_evt()
1145 bt_dev_warn(hdev, "MSFT filter_enable is already %s", in msft_le_set_advertisement_filter_enable_cb()
H A Dmgmt.c3032 bt_dev_warn(hdev, "Skipping blocked link key for %pMR", in load_link_keys()
3038 bt_dev_warn(hdev, in load_link_keys()
3045 bt_dev_warn(hdev, "Invalid link key type %u for %pMR", in load_link_keys()
5218 bt_dev_warn(hdev, "Bad flag given (0x%x) vs supported (0x%0x)", in set_device_flags()
5234 bt_dev_warn(hdev, "No such BR/EDR device %pMR (0x%x)", in set_device_flags()
5249 bt_dev_warn(hdev, "No such LE device %pMR (0x%x)", in set_device_flags()
5259 bt_dev_warn(hdev, "Bad flag given (0x%x) vs supported (0x%0x)", in set_device_flags()
7235 bt_dev_warn(hdev, "Skipping blocked IRK for %pMR", in load_irks()
7320 bt_dev_warn(hdev, "Skipping blocked LTK for %pMR", in load_long_term_keys()
7326 bt_dev_warn(hdev, "Invalid LTK for %pMR", in load_long_term_keys()
H A Dhci_event.c102 bt_dev_warn(hdev, "Ignoring error of Inquiry Cancel command"); in hci_cc_inquiry_cancel()
917 bt_dev_warn(hdev, "broken local ext features page 2"); in hci_cc_read_local_ext_features()
4260 bt_dev_warn(hdev, "unexpected cc 0x%4.4x length: %u > %u", in hci_cc_func()
4512 bt_dev_warn(hdev, "hcon %p sent %u < count %u", in hci_num_comp_pkts_evt()
7523 bt_dev_warn(hdev, "unexpected subevent 0x%2.2x length: %u > %u", in hci_le_meta_evt()
7820 bt_dev_warn(hdev, "Received unexpected HCI Event 0x%2.2x", in hci_event_packet()
H A Dhci_sync.c5040 bt_dev_warn(hdev, "%s", hci_broken_table[i].desc); in hci_dev_setup_sync()
6935 bt_dev_warn(hdev, "Failed to cancel inquiry %d", err); in hci_acl_create_conn_sync()
H A Dhci_core.c1995 bt_dev_warn(hdev, "Removing monitor with no matching handle %d", in hci_remove_adv_monitor()
/linux/drivers/bluetooth/
H A Dbtrtl.h11 #define rtl_dev_warn(dev, fmt, ...) bt_dev_warn(dev, "RTL: " fmt, ##__VA_ARGS__)
H A Dbtintel.c1421 bt_dev_warn(hdev, "Debug features not read"); in btintel_set_debug_features()
1469 bt_dev_warn(hdev, "Debug features not read"); in btintel_reset_debug_features()
2576 bt_dev_warn(hdev, "PPAG-BT: ACPI Failure: %s", acpi_format_exception(status)); in btintel_set_ppag()
2582 bt_dev_warn(hdev, "PPAG-BT: Invalid object type: %d or package count: %d", in btintel_set_ppag()
2620 bt_dev_warn(hdev, "Failed to send PPAG Enable (%ld)", PTR_ERR(skb)); in btintel_set_ppag()
2720 bt_dev_warn(hdev, "No support for dsm to set reset method"); in btintel_set_dsm_reset_method()
2913 bt_dev_warn(hdev, "ACPI-BT: Invalid object type: %d or package count: %d", in btintel_evaluate_acpi_method()
2944 bt_dev_warn(hdev, "Failed to send sar ddc id:0x%4.4x (%ld)", in btintel_send_sar_ddc()
3097 bt_dev_warn(hdev, "Failed to send Intel SAR Enable (%ld)", PTR_ERR(skb)); in btintel_set_mutual_sar()
H A Dbtintel_pcie.c293 bt_dev_warn(hdev, "Controller device warning (boot_stage: 0x%8.8x)", reg); in btintel_pcie_dump_debug_registers()
649 bt_dev_warn(hdev, "Buffer index is invalid"); in btintel_pcie_read_dram_buffers()
879 bt_dev_warn(data->hdev, "Controller device warning (boot_stage: 0x%8.8x)", in btintel_pcie_in_error()
2623 bt_dev_warn(data->hdev, in btintel_pcie_set_dxstate()
H A Dhci_ll.c496 bt_dev_warn(lldev->hu.hdev, in send_command_from_firmware()
H A Dbtusb.c1279 bt_dev_warn(data->hdev, in btusb_recv_intr()
2575bt_dev_warn(hdev, "CSR: Unbranded CSR clone detected; adding workarounds and force-suspending once… in btusb_setup_csr()
2627bt_dev_warn(hdev, "CSR: Couldn't suspend the device for our Barrot 8041a02 receive-issue workaroun… in btusb_setup_csr()
H A Dhci_qca.c2055 bt_dev_warn(hdev, "Retry BT power ON:%d", retries); in qca_setup()
/linux/include/net/bluetooth/
H A Dbluetooth.h294 #define bt_dev_warn(hdev, fmt, ...) \ macro