Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/
H A Dusb.h582 static inline USBDevice *usb_new(const char *name) in usb_new() function
599 USBDevice *dev = usb_new(name); in usb_create_simple()
/openbmc/qemu/hw/usb/
H A Ddev-serial.c627 dev = usb_new("usb-braille"); in usb_braille_init()
H A Dbus.c666 dev = f->usbdevice_init ? f->usbdevice_init() : usb_new(f->name); in usbdevice_create()