/linux-6.1.9/net/bluetooth/ |
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()
|
D | af_bluetooth.c | 728 BT_INFO("Core ver %s", VERSION); in bt_init() 746 BT_INFO("HCI device and connection manager initialized"); in bt_init()
|
D | 6lowpan.c | 586 BT_INFO("iface %s cannot be opened (%d)", netdev->name, err); in ifup() 694 BT_INFO("register_netdev failed %d", err); in setup_netdev()
|
D | sco.c | 1476 BT_INFO("SCO socket layer initialized"); in sco_init()
|
D | l2cap_sock.c | 1957 BT_INFO("L2CAP socket layer initialized"); in l2cap_init_sockets()
|
D | iso.c | 1827 BT_INFO("ISO socket layer initialized"); in iso_init()
|
D | hci_sock.c | 2158 BT_INFO("HCI socket layer initialized"); in hci_sock_init()
|
D | smp.c | 3799 BT_INFO("SMP test passed in %llu usecs", duration); in run_selftests()
|
D | mgmt.c | 1117 BT_INFO("MGMT ver %d.%d", MGMT_VERSION, MGMT_REVISION); in mgmt_init_hdev()
|
/linux-6.1.9/drivers/bluetooth/ |
D | btmrvl_sdio.c | 691 BT_INFO("FW download over, size %d bytes", offset); in btmrvl_sdio_download_fw_w_helper() 1272 BT_INFO("%s", buf); in btmrvl_sdio_dump_regs() 1309 BT_INFO("The ctrl reg was changed, re-try again!"); in btmrvl_sdio_rdwr_firmware() 1366 BT_INFO("== btmrvl firmware dump start =="); in btmrvl_sdio_coredump() 1402 BT_INFO("Firmware dump finished!"); in btmrvl_sdio_coredump() 1412 BT_INFO("%s_SIZE=0x%x", entry->mem_name, memory_size); in btmrvl_sdio_coredump() 1430 BT_INFO("Start %s output, please wait...", in btmrvl_sdio_coredump() 1453 BT_INFO("%s done: size=0x%tx", in btmrvl_sdio_coredump() 1461 BT_INFO("== btmrvl firmware dump end =="); in btmrvl_sdio_coredump() 1479 BT_INFO("== btmrvl firmware dump to /sys/class/devcoredump start"); in btmrvl_sdio_coredump() [all …]
|
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()
|
D | hci_ldisc.c | 52 BT_INFO("HCI UART protocol %s registered", p->name); in hci_uart_register_proto() 846 BT_INFO("HCI UART driver ver %s", VERSION); in hci_uart_init()
|
D | hci_intel.c | 311 BT_INFO("hu %p, Switching compatible pm device (%s) to %u", in intel_set_power()
|
/linux-6.1.9/include/net/bluetooth/ |
D | bluetooth.h | 242 #define BT_INFO(fmt, ...) bt_info(fmt "\n", ##__VA_ARGS__) macro 255 BT_INFO("%s: " fmt, bt_dev_name(hdev), ##__VA_ARGS__)
|
/linux-6.1.9/net/bluetooth/cmtp/ |
D | sock.c | 257 BT_INFO("CMTP socket layer initialized"); in cmtp_init_sockets()
|
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()
|
D | core.c | 502 BT_INFO("CMTP (CAPI Emulation) ver %s", VERSION); in cmtp_init()
|
/linux-6.1.9/net/bluetooth/bnep/ |
D | sock.c | 254 BT_INFO("BNEP socket layer initialized"); in bnep_sock_init()
|
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()
|
/linux-6.1.9/net/bluetooth/hidp/ |
D | sock.c | 306 BT_INFO("HIDP socket layer initialized"); in hidp_init_sockets()
|
D | core.c | 1462 BT_INFO("HIDP (Human Interface Emulation) ver %s", VERSION); in hidp_init()
|
/linux-6.1.9/net/bluetooth/rfcomm/ |
D | sock.c | 1068 BT_INFO("RFCOMM socket layer initialized"); in rfcomm_init_sockets()
|
D | tty.c | 1153 BT_INFO("RFCOMM TTY layer initialized"); in rfcomm_init_ttys()
|
D | core.c | 2229 BT_INFO("RFCOMM ver %s", VERSION); in rfcomm_init()
|