Home
last modified time | relevance | path

Searched refs:transfer_type (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/
Dprint-usb.c40 get_direction(int transfer_type, int event_type) in get_direction() argument
45 switch(transfer_type){ in get_direction()
88 switch(uh->transfer_type) in usb_header_print()
121 direction = get_direction(uh->transfer_type, uh->event_type); in usb_header_print()
/external/u-boot/drivers/dma/
Ddma-uclass.c18 int dma_get_device(u32 transfer_type, struct udevice **devp) in dma_get_device() argument
28 if (uc_priv->supported & transfer_type) in dma_get_device()
34 transfer_type); in dma_get_device()
/external/libpcap/pcap/
Dusb.h82 uint8_t transfer_type; member
107 uint8_t transfer_type; member
/external/u-boot/include/
Ddma.h71 int dma_get_device(u32 transfer_type, struct udevice **devp);
/external/libpcap/
Dpcap-common.c1362 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
1415 if (uhdr->transfer_type == URB_ISOCHRONOUS) { in swap_linux_usb_header()
Dpcap-usb-linux.c818 uhdr->transfer_type = urb_transfer; in usb_read_linux()
/external/vulkan-validation-layers/layers/
Dbuffer_validation.cpp869 const char *transfer_type = nullptr; in ValidateQFOTransferBarrierUniqueness() local
878 transfer_type = "releasing"; in ValidateQFOTransferBarrierUniqueness()
885 transfer_type = "acquiring"; in ValidateQFOTransferBarrierUniqueness()
893 func_name, barrier_name, b, transfer_type, handle_name, in ValidateQFOTransferBarrierUniqueness()