Searched refs:userurb (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/usb/core/ |
| D | devio.c | 101 void __user *userurb; member 444 void __user *userurb) in async_getpending() argument 449 if (as->userurb == userurb) { in async_getpending() 458 void __user *userurb, int pipe, unsigned length, in snoop_urb() argument 474 if (userurb) { /* Async */ in snoop_urb() 478 userurb, ep, t, d, length); in snoop_urb() 482 userurb, ep, t, d, length, in snoop_urb() 612 snoop_urb(urb->dev, as->userurb, urb->pipe, urb->actual_length, in async_completed() 1783 as->userurb = arg; in proc_do_submiturb() 1797 snoop_urb(ps->dev, as->userurb, as->urb->pipe, in proc_do_submiturb() [all …]
|