Home
last modified time | relevance | path

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

/third_party/ulib/usbhost/
A Dusbhost.c104 DIR *busdir; in find_existing_devices() local
107 busdir = opendir(USB_FS_DIR); in find_existing_devices()
108 if(busdir == 0) return 0; in find_existing_devices()
109 while ((de = readdir(busdir)) != 0 && !done) { in find_existing_devices()
115 closedir(busdir); in find_existing_devices()

Completed in 3 milliseconds