Lines Matching refs:epdir
230 uint32_t chan, epnum, epdir, eptype, mps, pid, pcnt, len, tlen, intr = 0; in dwc2_handle_packet() local
235 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_handle_packet()
251 dirs[epdir], mps, len, pcnt); in dwc2_handle_packet()
262 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_handle_packet()
307 dirs[epdir], tlen); in dwc2_handle_packet()
312 p->epdir = epdir; in dwc2_handle_packet()
393 p->epdir = epdir; in dwc2_handle_packet()
512 p->epnum, dirs[p->epdir], p->len); in dwc2_async_packet_complete()
617 uint32_t devadr, epnum, epdir, eptype, pid, len; in dwc2_enable_chan() local
626 epdir = get_bit(hcchar, HCCHAR_EPDIR); in dwc2_enable_chan()
641 pid = epdir ? USB_TOKEN_IN : USB_TOKEN_OUT; in dwc2_enable_chan()
1402 VMSTATE_UINT32(epdir, DWC2Packet),