Lines Matching refs:is_in
63 if (ep->epn.is_in) { in ast_vhub_epn_kick()
69 if (ep->epn.is_in) in ast_vhub_epn_kick()
96 stat, ep->epn.is_in, req, req ? req->active : 0); in ast_vhub_epn_handle_ack()
122 if (!req->req.dma && !ep->epn.is_in && len) { in ast_vhub_epn_handle_ack()
267 stat, ep->epn.is_in, ep->epn.d_last, d_last); in ast_vhub_epn_handle_ack_desc()
380 (ep->epn.is_in || !(u_req->length & (u_ep->maxpacket - 1))))) { in ast_vhub_epn_queue()
382 ep->epn.is_in); in ast_vhub_epn_queue()
395 ep->epn.is_in); in ast_vhub_epn_queue()
540 if (halt && ep->epn.is_in && !list_empty(&ep->queue)) { in ast_vhub_set_halt_and_wedge()
643 ep->epn.is_in = usb_endpoint_dir_in(desc); in ast_vhub_epn_enable()
652 ep->epn.is_in ? "in" : "out", usb_ep_type_string(type), in ast_vhub_epn_enable()
656 ep->epn.desc_mode = ep->epn.descs && ep->epn.is_in; in ast_vhub_epn_enable()
665 if (ep->epn.is_in) { in ast_vhub_epn_enable()
692 if (!ep->epn.is_in) in ast_vhub_epn_enable()
719 if (ep->epn.is_in) in ast_vhub_epn_enable()