Home | History | Annotate | Download | only in fastboot

Lines Matching defs:in

5  * Redistribution and use in source and binary forms, with or without
10 * * Redistributions in binary form must reproduce the above copyright
11 * notice, this list of conditions and the following disclaimer in
18 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
23 * AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
53 /* Timeout in seconds for usb_wait_for_disconnect.
55 * under 2 seconds) but we'll time out after 3 seconds just in case.
68 // with a 16MiB global limit in 3.3, but each URB submitted required a
74 // In 3.6, the contiguous buffer limit was removed by allocating multiple
106 /* True if name isn't a valid name for a USB device in /sys/bus/usb/devices.
145 int in, out;
174 * requests while they're in the middle of flashing.
217 in = -1;
243 in = ept->bEndpointAddress;
256 info.has_bulk_in = (in != -1);
260 *ept_in_id = in;
309 /* Given the name of a USB device in sysfs, get the name for the same
310 * device in devfs. Returns 0 for success, -1 for failure.
334 int n, in, out, ifc;
362 if (filter_usb_device(de->d_name, desc, n, writable, callback, &in, &out, &ifc) == 0) {
365 usb->ep_in = in;