Home
last modified time | relevance | path

Searched refs:target_pipe (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/drivers/usb/usbip/
Dstub_rx.c83 int target_pipe; in tweak_clear_halt_cmd() local
99 target_pipe = usb_rcvctrlpipe(urb->dev, target_endp); in tweak_clear_halt_cmd()
101 target_pipe = usb_sndctrlpipe(urb->dev, target_endp); in tweak_clear_halt_cmd()
103 ret = usb_clear_halt(urb->dev, target_pipe); in tweak_clear_halt_cmd()