Searched refs:USBPort (Results 1 - 6 of 6) sorted by relevance

/external/qemu/hw/
H A Dusb.h122 typedef struct USBPort USBPort; typedef in typeref:struct:USBPort
184 typedef void (*usb_attachfn)(USBPort *port, USBDevice *dev);
187 struct USBPort { struct
192 struct USBPort *next; /* Used internally by qemu. */
239 void usb_attach(USBPort *port, USBDevice *dev);
276 void qemu_register_usb_port(USBPort *port, void *opaque, int index,
H A Dusb.c29 void usb_attach(USBPort *port, USBDevice *dev)
H A Dusb-hub.c32 USBPort port;
167 static void usb_hub_attach(USBPort *port1, USBDevice *dev)
H A Dusb-ohci.c57 USBPort port;
330 static void ohci_attach(USBPort *port1, USBDevice *dev)
/external/qemu/
H A Dvl-android.c1446 static USBPort *used_usb_ports;
1447 static USBPort *free_usb_ports;
1450 void qemu_register_usb_port(USBPort *port, void *opaque, int index,
1462 USBPort *port;
1561 USBPort *port;
1562 USBPort **lastp;
1623 USBPort *port;
H A Dvl.c1247 static USBPort *used_usb_ports;
1248 static USBPort *free_usb_ports;
1251 void qemu_register_usb_port(USBPort *port, void *opaque, int index,
1263 USBPort *port;
1357 USBPort *port;
1358 USBPort **lastp;
1419 USBPort *port;

Completed in 109 milliseconds