Lines Matching refs:req_list
475 LIST_HEAD(req_list); in __hwa742_update_window_auto()
478 create_req_list(&hwa742.auto_update_window, &req_list, can_sleep); in __hwa742_update_window_auto()
479 last = list_entry(req_list.prev, struct hwa742_request, entry); in __hwa742_update_window_auto()
484 submit_req_list(&req_list); in __hwa742_update_window_auto()
497 LIST_HEAD(req_list); in hwa742_update_window_async()
514 create_req_list(win, &req_list, true); in hwa742_update_window_async()
515 last = list_entry(req_list.prev, struct hwa742_request, entry); in hwa742_update_window_async()
520 submit_req_list(&req_list); in hwa742_update_window_async()
556 LIST_HEAD(req_list); in hwa742_sync()
567 list_add(&req->entry, &req_list); in hwa742_sync()
568 submit_req_list(&req_list); in hwa742_sync()