Lines Matching refs:dir_in
37 if (WARN_ON(!ep->ep0.dir_in)) in ast_vhub_reply()
121 ep->ep0.dir_in = !!(crq.bRequestType & USB_DIR_IN); in ast_vhub_ep0_handle_setup()
166 ep->ep0.dir_in = false; in ast_vhub_ep0_handle_setup()
173 ep->ep0.dir_in = false; in ast_vhub_ep0_handle_setup()
282 stat, ep->ep0.state, ep->ep0.dir_in, in_ack, req); in ast_vhub_ep0_handle_ack()
296 if ((ep->ep0.dir_in && (stat & VHUB_EP0_TX_BUFF_RDY)) || in ast_vhub_ep0_handle_ack()
297 (!ep->ep0.dir_in && (stat & VHUB_EP0_RX_BUFF_RDY)) || in ast_vhub_ep0_handle_ack()
298 (ep->ep0.dir_in != in_ack)) { in ast_vhub_ep0_handle_ack()
314 if (ep->ep0.dir_in) in ast_vhub_ep0_handle_ack()
331 if (ep->ep0.dir_in == in_ack) { in ast_vhub_ep0_handle_ack()
389 u_req->short_not_ok, ep->ep0.dir_in); in ast_vhub_ep0_queue()
413 if (ep->ep0.dir_in) { in ast_vhub_ep0_queue()
458 ep->ep0.dir_in = false; in ast_vhub_ep0_dequeue()