Home
last modified time | relevance | path

Searched refs:epnum (Results 1 – 3 of 3) sorted by relevance

/qemu/hw/usb/
H A Dpcap.c47 unsigned char epnum; /* Endpoint number and transfer direction */ member
89 unsigned epnum = 0; in usbmon_epnum() local
91 epnum |= p->ep->nr; in usbmon_epnum()
92 epnum |= (p->pid == USB_TOKEN_IN) ? 0x80 : 0; in usbmon_epnum()
93 return epnum; in usbmon_epnum()
128 .epnum = in ? 0x80 : 0, in do_usb_pcap_ctrl()
171 .epnum = usbmon_epnum(p), in do_usb_pcap_data()
H A Dhcd-dwc2.c230 uint32_t chan, epnum, epdir, eptype, mps, pid, pcnt, len, tlen, intr = 0; in dwc2_handle_packet() local
234 epnum = get_field(hcchar, HCCHAR_EPNUM); in dwc2_handle_packet()
250 trace_usb_dwc2_handle_packet(chan, dev, &p->packet, epnum, types[eptype], in dwc2_handle_packet()
306 trace_usb_dwc2_async_packet(&p->packet, chan, dev, epnum, in dwc2_handle_packet()
311 p->epnum = epnum; in dwc2_handle_packet()
392 p->epnum = epnum; in dwc2_handle_packet()
510 ep = usb_ep_get(dev, p->pid, p->epnum); in dwc2_async_packet_complete()
512 p->epnum, dirs[p->epdir], p->len); in dwc2_async_packet_complete()
590 ep = usb_ep_get(dev, p->pid, p->epnum); in dwc2_work_bh()
591 trace_usb_dwc2_work_bh_service(s->next_chan, chan, dev, p->epnum); in dwc2_work_bh()
[all …]
H A Dhcd-dwc2.h48 uint32_t epnum; member