Home
last modified time | relevance | path

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

/src/usr.sbin/bluetooth/rtlbtfw/
H A Dmain.c193 rtlbt_err("Cannot retrieve config descriptor: %s", in rtlbt_is_bluetooth()
230 rtlbt_err("libusb_get_device_list() failed: code %lld", in rtlbt_find_device()
245 rtlbt_err("libusb_get_device_descriptor: %s", in rtlbt_find_device()
375 rtlbt_err("libusb_init failed: code %d", r); in main()
384 rtlbt_err("device not found"); in main()
395 rtlbt_err("libusb_open() failed: code %d", r); in main()
402 rtlbt_err("libusb_kernel_driver_active() failed: code %d", r); in main()
414 rtlbt_err("rtlbt_read_local_ver() failed code %d", r); in main()
422 rtlbt_err("rtlbt_get_ic() failed: Unknown IC"); in main()
456 rtlbt_err("firmware is for %x but this is a %x", in main()
[all …]
H A Drtlbt_hw.c67 rtlbt_err("libusb_control_transfer() failed: err=%s", in rtlbt_hci_command()
86 rtlbt_err("libusb_interrupt_transfer() failed: err=%s", in rtlbt_hci_command()
107 rtlbt_err("libusb_interrupt_transfer() failed: err=%s", in rtlbt_hci_command()
255 rtlbt_err("download fw command failed (%d)", errno); in rtlbt_load_fwfile()
259 rtlbt_err("download fw event length mismatch"); in rtlbt_load_fwfile()
H A Drtlbt_fw.c201 rtlbt_err("read len %d != file size %d", in rtlbt_fw_read()
266 rtlbt_err("firmware file too small"); in rtlbt_get_fw_type()
281 rtlbt_err("firmware file too small"); in rtlbt_get_fw_type()
287 rtlbt_err("invalid extension section signature"); in rtlbt_get_fw_type()
300 rtlbt_err("invalid instruction length"); in rtlbt_get_fw_type()
307 rtlbt_err("unknown project id %x", project_id); in rtlbt_get_fw_type()
315 rtlbt_err("can not find project id instruction"); in rtlbt_get_fw_type()
351 rtlbt_err("can not find patch for chip id %d", rom_version); in rtlbt_parse_fwfile_v1()
525 rtlbt_err("Section parse (0x%08x) failed. err %d", in rtlbt_parse_fwfile_v2()
H A Drtlbt_dbg.h35 #define rtlbt_err(fmt, ...) \ macro