tcp_tx 82 drivers/usb/usbip/stub_dev.c sdev->ud.tcp_tx = kthread_get_run(stub_tx_loop, &sdev->ud, tcp_tx 137 drivers/usb/usbip/stub_dev.c if (ud->tcp_tx) { tcp_tx 138 drivers/usb/usbip/stub_dev.c kthread_stop_put(ud->tcp_tx); tcp_tx 139 drivers/usb/usbip/stub_dev.c ud->tcp_tx = NULL; tcp_tx 270 drivers/usb/usbip/usbip_common.h struct task_struct *tcp_tx; tcp_tx 1015 drivers/usb/usbip/vhci_hcd.c if (vdev->ud.tcp_tx) { tcp_tx 1016 drivers/usb/usbip/vhci_hcd.c kthread_stop_put(vdev->ud.tcp_tx); tcp_tx 1017 drivers/usb/usbip/vhci_hcd.c vdev->ud.tcp_tx = NULL; tcp_tx 392 drivers/usb/usbip/vhci_sysfs.c vdev->ud.tcp_tx = kthread_get_run(vhci_tx_loop, &vdev->ud, "vhci_tx"); tcp_tx 443 drivers/usb/usbip/vudc_dev.c if (ud->tcp_tx) { tcp_tx 444 drivers/usb/usbip/vudc_dev.c kthread_stop_put(ud->tcp_tx); tcp_tx 445 drivers/usb/usbip/vudc_dev.c ud->tcp_tx = NULL; tcp_tx 148 drivers/usb/usbip/vudc_sysfs.c udc->ud.tcp_tx = kthread_get_run(&v_tx_loop,