Lines Matching refs:pipe
103 int nWaitTime, pipe, len; in flexcop_usb_v8_memory_req() local
110 pipe = B2C2_USB_CTRL_PIPE_IN; in flexcop_usb_v8_memory_req()
116 pipe = B2C2_USB_CTRL_PIPE_OUT; in flexcop_usb_v8_memory_req()
121 pipe = B2C2_USB_CTRL_PIPE_OUT; in flexcop_usb_v8_memory_req()
130 len = usb_control_msg(fc_usb->udev, pipe, in flexcop_usb_v8_memory_req()
207 pipe = set ? B2C2_USB_CTRL_PIPE_OUT : B2C2_USB_CTRL_PIPE_IN, len;
210 len = usb_control_msg(fc_usb->udev,pipe,
229 int nWaitTime,pipe,len; in flexcop_usb_i2c_req() local
238 pipe = B2C2_USB_CTRL_PIPE_OUT; in flexcop_usb_i2c_req()
244 pipe = B2C2_USB_CTRL_PIPE_IN; in flexcop_usb_i2c_req()
260 len = usb_control_msg(fc_usb->udev,pipe, in flexcop_usb_i2c_req()
438 urb->pipe = B2C2_USB_DATA_PIPE; in flexcop_usb_transfer_init()