Searched refs:BT_INFO (Results 1 – 25 of 27) sorted by relevance
12
/linux-2.6.39/drivers/bluetooth/ |
D | hci_h4.c | 181 BT_INFO("HCI H4 protocol initialized"); in h4_init()
|
D | bfusb.c | 569 BT_INFO("BlueFRITZ! USB loading firmware"); in bfusb_load_firmware() 624 BT_INFO("BlueFRITZ! USB device ready"); in bfusb_load_firmware() 770 BT_INFO("BlueFRITZ! USB driver ver %s", VERSION); in bfusb_init()
|
D | hci_ath.c | 225 BT_INFO("HCIATH3K protocol initialized"); in ath_init()
|
D | bcm203x.c | 278 BT_INFO("Broadcom Blutonium firmware driver ver %s", VERSION); in bcm203x_init()
|
D | hci_vhci.c | 296 BT_INFO("Virtual HCI driver ver %s", VERSION); in vhci_init()
|
D | btwilink.c | 377 BT_INFO("Bluetooth Driver for TI WiLink - Version %s", VERSION); in btwilink_init()
|
D | ath3k.c | 424 BT_INFO("Atheros AR30xx firmware driver ver %s", VERSION); in ath3k_init()
|
D | btsdio.c | 392 BT_INFO("Generic Bluetooth SDIO driver ver %s", VERSION); in btsdio_init()
|
D | hci_ll.c | 525 BT_INFO("HCILL protocol initialized"); in ll_init()
|
D | hci_ldisc.c | 534 BT_INFO("HCI UART driver ver %s", VERSION); in hci_uart_init()
|
D | bpa10x.c | 526 BT_INFO("Digianswer Bluetooth USB driver ver %s", VERSION); in bpa10x_init()
|
D | bt3c_cs.c | 362 BT_INFO("%s: Antenna %s", info->hdev->name, in bt3c_interrupt()
|
D | hci_bcsp.c | 747 BT_INFO("HCI BCSP protocol initialized"); in bcsp_init()
|
D | btmrvl_sdio.c | 883 BT_INFO("vendor=0x%x, device=0x%x, class=%d, fn=%d", in btmrvl_sdio_probe()
|
/linux-2.6.39/include/net/bluetooth/ |
D | bluetooth.h | 72 #define BT_INFO(fmt, arg...) printk(KERN_INFO "Bluetooth: " fmt "\n" , ## arg) macro
|
/linux-2.6.39/net/bluetooth/ |
D | af_bluetooth.c | 534 BT_INFO("Core ver %s", VERSION); in bt_init() 546 BT_INFO("HCI device and connection manager initialized"); in bt_init()
|
D | hci_sock.c | 854 BT_INFO("HCI socket layer initialized"); in hci_sock_init()
|
D | sco.c | 1054 BT_INFO("SCO socket layer initialized"); in sco_init()
|
D | l2cap_sock.c | 1141 BT_INFO("L2CAP socket layer initialized"); in l2cap_init_sockets()
|
/linux-2.6.39/net/bluetooth/cmtp/ |
D | capi.c | 568 BT_INFO("Found %d CAPI controller(s) on device %s", session->ncontroller, session->name); in cmtp_attach_device() 577 BT_INFO("Setting up only CAPI controller 1"); in cmtp_attach_device()
|
D | core.c | 472 BT_INFO("CMTP (CAPI Emulation) ver %s", VERSION); in cmtp_init()
|
/linux-2.6.39/net/bluetooth/bnep/ |
D | core.c | 719 BT_INFO("BNEP (Ethernet Emulation) ver %s", VERSION); in bnep_init() 721 BT_INFO("BNEP filters: %s", flt); in bnep_init()
|
/linux-2.6.39/net/bluetooth/rfcomm/ |
D | sock.c | 1053 BT_INFO("RFCOMM socket layer initialized"); in rfcomm_init_sockets()
|
D | tty.c | 1181 BT_INFO("RFCOMM TTY layer initialized"); in rfcomm_init_ttys()
|
/linux-2.6.39/net/bluetooth/hidp/ |
D | core.c | 1187 BT_INFO("HIDP (Human Interface Emulation) ver %s", VERSION); in hidp_init()
|
12