Lines Matching +full:mode +full:- +full:xxx
1 /*-
56 count = fw->len; in ath3k_load_fwfile()
61 __func__, fw->fwname, count); in ath3k_load_fwfile()
64 * Flip the device over to configuration mode. in ath3k_load_fwfile()
71 fw->buf + sent, in ath3k_load_fwfile()
73 1000); /* XXX timeout */ in ath3k_load_fwfile()
76 fprintf(stderr, "Can't switch to config mode; ret=%d\n", in ath3k_load_fwfile()
78 return (-1); in ath3k_load_fwfile()
82 count -= size; in ath3k_load_fwfile()
94 fw->buf + sent, in ath3k_load_fwfile()
103 return (-1); in ath3k_load_fwfile()
106 count -= size; in ath3k_load_fwfile()
123 1000); /* XXX timeout */ in ath3k_get_state()
149 1000); /* XXX timeout */ in ath3k_get_version()
159 /* XXX endian fix! */ in ath3k_get_version()
192 /* XXX path info? */ in ath3k_load_patch()
201 return (-1); in ath3k_load_patch()
207 memcpy(&tmp, fw.buf + fw.len - 8, sizeof(tmp)); in ath3k_load_patch()
209 memcpy(&tmp, fw.buf + fw.len - 4, sizeof(tmp)); in ath3k_load_patch()
223 return (-1); in ath3k_load_patch()
247 return (-EBUSY); in ath3k_load_syscfg()
285 return (-1); in ath3k_load_syscfg()
307 * This isn't a fatal error - the device may have detached in ath3k_set_normal_mode()
311 ath3k_debug("%s: firmware is already in normal mode\n", in ath3k_set_normal_mode()
317 LIBUSB_REQUEST_TYPE_VENDOR, /* XXX out direction? */ in ath3k_set_normal_mode()
323 1000); /* XXX timeout */ in ath3k_set_normal_mode()
340 LIBUSB_REQUEST_TYPE_VENDOR, /* XXX set an out flag? */ in ath3k_switch_pid()
346 1000); /* XXX timeout */ in ath3k_switch_pid()