Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/usbip/
H A Dstub_rx.c68 int target_endp; in tweak_clear_halt_cmd() local
80 target_endp = le16_to_cpu(req->wIndex) & 0x000f; in tweak_clear_halt_cmd()
86 target_pipe = usb_rcvctrlpipe(urb->dev, target_endp); in tweak_clear_halt_cmd()
88 target_pipe = usb_sndctrlpipe(urb->dev, target_endp); in tweak_clear_halt_cmd()
94 urb->dev->devnum, target_endp, ret); in tweak_clear_halt_cmd()
98 urb->dev->devnum, target_endp); in tweak_clear_halt_cmd()