Lines Matching refs:dir_in
42 if (WARN_ON(!ep->ep0.dir_in)) in ast_vhub_reply()
124 ep->ep0.dir_in = !!(crq.bRequestType & USB_DIR_IN); in ast_vhub_ep0_handle_setup()
169 ep->ep0.dir_in = false; in ast_vhub_ep0_handle_setup()
176 ep->ep0.dir_in = false; in ast_vhub_ep0_handle_setup()
285 stat, ep->ep0.state, ep->ep0.dir_in, in_ack, req); in ast_vhub_ep0_handle_ack()
299 if ((ep->ep0.dir_in && (stat & VHUB_EP0_TX_BUFF_RDY)) || in ast_vhub_ep0_handle_ack()
300 (!ep->ep0.dir_in && (stat & VHUB_EP0_RX_BUFF_RDY)) || in ast_vhub_ep0_handle_ack()
301 (ep->ep0.dir_in != in_ack)) { in ast_vhub_ep0_handle_ack()
317 if (ep->ep0.dir_in) in ast_vhub_ep0_handle_ack()
334 if (ep->ep0.dir_in == in_ack) { in ast_vhub_ep0_handle_ack()
382 u_req->short_not_ok, ep->ep0.dir_in); in ast_vhub_ep0_queue()
402 if (ep->ep0.dir_in) { in ast_vhub_ep0_queue()
447 ep->ep0.dir_in = false; in ast_vhub_ep0_dequeue()