Searched refs:to_host (Results 1 - 1 of 1) sorted by relevance

/drivers/usb/gadget/
H A Ddummy_hcd.c1239 int to_host; local
1245 to_host = usb_pipein(urb->pipe);
1250 if (to_host)
1260 if (to_host)
1279 if (to_host)
1311 int is_short, to_host; local
1332 to_host = usb_pipein(urb->pipe);
1373 } else if (to_host) {
1379 } else if (!to_host) {

Completed in 102 milliseconds