Home
last modified time | relevance | path

Searched refs:URB_ISOCHRONOUS (Results 1 – 4 of 4) sorted by relevance

/external/tcpdump/
Dprint-usb.c48 case URB_ISOCHRONOUS: in get_direction()
90 case URB_ISOCHRONOUS: in usb_header_print()
/external/libpcap/pcap/
Dusb.h41 #define URB_ISOCHRONOUS 0x0 macro
/external/libpcap/
Dpcap-common.c1285 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
1338 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
Dpcap-usb-linux.c578 urb_transfer = URB_ISOCHRONOUS; in usb_read_linux()