Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dredirect.c152 static void usbredir_hello(void *priv, struct usb_redir_hello_header *h);
1251 dev->parser->hello_func = usbredir_hello; in usbredir_create_parser()
1631 static void usbredir_hello(void *priv, struct usb_redir_hello_header *h) in usbredir_hello() function