| /OK3568_Linux_fs/external/rkwifibt/drivers/bluetooth_uart_driver/ |
| H A D | hci_ldisc.c | 377 BT_INFO("%s: hdev %p tty %p", __func__, hdev, tty); in __hci_uart_flush() 418 BT_INFO("%s: hdev %p", __func__, hdev); in hci_uart_close() 535 BT_INFO("rtl: skb len %d", skb->len); in hci_uart_async_send() 625 BT_INFO("%s(): auto_connect = %d", __FUNCTION__, p->auto_connect); in rtkbt_lookup_le_device_poweron_whitelist() 626 BT_INFO("%s(): addr_type = 0x%02x", __FUNCTION__, p->addr_type); in rtkbt_lookup_le_device_poweron_whitelist() 627 BT_INFO("%s(): addr=%02x:%02x:%02x:%02x:%02x:%02x", __FUNCTION__, in rtkbt_lookup_le_device_poweron_whitelist() 634 BT_INFO("%s(): Set RTKBT LE Power-on Whitelist for " in rtkbt_lookup_le_device_poweron_whitelist() 706 BT_INFO("Send Disconnect Complete EVENT to upper stack"); in rtkbt_simulate_disconnect_event() 759 BT_INFO("LE Extended Scan Restart..."); in le_scan_restart() 767 BT_INFO("LE Scan Restart..."); in le_scan_restart() [all …]
|
| H A D | hci_rtk_h5.c | 817 BT_INFO("hu %p retransmitting %u pkts", hu, h5->unack.qlen); in h5_timed_event() 842 BT_INFO("h5_open"); in h5_open() 868 BT_INFO("h5_close"); in h5_close() 898 BT_INFO("HCI Realtek H5 protocol initialized"); in h5_init()
|
| H A D | hci_h4.c | 317 BT_INFO("HCI H4 protocol initialized"); in h4_init()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/ |
| H A D | selftest.c | 242 BT_INFO("ECDH test passed in %llu usecs", duration); in test_ecdh() 270 BT_INFO("Starting self testing"); in run_selftest() 279 BT_INFO("Finished self testing"); in run_selftest()
|
| H A D | af_bluetooth.c | 727 BT_INFO("Core ver %s", VERSION); in bt_init() 745 BT_INFO("HCI device and connection manager initialized"); in bt_init()
|
| H A D | 6lowpan.c | 615 BT_INFO("iface %s cannot be opened (%d)", netdev->name, err); in ifup() 722 BT_INFO("register_netdev failed %d", err); in setup_netdev()
|
| H A D | sco.c | 1305 BT_INFO("SCO socket layer initialized"); in sco_init()
|
| H A D | l2cap_sock.c | 1956 BT_INFO("L2CAP socket layer initialized"); in l2cap_init_sockets()
|
| H A D | hci_sock.c | 2102 BT_INFO("HCI socket layer initialized"); in hci_sock_init()
|
| H A D | smp.c | 3832 BT_INFO("SMP test passed in %llu usecs", duration); in run_selftests()
|
| /OK3568_Linux_fs/kernel/drivers/bluetooth/ |
| H A D | btmrvl_sdio.c | 704 BT_INFO("FW download over, size %d bytes", offset); in btmrvl_sdio_download_fw_w_helper() 1285 BT_INFO("%s", buf); in btmrvl_sdio_dump_regs() 1322 BT_INFO("The ctrl reg was changed, re-try again!"); in btmrvl_sdio_rdwr_firmware() 1378 BT_INFO("== btmrvl firmware dump start =="); in btmrvl_sdio_coredump() 1414 BT_INFO("Firmware dump finished!"); in btmrvl_sdio_coredump() 1424 BT_INFO("%s_SIZE=0x%x", entry->mem_name, memory_size); in btmrvl_sdio_coredump() 1442 BT_INFO("Start %s output, please wait...", in btmrvl_sdio_coredump() 1467 BT_INFO("%s done: size=0x%tx", in btmrvl_sdio_coredump() 1475 BT_INFO("== btmrvl firmware dump end =="); in btmrvl_sdio_coredump() 1493 BT_INFO("== btmrvl firmware dump to /sys/class/devcoredump start"); in btmrvl_sdio_coredump() [all …]
|
| H A D | bfusb.c | 526 BT_INFO("BlueFRITZ! USB loading firmware"); in bfusb_load_firmware() 582 BT_INFO("BlueFRITZ! USB device ready"); in bfusb_load_firmware()
|
| H A D | hci_ldisc.c | 52 BT_INFO("HCI UART protocol %s registered", p->name); in hci_uart_register_proto() 849 BT_INFO("HCI UART driver ver %s", VERSION); in hci_uart_init()
|
| H A D | hci_intel.c | 311 BT_INFO("hu %p, Switching compatible pm device (%s) to %u", in intel_set_power()
|
| /OK3568_Linux_fs/kernel/include/net/bluetooth/ |
| H A D | bluetooth.h | 173 #define BT_INFO(fmt, ...) bt_info(fmt "\n", ##__VA_ARGS__) macro 186 BT_INFO("%s: " fmt, bt_dev_name(hdev), ##__VA_ARGS__)
|
| /OK3568_Linux_fs/kernel/net/bluetooth/cmtp/ |
| H A D | capi.c | 539 BT_INFO("Found %d CAPI controller(s) on device %s", session->ncontroller, session->name); in cmtp_attach_device() 548 BT_INFO("Setting up only CAPI controller 1"); in cmtp_attach_device()
|
| H A D | sock.c | 257 BT_INFO("CMTP socket layer initialized"); in cmtp_init_sockets()
|
| H A D | core.c | 502 BT_INFO("CMTP (CAPI Emulation) ver %s", VERSION); in cmtp_init()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/bnep/ |
| H A D | sock.c | 253 BT_INFO("BNEP socket layer initialized"); in bnep_sock_init()
|
| H A D | core.c | 743 BT_INFO("BNEP (Ethernet Emulation) ver %s", VERSION); in bnep_init() 745 BT_INFO("BNEP filters: %s", flt); in bnep_init()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/hidp/ |
| H A D | sock.c | 305 BT_INFO("HIDP socket layer initialized"); in hidp_init_sockets()
|
| H A D | core.c | 1462 BT_INFO("HIDP (Human Interface Emulation) ver %s", VERSION); in hidp_init()
|
| /OK3568_Linux_fs/kernel/net/bluetooth/rfcomm/ |
| H A D | sock.c | 1060 BT_INFO("RFCOMM socket layer initialized"); in rfcomm_init_sockets()
|
| H A D | tty.c | 1151 BT_INFO("RFCOMM TTY layer initialized"); in rfcomm_init_ttys()
|
| H A D | core.c | 2229 BT_INFO("RFCOMM ver %s", VERSION); in rfcomm_init()
|