Lines Matching refs:USBDevice
122 USBDevice dev;
406 static void usb_host_handle_reset(USBDevice *dev) in usb_host_handle_reset()
417 static void usb_host_handle_destroy(USBDevice *dev) in usb_host_handle_destroy()
624 static int do_token_setup(USBDevice *dev, USBPacket *p) in do_token_setup()
655 static int do_token_in(USBDevice *dev, USBPacket *p) in do_token_in()
696 static int do_token_out(USBDevice *dev, USBPacket *p) in do_token_out()
739 static int usb_host_handle_packet(USBDevice *s, USBPacket *p) in usb_host_handle_packet()
884 static USBDevice *usb_host_device_open_addr(int bus_num, int addr, const char *prod_name) in usb_host_device_open_addr()
972 return (USBDevice *) dev; in usb_host_device_open_addr()
985 USBDevice *usb_host_device_open(const char *devname) in usb_host_device_open()
1339 struct USBDevice *dev; in usb_host_auto_scan()