Home
last modified time | relevance | path

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

/system/core/libusbhost/
Dusbhost.c56 #define USB_FS_DIR DEV_BUS_DIR "/usb" macro
57 #define USB_FS_ID_SCANNER USB_FS_DIR "/%d/%d"
58 #define USB_FS_ID_FORMAT USB_FS_DIR "/%03d/%03d"
123 busdir = opendir(USB_FS_DIR); in find_existing_devices()
129 snprintf(busname, sizeof(busname), USB_FS_DIR "/%s", de->d_name); in find_existing_devices()
144 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE); in watch_existing_subdirs()
150 snprintf(path, sizeof(path), USB_FS_DIR "/%03d", i); in watch_existing_subdirs()
262 snprintf(path, sizeof(path), USB_FS_DIR "/%s", event->name); in usb_host_read_event()
282 snprintf(path, sizeof(path), USB_FS_DIR "/%03d/%s", i, event->name); in usb_host_read_event()