Searched refs:usb_desc_set_string (Results 1 – 3 of 3) sorted by relevance
/openbmc/qemu/hw/usb/ |
H A D | desc.c | 514 usb_desc_set_string(dev, 0xee, "MSFT100Q"); in usb_desc_init() 524 void usb_desc_set_string(USBDevice *dev, uint8_t index, const char *str) in usb_desc_set_string() function 563 usb_desc_set_string(dev, index, dev->serial); in usb_desc_create_serial() 575 usb_desc_set_string(dev, index, serial); in usb_desc_create_serial()
|
H A D | desc.h | 236 void usb_desc_set_string(USBDevice *dev, uint8_t index, const char *str);
|
H A D | dev-network.c | 1392 usb_desc_set_string(dev, STRING_ETHADDR, s->usbstring_mac); in usb_net_realize()
|