Lines Matching refs:dir_in
42 if (WARN_ON(!ep->ep0.dir_in)) in ast_vhub_reply()
126 ep->ep0.dir_in = !!(crq.bRequestType & USB_DIR_IN); in ast_vhub_ep0_handle_setup()
171 ep->ep0.dir_in = false; in ast_vhub_ep0_handle_setup()
178 ep->ep0.dir_in = false; in ast_vhub_ep0_handle_setup()
287 stat, ep->ep0.state, ep->ep0.dir_in, in_ack, req); in ast_vhub_ep0_handle_ack()
301 if ((ep->ep0.dir_in && (stat & VHUB_EP0_TX_BUFF_RDY)) || in ast_vhub_ep0_handle_ack()
302 (!ep->ep0.dir_in && (stat & VHUB_EP0_RX_BUFF_RDY)) || in ast_vhub_ep0_handle_ack()
303 (ep->ep0.dir_in != in_ack)) { in ast_vhub_ep0_handle_ack()
319 if (ep->ep0.dir_in) in ast_vhub_ep0_handle_ack()
336 if (ep->ep0.dir_in == in_ack) { in ast_vhub_ep0_handle_ack()
394 u_req->short_not_ok, ep->ep0.dir_in); in ast_vhub_ep0_queue()
418 if (ep->ep0.dir_in) { in ast_vhub_ep0_queue()
463 ep->ep0.dir_in = false; in ast_vhub_ep0_dequeue()