Home
last modified time | relevance | path

Searched refs:bt_dev_info (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/bluetooth/
Dhci_intel.c494 bt_dev_info(hdev, "Change controller speed to %d", speed); in intel_set_baudrate()
696 bt_dev_info(hdev, "Device revision is %u", in intel_setup()
699 bt_dev_info(hdev, "Secure boot is %s", in intel_setup()
702 bt_dev_info(hdev, "Minimum firmware build %u week %u %u", in intel_setup()
721 bt_dev_info(hdev, "No device address configured"); in intel_setup()
742 bt_dev_info(hdev, "Found device firmware: %s", fwname); in intel_setup()
826 bt_dev_info(hdev, "Waiting for firmware download to complete"); in intel_setup()
864 bt_dev_info(hdev, "Firmware loaded in %llu usecs", duration); in intel_setup()
897 bt_dev_info(hdev, "Waiting for device to boot"); in intel_setup()
909 bt_dev_info(hdev, "Device booted in %llu usecs", duration); in intel_setup()
[all …]
Dbtintel.c257 bt_dev_info(hdev, "Found Intel DDC parameters: %s", ddc_name); in btintel_load_ddc_config()
282 bt_dev_info(hdev, "Applying Intel DDC parameters completed"); in btintel_load_ddc_config()
526 bt_dev_info(hdev, "regmap: Init R%x-W%x region", opcode_read, in btintel_regmap_init()
Dhci_bcm.c377 bt_dev_info(hu->hdev, "BCM: Patch %s not found", fw_name); in bcm_setup()
383 bt_dev_info(hu->hdev, "BCM: Patch failed (%d)", err); in bcm_setup()
/linux-4.4.14/include/net/bluetooth/
Dbluetooth.h138 #define bt_dev_info(hdev, fmt, ...) \ macro