Home
last modified time | relevance | path

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

/linux/drivers/usb/usbip/
H A Dstub_rx.c70 int target_pipe; in tweak_clear_halt_cmd() local
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()
90 ret = usb_clear_halt(urb->dev, target_pipe); in tweak_clear_halt_cmd()
/linux/drivers/staging/media/atomisp/pci/
H A Dsh_css.c1044 struct ia_css_pipe *target_pipe; in stream_get_target_pipe() local
1048 target_pipe = stream_get_copy_pipe(stream); in stream_get_target_pipe()
1050 target_pipe = stream_get_last_pipe(stream); in stream_get_target_pipe()
1052 return target_pipe; in stream_get_target_pipe()
1062 struct ia_css_pipe *target_pipe = NULL; in stream_csi_rx_helper() local
1067 target_pipe = stream_get_target_pipe(stream); in stream_csi_rx_helper()
1069 if (!target_pipe) in stream_csi_rx_helper()
1073 ia_css_pipe_get_pipe_num(target_pipe), in stream_csi_rx_helper()