Home
last modified time | relevance | path

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

/src/usr.sbin/bluetooth/rtlbtfw/
H A Drtlbt_hw.c103 rtlbt_debug("Stray HCI event: %x", in rtlbt_hci_command()
136 rtlbt_debug("Can't read local version: code=%d, size=%d", in rtlbt_read_local_ver()
169 rtlbt_debug("Can't read ROM version: code=%d, size=%d", in rtlbt_read_rom_ver()
204 rtlbt_debug("Can't read reg16: code=%d, size=%d", in rtlbt_read_reg16()
232 rtlbt_debug("download fw (%d/%d)", i + 1, frag_num); in rtlbt_load_fwfile()
H A Dmain.c379 rtlbt_debug("opening dev %d.%d", (int) bus_id, (int) dev_id); in main()
435 rtlbt_debug("firmware_path = %s", firmware_path); in main()
441 rtlbt_debug("rtlbt_fw_read() failed"); in main()
448 rtlbt_debug("Unknown firmware type"); in main()
467 rtlbt_debug("rom_version = %d", rom_version); in main()
478 rtlbt_debug("key_id = %d", key_id); in main()
511 rtlbt_debug("Loading firmware file failed"); in main()
H A Drtlbt_fw.c296 rtlbt_debug("code=%x len=%x", opcode, oplen); in rtlbt_get_fw_type()
304 rtlbt_debug("project_id=%x", project_id); in rtlbt_get_fw_type()
331 rtlbt_debug("fw_version=%x, num_patches=%d", in rtlbt_parse_fwfile_v1()
356 rtlbt_debug( in rtlbt_parse_fwfile_v1()
430 rtlbt_debug("subsection, eco 0x%02x, prio 0x%02x, len 0x%x", in rtlbt_parse_section()
491 rtlbt_debug("FW version %02x%02x%02x%02x-%02x%02x%02x%02x", in rtlbt_parse_fwfile_v2()
504 rtlbt_debug("section, opcode 0x%08x", section->opcode); in rtlbt_parse_fwfile_v2()
547 rtlbt_debug("opcode 0x%08x, addr 0x%p, len 0x%x", in rtlbt_parse_fwfile_v2()
H A Drtlbt_dbg.h41 #define rtlbt_debug(fmt, ...) do { \ macro