Searched hist:"36 dfe324fd4b5efd9ef1a5b4c352bbb158952e24" (Results 1 – 7 of 7) sorted by relevance
/qemu/hw/usb/ |
H A D | core.c | 36dfe324fd4b5efd9ef1a5b4c352bbb158952e24 Wed Oct 24 16:14:07 UTC 2012 Hans de Goede <hdegoede@redhat.com> usb: Add USB_RET_ADD_TO_QUEUE packet result code
This can be used by usb-device code which wishes to process an entire endpoint queue at once, to do this the usb-device code returns USB_RET_ADD_TO_QUEUE from its handle_data class method and defines a flush_ep_queue class method to call when the hcd is done queuing up packets.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | bus.c | 36dfe324fd4b5efd9ef1a5b4c352bbb158952e24 Wed Oct 24 16:14:07 UTC 2012 Hans de Goede <hdegoede@redhat.com> usb: Add USB_RET_ADD_TO_QUEUE packet result code
This can be used by usb-device code which wishes to process an entire endpoint queue at once, to do this the usb-device code returns USB_RET_ADD_TO_QUEUE from its handle_data class method and defines a flush_ep_queue class method to call when the hcd is done queuing up packets.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | hcd-ohci.c | 36dfe324fd4b5efd9ef1a5b4c352bbb158952e24 Wed Oct 24 16:14:07 UTC 2012 Hans de Goede <hdegoede@redhat.com> usb: Add USB_RET_ADD_TO_QUEUE packet result code
This can be used by usb-device code which wishes to process an entire endpoint queue at once, to do this the usb-device code returns USB_RET_ADD_TO_QUEUE from its handle_data class method and defines a flush_ep_queue class method to call when the hcd is done queuing up packets.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | hcd-uhci.c | 36dfe324fd4b5efd9ef1a5b4c352bbb158952e24 Wed Oct 24 16:14:07 UTC 2012 Hans de Goede <hdegoede@redhat.com> usb: Add USB_RET_ADD_TO_QUEUE packet result code
This can be used by usb-device code which wishes to process an entire endpoint queue at once, to do this the usb-device code returns USB_RET_ADD_TO_QUEUE from its handle_data class method and defines a flush_ep_queue class method to call when the hcd is done queuing up packets.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | hcd-ehci.c | 36dfe324fd4b5efd9ef1a5b4c352bbb158952e24 Wed Oct 24 16:14:07 UTC 2012 Hans de Goede <hdegoede@redhat.com> usb: Add USB_RET_ADD_TO_QUEUE packet result code
This can be used by usb-device code which wishes to process an entire endpoint queue at once, to do this the usb-device code returns USB_RET_ADD_TO_QUEUE from its handle_data class method and defines a flush_ep_queue class method to call when the hcd is done queuing up packets.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
H A D | hcd-xhci.c | 36dfe324fd4b5efd9ef1a5b4c352bbb158952e24 Wed Oct 24 16:14:07 UTC 2012 Hans de Goede <hdegoede@redhat.com> usb: Add USB_RET_ADD_TO_QUEUE packet result code
This can be used by usb-device code which wishes to process an entire endpoint queue at once, to do this the usb-device code returns USB_RET_ADD_TO_QUEUE from its handle_data class method and defines a flush_ep_queue class method to call when the hcd is done queuing up packets.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|
/qemu/include/hw/ |
H A D | usb.h | 36dfe324fd4b5efd9ef1a5b4c352bbb158952e24 Wed Oct 24 16:14:07 UTC 2012 Hans de Goede <hdegoede@redhat.com> usb: Add USB_RET_ADD_TO_QUEUE packet result code
This can be used by usb-device code which wishes to process an entire endpoint queue at once, to do this the usb-device code returns USB_RET_ADD_TO_QUEUE from its handle_data class method and defines a flush_ep_queue class method to call when the hcd is done queuing up packets.
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
|