Searched refs:list_first_entry (Results 1 – 6 of 6) sorted by relevance
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sdmmc/sys/ |
| A D | list.h | 354 #define list_first_entry(ptr, type, member) \ macro 377 (!list_empty(ptr) ? list_first_entry(ptr, type, member) : NULL) 439 for (pos = list_first_entry(head, typeof(*pos), member); \ 513 for (pos = list_first_entry(head, typeof(*pos), member), \
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/usb/host/ |
| A D | ehci-timer.c | 269 qh = list_first_entry(&ehci->intr_unlink_wait, in ehci_handle_start_intr_unlinks() 302 qh = list_first_entry(&ehci->intr_unlink, struct ehci_qh, in ehci_handle_intr_unlinks()
|
| A D | ehci-q.c | 1333 qh = list_first_entry(&ehci->async_unlink, struct ehci_qh, in end_unlink_async() 1419 qh = list_first_entry(&ehci->async_idle, struct ehci_qh, in end_unlink_async()
|
| A D | ohci-q.c | 93 urb = list_first_entry(&ep->urb_list, struct urb, urb_list); 1000 td = list_first_entry(&ed->td_list, struct td, td_list);
|
| A D | ehci-sched.c | 1292 itd = list_first_entry(&stream->free_list, in itd_urb_transaction() 2088 sitd = list_first_entry(&stream->free_list, in sitd_urb_transaction()
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/ |
| A D | aw_list.h | 366 #define list_first_entry(ptr, type, member) \ macro
|
Completed in 26 milliseconds