Home
last modified time | relevance | path

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

/third_party/ulib/usbhost/
A Dusbhost.c51 #define USB_FS_DIR DEV_BUS_DIR "/usb" macro
52 #define USB_FS_ID_SCANNER USB_FS_DIR "/%d/%d"
53 #define USB_FS_ID_FORMAT USB_FS_DIR "/%03d/%03d"
107 busdir = opendir(USB_FS_DIR); in find_existing_devices()
111 snprintf(busname, sizeof(busname), USB_FS_DIR "/%s", de->d_name); in find_existing_devices()
123 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE); in watch_existing_subdirs()
128 snprintf(path, sizeof(path), USB_FS_DIR "/%03d", i); in watch_existing_subdirs()
227 snprintf(path, sizeof(path), USB_FS_DIR "/%s", event->name); in usb_host_read_event()
247 snprintf(path, sizeof(path), USB_FS_DIR "/%03d/%s", i, event->name); in usb_host_read_event()

Completed in 4 milliseconds