Home
last modified time | relevance | path

Searched refs:ath3k_err (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bluetooth/ath3kfw/
H A Dmain.c123 ath3k_err("%s: libusb_get_device_list() failed: code %lld\n", in ath3k_find_device()
155 ath3k_err("Loading patch file failed\n"); in ath3k_init_ar3012()
161 ath3k_err("Loading sysconfig file failed\n"); in ath3k_init_ar3012()
167 ath3k_err("Set normal mode failed\n"); in ath3k_init_ar3012()
257 ath3k_err("%s: libusb_init failed: code %d\n", in main()
307 ath3k_err("%s: device not found\n", __func__); in main()
341 ath3k_err("%s: libusb_open() failed: code %d\n", __func__, r); in main()
351 ath3k_err("%s: ath3k_get_state() failed!\n", __func__); in main()
362 ath3k_err("%s: ath3k_get_version() failed!\n", __func__); in main()
H A Dath3k_hw.c176 ath3k_err("%s: Can't get state\n", __func__); in ath3k_load_patch()
246 ath3k_err("Can't get state to change to load configuration err"); in ath3k_load_syscfg()
252 ath3k_err("Can't get version to change to load ram patch err"); in ath3k_load_syscfg()
283 ath3k_err("%s: ath3k_fw_read() failed\n", in ath3k_load_syscfg()
302 ath3k_err("%s: can't get state\n", __func__); in ath3k_set_normal_mode()
326 ath3k_err("%s: libusb_control_transfer() failed: code=%d\n", in ath3k_set_normal_mode()
H A Dath3k_dbg.h36 #define ath3k_err(...) fprintf(stderr, __VA_ARGS__) macro