Home | History | Annotate | Download | only in libusbhost

Lines Matching defs:wds

145     int wd, wds[10];
146 int wd_count = sizeof(wds) / sizeof(wds[0]);
151 memset(wds, 0, sizeof(wds));
153 wds[0] = inotify_add_watch(context->fd, USB_FS_DIR, IN_CREATE | IN_DELETE);
154 if (wds[0] < 0) {
166 wds[i] = ret;
179 if (wd == wds[0]) {
186 wds[i] = ret;
190 if (wd == wds[i]) {