Home
last modified time | relevance | path

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

/external/qemu/hw/
Dusb-hub.c184 usb_send_msg(dev, USB_MSG_ATTACH); in usb_hub_attach()
195 usb_send_msg(dev, USB_MSG_DETACH); in usb_hub_attach()
351 usb_send_msg(dev, USB_MSG_RESET); in usb_hub_handle_control()
Dusb.h242 void usb_send_msg(USBDevice *dev, int msg);
Dusb.c223 void usb_send_msg(USBDevice *dev, int msg) in usb_send_msg() function
Dusb-ohci.c355 usb_send_msg(dev, USB_MSG_ATTACH); in ohci_attach()
371 usb_send_msg(dev, USB_MSG_DETACH); in ohci_attach()
1380 usb_send_msg(port->port.dev, USB_MSG_RESET); in ohci_port_set_status()