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.c1036 struct ia_css_pipe *target_pipe; in stream_get_target_pipe()
1040 target_pipe = stream_get_copy_pipe(stream); in stream_get_target_pipe()
1042 target_pipe = stream_get_last_pipe(stream); in stream_get_target_pipe()
1044 return target_pipe; in stream_get_target_pipe()
1054 struct ia_css_pipe *target_pipe = NULL; in stream_csi_rx_helper()
1059 target_pipe = stream_get_target_pipe(stream); in stream_csi_rx_helper()
1061 if (!target_pipe) in stream_csi_rx_helper()
1065 ia_css_pipe_get_pipe_num(target_pipe), in stream_csi_rx_helper()
1035 struct ia_css_pipe *target_pipe; stream_get_target_pipe() local
1053 struct ia_css_pipe *target_pipe = NULL; stream_csi_rx_helper() local