Searched refs:userurb (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/usb/core/ |
D | devio.c | 102 void __user *userurb; member 466 void __user *userurb) in async_getpending() argument 471 if (as->userurb == userurb) { in async_getpending() 480 void __user *userurb, int pipe, unsigned length, in snoop_urb() argument 496 if (userurb) { /* Async */ in snoop_urb() 500 userurb, ep, t, d, length); in snoop_urb() 504 userurb, ep, t, d, length, in snoop_urb() 634 snoop_urb(urb->dev, as->userurb, urb->pipe, urb->actual_length, in async_completed() 1909 as->userurb = arg; in proc_do_submiturb() 1923 snoop_urb(ps->dev, as->userurb, as->urb->pipe, in proc_do_submiturb() [all …]
|