Lines Matching full:update
99 enum whc_update update = 0; in process_qset() local
119 /* A halted qTD always triggers an update in process_qset()
122 update |= WHC_UPDATE_UPDATED; in process_qset()
131 update |= qset_add_qtds(whc, qset); in process_qset()
140 update |= WHC_UPDATE_REMOVED; in process_qset()
142 return update; in process_qset()
168 * asl_update - request an ASL update and wait for the hardware to be synced
170 * @wusbcmd: WUSBCMD value to start the update.
173 * update must be skipped as the hardware may not respond to update
189 whc_hw_error(whc, "ASL update timeout"); in asl_update()
200 * Then start, stop or update the asynchronous schedule as required.
206 enum whc_update update = 0; in scan_async_work() local
217 update |= WHC_UPDATE_ADDED; in scan_async_work()
220 update |= process_qset(whc, qset); in scan_async_work()
225 if (update) { in scan_async_work()
227 if (update & WHC_UPDATE_REMOVED) in scan_async_work()
263 * Work is scheduled to update the hardware's view of the ASL.