Home
last modified time | relevance | path

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

/system/core/libusbhost/
Dusbhost.c60 #define USB_FS_DIR DEV_BUS_DIR "/usb" macro
61 #define USB_FS_ID_SCANNER USB_FS_DIR "/%d/%d"
62 #define USB_FS_ID_FORMAT USB_FS_DIR "/%03d/%03d"
129 busdir = opendir(USB_FS_DIR); in find_existing_devices()
135 snprintf(busname, sizeof(busname), USB_FS_DIR "/%s", de->d_name); in find_existing_devices()
150 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE); in watch_existing_subdirs()
156 snprintf(path, sizeof(path), USB_FS_DIR "/%03d", i); in watch_existing_subdirs()
268 snprintf(path, sizeof(path), USB_FS_DIR "/%s", event->name); in usb_host_read_event()
288 snprintf(path, sizeof(path), USB_FS_DIR "/%03d/%s", i, event->name); in usb_host_read_event()