Home
last modified time | relevance | path

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

/qemu/hw/usb/
H A Dhost-libusb.c244 static void usb_host_add_fd(int fd, short events, void *user_data) in usb_host_add_fd() function
305 libusb_set_pollfd_notifiers(ctx, usb_host_add_fd, in usb_host_init()
312 usb_host_add_fd(poll[i]->fd, poll[i]->events, ctx); in usb_host_init()