Lines Matching refs:channel
41 DBG(4, "ep %d urb %d busy", (bcs->channel + 1) * 2, buf_nr); in usb_b_out()
50 DBG(4, "B%d,adjust flow,add %d bytes", bcs->channel + 1, B_FLOW_ADJUST); in usb_b_out()
54 DBG(4, "B%d,adjust flow,remove %d bytes", bcs->channel + 1, B_FLOW_ADJUST); in usb_b_out()
65 DBG(4, "B%d,len=%d", bcs->channel + 1, skb->len); in usb_b_out()
134 DBG(4, "B%d", bcs->channel + 1); in st5481B_start_xfer()
185 st5481_usb_pipe_reset(adapter, (bcs->channel + 1) * 2 | USB_DIR_OUT, NULL, NULL); in usb_b_out_complete()
205 DBG(4, "B%d,mode=%d", bcs->channel + 1, mode); in st5481B_mode()
226 st5481_usb_pipe_reset(adapter, (bcs->channel + 1) * 2, NULL, NULL); in st5481B_mode()
229 st5481_usb_device_ctrl_msg(adapter, FFMSK_B1 + (bcs->channel * 2), in st5481B_mode()
233 …st5481_usb_device_ctrl_msg(adapter, OUT_B1_COUNTER+(bcs->channel * 2), 32, st5481B_start_xfer, bcs… in st5481B_mode()
235 if (bcs->channel == 0) { in st5481B_mode()
243 st5481_usb_device_ctrl_msg(adapter, FFMSK_B1+(bcs->channel * 2), 0, NULL, NULL); in st5481B_mode()
246 st5481_usb_device_ctrl_msg(adapter, OUT_B1_COUNTER+(bcs->channel * 2), 0, NULL, NULL); in st5481B_mode()
249 if (bcs->channel == 0) { in st5481B_mode()
282 endpoint = &altsetting->endpoint[EP_B1_OUT - 1 + bcs->channel * 2]; in st5481_setup_b_out()
316 bcs->b_in.ep = (bcs->channel ? EP_B2_IN : EP_B1_IN) | USB_DIR_IN; in st5481_setup_b()
317 bcs->b_in.counter = bcs->channel ? IN_B2_COUNTER : IN_B1_COUNTER; in st5481_setup_b()
368 DBG(4, "B%d,PH_ACTIVATE_REQUEST %ld", bcs->channel + 1, mode); in st5481_b_l2l1()
373 DBG(4, "B%d,PH_DEACTIVATE_REQUEST", bcs->channel + 1); in st5481_b_l2l1()