Home
last modified time | relevance | path

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

/third_party/ulib/usbhost/
A Dusbhost.c56 #define MAX_USBFS_WD_COUNT 10 macro
62 int wds[MAX_USBFS_WD_COUNT];
172 for (i = 0; i < MAX_USBFS_WD_COUNT; i++) in usb_host_load()
182 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT); in usb_host_load()
209 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT); in usb_host_read_event()
215 watch_existing_subdirs(context, context->wds, MAX_USBFS_WD_COUNT); in usb_host_read_event()
218 for (i = 0; i < MAX_USBFS_WD_COUNT; i++) { in usb_host_read_event()
230 if (i > 0 && i < MAX_USBFS_WD_COUNT) { in usb_host_read_event()
245 for (i = 1; (i < MAX_USBFS_WD_COUNT) && !done; i++) { in usb_host_read_event()

Completed in 4 milliseconds