Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bluetooth/rtlbtfw/
H A Dmain.c176 rtlbt_err("Cannot retrieve config descriptor: %s", in rtlbt_is_bluetooth()
213 rtlbt_err("libusb_get_device_list() failed: code %lld", in rtlbt_find_device()
228 rtlbt_err("libusb_get_device_descriptor: %s", in rtlbt_find_device()
357 rtlbt_err("libusb_init failed: code %d", r); in main()
366 rtlbt_err("device not found"); in main()
377 rtlbt_err("libusb_open() failed: code %d", r); in main()
384 rtlbt_err("libusb_kernel_driver_active() failed: code %d", r); in main()
396 rtlbt_err("rtlbt_read_local_ver() failed code %d", r); in main()
404 rtlbt_err("rtlbt_get_ic() failed: Unknown IC"); in main()
437 rtlbt_err("firmware is for %x but this is a %x", in main()
[all …]
H A Drtlbt_fw.c190 rtlbt_err("read len %d != file size %d", in rtlbt_fw_read()
255 rtlbt_err("firmware file too small"); in rtlbt_get_fw_type()
272 rtlbt_err("firmware file too small"); in rtlbt_get_fw_type()
278 rtlbt_err("invalid extension section signature"); in rtlbt_get_fw_type()
291 rtlbt_err("invalid instruction length"); in rtlbt_get_fw_type()
298 rtlbt_err("unknown project id %x", project_id); in rtlbt_get_fw_type()
306 rtlbt_err("can not find project id instruction"); in rtlbt_get_fw_type()
342 rtlbt_err("can not find patch for chip id %d", rom_version); in rtlbt_parse_fwfile_v1()
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()
221 rtlbt_err("download fw command failed (%d)", errno); in rtlbt_load_fwfile()
225 rtlbt_err("download fw event length mismatch"); in rtlbt_load_fwfile()
H A Drtlbt_dbg.h35 #define rtlbt_err(fmt, ...) \ macro