Home
last modified time | relevance | path

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

/external/libusb/libusb/os/
Dlinux_usbfs.c2403 struct usbfs_iso_packet_desc *urb_desc = &urb->iso_frame_desc[i]; in handle_iso_completion() local
2407 switch (urb_desc->status) { in handle_iso_completion()
2432 usbi_dbg("low-level USB error %d", urb_desc->status); in handle_iso_completion()
2437 "unrecognised urb status %d", urb_desc->status); in handle_iso_completion()
2441 lib_desc->actual_length = urb_desc->actual_length; in handle_iso_completion()