Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/video/fbdev/omap/
Dhwa742.c114 struct list_head pending_req_list; member
283 while (!list_empty(&hwa742.pending_req_list)) { in process_pending_requests()
288 req = list_entry(hwa742.pending_req_list.next, in process_pending_requests()
314 if (likely(!list_empty(&hwa742.pending_req_list))) in submit_req_list()
316 list_splice_init(head, hwa742.pending_req_list.prev); in submit_req_list()
1015 INIT_LIST_HEAD(&hwa742.pending_req_list); in hwa742_init()