Lines Matching refs:TX
363 if (hwep->type == USB_ENDPOINT_XFER_ISOC && hwep->dir == TX) { in add_td_to_list()
403 return ((ep->dir == TX) ? USB_ENDPOINT_DIR_MASK : 0) | ep->num; in _usb_addr()
448 if (hwreq->req.zero && hwreq->req.length && hwep->dir == TX in _hardware_enqueue()
673 if (value && hwep->dir == TX && check_transfer && in _ep_set_halt()
688 hwep->dir = (hwep->dir == TX) ? RX : TX; in _ep_set_halt()
883 TX : RX; in isr_get_status_response()
942 hwep = (ci->ep0_dir == TX) ? ci->ep0out : ci->ep0in; in isr_setup_status_phase()
1025 ci->ep0_dir = (type & USB_DIR_IN) ? TX : RX; in isr_setup_packet_handler()
1148 ci->ep0_dir = TX; in isr_setup_packet_handler()
1236 hwep->dir = usb_endpoint_dir_in(desc) ? TX : RX; in ep_enable()
1252 if (hwep->type == USB_ENDPOINT_XFER_ISOC && hwep->dir == TX) in ep_enable()
1302 hwep->dir = (hwep->dir == TX) ? RX : TX; in ep_disable()
1625 for (j = RX; j <= TX; j++) { in init_eps()
1630 (j == TX) ? "in" : "out"); in init_eps()
1647 if (j == TX) in init_eps()