Home
last modified time | relevance | path

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

/openbmc/qemu/hw/usb/
H A Dhost-libusb.c158 static void usb_host_auto_check(void *unused);
1131 usb_host_auto_check(NULL); in usb_host_close()
1248 usb_host_auto_check(NULL); in usb_host_realize()
1734 usb_host_auto_check(NULL); in usb_host_post_load_bh()
1831 usb_host_auto_check(unused); in usb_host_vm_state()
1835 static void usb_host_auto_check(void *unused) in usb_host_auto_check() function
1914 usb_auto_timer = timer_new_ms(QEMU_CLOCK_REALTIME, usb_host_auto_check, NULL); in usb_host_auto_check()