Searched refs:userurb (Results 1 – 1 of 1) sorted by relevance
/drivers/usb/core/ |
D | devio.c | 90 void __user *userurb; member 340 void __user *userurb) in async_getpending() argument 345 if (as->userurb == userurb) { in async_getpending() 354 void __user *userurb, int pipe, unsigned length, in snoop_urb() argument 370 if (userurb) { /* Async */ in snoop_urb() 374 userurb, ep, t, d, length); in snoop_urb() 378 userurb, ep, t, d, length, in snoop_urb() 504 sinfo.si_addr = as->userurb; in async_completed() 510 snoop_urb(urb->dev, as->userurb, urb->pipe, urb->actual_length, in async_completed() 1570 as->userurb = arg; in proc_do_submiturb() [all …]
|