Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/usbip/
Dstub_rx.c81 int target_endp; in tweak_clear_halt_cmd() local
93 target_endp = le16_to_cpu(req->wIndex) & 0x000f; in tweak_clear_halt_cmd()
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()
107 urb->dev->devnum, target_endp, ret); in tweak_clear_halt_cmd()
111 urb->dev->devnum, target_endp); in tweak_clear_halt_cmd()