Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dgadget.c700 list_for_each_entry_safe(buf, tmp, &priv_dev->aligned_buf_list, list) { in cdns3_free_aligned_request_buf()
760 &priv_dev->aligned_buf_list); in cdns3_prepare_aligned_request_buf()
2534 while (!list_empty(&priv_dev->aligned_buf_list)) { in cdns3_gadget_exit()
2537 buf = cdns3_next_align_buf(&priv_dev->aligned_buf_list); in cdns3_gadget_exit()
2616 INIT_LIST_HEAD(&priv_dev->aligned_buf_list); in cdns3_gadget_start()
H A Dgadget.h1279 struct list_head aligned_buf_list; member
/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dgadget.c878 list_for_each_entry_safe(buf, tmp, &priv_dev->aligned_buf_list, list) { in cdns3_free_aligned_request_buf()
937 &priv_dev->aligned_buf_list); in cdns3_prepare_aligned_request_buf()
3114 while (!list_empty(&priv_dev->aligned_buf_list)) { in cdns3_gadget_exit()
3117 buf = cdns3_next_align_buf(&priv_dev->aligned_buf_list); in cdns3_gadget_exit()
3199 INIT_LIST_HEAD(&priv_dev->aligned_buf_list); in cdns3_gadget_start()
H A Dgadget.h1310 struct list_head aligned_buf_list; member