Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dredirect.c925 struct usb_redir_interrupt_packet_header interrupt_packet; in usbredir_handle_interrupt_out_data() local
931 interrupt_packet.endpoint = ep; in usbredir_handle_interrupt_out_data()
932 interrupt_packet.length = p->iov.size; in usbredir_handle_interrupt_out_data()
937 &interrupt_packet, buf, p->iov.size); in usbredir_handle_interrupt_out_data()
2100 struct usb_redir_interrupt_packet_header *interrupt_packet, in usbredir_interrupt_packet() argument
2104 uint8_t ep = interrupt_packet->endpoint; in usbredir_interrupt_packet()
2107 interrupt_packet->status, ep, data_len, id); in usbredir_interrupt_packet()
2123 bufp_alloc(dev, data, data_len, interrupt_packet->status, ep, data); in usbredir_interrupt_packet()
2132 if (interrupt_packet->status) { in usbredir_interrupt_packet()
2134 interrupt_packet->status, ep, id); in usbredir_interrupt_packet()