Home
last modified time | relevance | path

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

/qemu/include/hw/xen/interface/io/
H A Dusbif.h394 struct usbif_conn_response { struct
403 typedef struct usbif_conn_response usbif_conn_response_t; argument
405 DEFINE_RING_TYPES(usbif_conn, struct usbif_conn_request, struct usbif_conn_response);
/qemu/hw/usb/
H A Dxen-usb.c591 struct usbif_conn_response *res; in usbback_hotplug_notify()