Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dusb.h276 struct USBDeviceClass { struct
277 DeviceClass parent_class;
279 USBDeviceRealize realize;
280 USBDeviceUnrealize unrealize;
286 USBDevice *(*find_device)(USBDevice *dev, uint8_t addr);
291 void (*cancel_packet)(USBDevice *dev, USBPacket *p);
296 void (*handle_attach)(USBDevice *dev);
301 void (*handle_reset)(USBDevice *dev);
310 void (*handle_control)(USBDevice *dev, USBPacket *p, int request, int value,
320 void (*handle_data)(USBDevice *dev, USBPacket *p);
[all …]