Home
last modified time | relevance | path

Searched defs:USBDeviceClass (Results 1 – 1 of 1) sorted by relevance

/qemu/include/hw/
A Dusb.h276 struct USBDeviceClass { struct
277 DeviceClass parent_class;
279 USBDeviceRealize realize;
280 USBDeviceUnrealize unrealize;
291 void (*cancel_packet)(USBDevice *dev, USBPacket *p);
296 void (*handle_attach)(USBDevice *dev);
301 void (*handle_reset)(USBDevice *dev);
320 void (*handle_data)(USBDevice *dev, USBPacket *p);
345 const char *product_desc;
346 const USBDesc *usb_desc;
[all …]

Completed in 6 milliseconds