Lines Matching defs:pid
564 void *data, int len, int pid, int toggle,
617 td->pid_ep = ((pid & 0xF) << TD_PIDEP_OFFSET) |
649 int pid;
671 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
674 ret = c67x00_create_td(c67x00, urb, td_buf, len, pid, toggle,
694 int pid;
716 pid = !usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
717 ret = c67x00_create_td(c67x00, urb, NULL, 0, pid, 1,
748 int len, pid, ret;
755 pid = usb_pipeout(urb->pipe) ? USB_PID_OUT : USB_PID_IN;
757 ret = c67x00_create_td(c67x00, urb, td_buf, len, pid, 0,