Lines Matching refs:USBDevice
38 USBDevice dev;
167 static void usb_hub_attach(USBPort *port1, USBDevice *dev) in usb_hub_attach()
201 static void usb_hub_handle_reset(USBDevice *dev) in usb_hub_handle_reset()
206 static int usb_hub_handle_control(USBDevice *dev, int request, int value, in usb_hub_handle_control()
340 USBDevice *dev; in usb_hub_handle_control()
369 USBDevice *dev; in usb_hub_handle_control()
435 static int usb_hub_handle_data(USBDevice *dev, USBPacket *p) in usb_hub_handle_data()
482 USBDevice *dev; in usb_hub_broadcast_packet()
498 static int usb_hub_handle_packet(USBDevice *dev, USBPacket *p) in usb_hub_handle_packet()
517 static void usb_hub_handle_destroy(USBDevice *dev) in usb_hub_handle_destroy()
524 USBDevice *usb_hub_init(int nb_ports) in usb_hub_init()
551 return (USBDevice *)s; in usb_hub_init()