Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/usbip/
H A Dstub.h97 int stub_rx_loop(void *data);
H A Dstub_dev.c88 tcp_rx = kthread_create(stub_rx_loop, &sdev->ud, "stub_rx"); in usbip_sockfd_store()
H A Dstub_rx.c699 int stub_rx_loop(void *data) in stub_rx_loop() function