Searched refs:target_pipe (Results 1 – 2 of 2) sorted by relevance
70 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()
1035 struct ia_css_pipe *target_pipe; in stream_get_target_pipe() local1039 target_pipe = stream_get_copy_pipe(stream); in stream_get_target_pipe()1041 target_pipe = stream_get_last_pipe(stream); in stream_get_target_pipe()1043 return target_pipe; in stream_get_target_pipe()1053 struct ia_css_pipe *target_pipe = NULL; in stream_csi_rx_helper() local1058 target_pipe = stream_get_target_pipe(stream); in stream_csi_rx_helper()1060 if (!target_pipe) in stream_csi_rx_helper()1064 ia_css_pipe_get_pipe_num(target_pipe), in stream_csi_rx_helper()