Home
last modified time | relevance | path

Searched refs:epdir (Results 1 – 2 of 2) sorted by relevance

/qemu/hw/usb/
H A Dhcd-dwc2.c235 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()
[all …]
H A Dhcd-dwc2.h49 uint32_t epdir; member