Searched refs:target_pipe (Results 1 – 2 of 2) sorted by relevance
70 int target_pipe; in tweak_clear_halt_cmd() local86 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()
1122 struct ia_css_pipe *target_pipe; in stream_get_target_pipe() local1126 target_pipe = stream_get_copy_pipe(stream); in stream_get_target_pipe()1128 target_pipe = stream_get_last_pipe(stream); in stream_get_target_pipe()1130 return target_pipe; in stream_get_target_pipe()1140 struct ia_css_pipe *target_pipe = NULL; in stream_csi_rx_helper() local1145 target_pipe = stream_get_target_pipe(stream); in stream_csi_rx_helper()1147 if (!target_pipe) in stream_csi_rx_helper()1151 ia_css_pipe_get_pipe_num(target_pipe), in stream_csi_rx_helper()