Searched refs:userurb (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/usb/core/ |
D | devio.c | 92 void __user *userurb; member 434 void __user *userurb) in async_getpending() argument 439 if (as->userurb == userurb) { in async_getpending() 448 void __user *userurb, int pipe, unsigned length, in snoop_urb() argument 464 if (userurb) { /* Async */ in snoop_urb() 468 userurb, ep, t, d, length); in snoop_urb() 472 userurb, ep, t, d, length, in snoop_urb() 600 sinfo.si_addr = as->userurb; in async_completed() 605 snoop_urb(urb->dev, as->userurb, urb->pipe, urb->actual_length, in async_completed() 1732 as->userurb = arg; in proc_do_submiturb() [all …]
|