Searched refs:userurb (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/usb/core/ |
D | devio.c | 90 void __user *userurb; member 344 void __user *userurb) in async_getpending() argument 349 if (as->userurb == userurb) { in async_getpending() 358 void __user *userurb, int pipe, unsigned length, in snoop_urb() argument 374 if (userurb) { /* Async */ in snoop_urb() 378 userurb, ep, t, d, length); in snoop_urb() 382 userurb, ep, t, d, length, in snoop_urb() 508 sinfo.si_addr = as->userurb; in async_completed() 514 snoop_urb(urb->dev, as->userurb, urb->pipe, urb->actual_length, in async_completed() 1544 as->userurb = arg; in proc_do_submiturb() [all …]
|