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
58 /* Timeout in seconds for usb_wait_for_disconnect.
60 * under 2 seconds) but we'll time out after 3 seconds just in case.
73 * in drivers/usb/core/devio.c.
85 /* True if name isn't a valid name for a USB device in /sys/bus/usb/devices.
124 int in, out;
153 * requests while they're in the middle of flashing.
196 in = -1;
222 in = ept->bEndpointAddress;
235 info.has_bulk_in = (in != -1);
239 *ept_in_id = in;
288 /* Given the name of a USB device in sysfs, get the name for the same
289 * device in devfs. Returns 0 for success, -1 for failure.
313 int n, in, out, ifc;
342 &in, &out, &ifc) == 0) {
345 usb->ep_in = in;