Home
last modified time | relevance | path

Searched refs:usb_hp (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/usb/
H A Dxen-usb.c592 struct usbback_hotplug *usb_hp; in usbback_hotplug_notify() local
605 usb_hp = QSIMPLEQ_FIRST(&usbif->hotplug_q); in usbback_hotplug_notify()
614 res->portnum = usb_hp->port; in usbback_hotplug_notify()
615 res->speed = usbif->ports[usb_hp->port - 1].speed; in usbback_hotplug_notify()
623 TR_BUS(&usbif->xendev, "hotplug port %d speed %d\n", usb_hp->port, in usbback_hotplug_notify()
626 g_free(usb_hp); in usbback_hotplug_notify()
686 struct usbback_hotplug *usb_hp; in usbback_hotplug_enq() local
688 usb_hp = g_new0(struct usbback_hotplug, 1); in usbback_hotplug_enq()
689 usb_hp->port = port; in usbback_hotplug_enq()
690 QSIMPLEQ_INSERT_TAIL(&usbif->hotplug_q, usb_hp, q); in usbback_hotplug_enq()
[all …]