Searched refs:lib_desc (Results 1 – 2 of 2) sorted by relevance
1372 struct libusb_iso_packet_descriptor *lib_desc = transfer->iso_packet_desc; in darwin_handle_callback() local1373 lib_desc->status = darwin_to_libusb (tpriv->isoc_framelist[i].frStatus); in darwin_handle_callback()1374 lib_desc->actual_length = tpriv->isoc_framelist[i].frActCount; in darwin_handle_callback()
1955 struct libusb_iso_packet_descriptor *lib_desc = in handle_iso_completion() local1957 lib_desc->status = urb_desc->status; in handle_iso_completion()1958 lib_desc->actual_length = urb_desc->actual_length; in handle_iso_completion()