usbser_thread_t
static void usbser_thr_dispatch(usbser_thread_t *);
static void usbser_thr_cancel(usbser_thread_t *);
static void usbser_thr_wake(usbser_thread_t *);
usbser_thr_dispatch(usbser_thread_t *thr)
usbser_thr_cancel(usbser_thread_t *thr)
usbser_thr_wake(usbser_thread_t *thr)
usbser_thread_t *thr = (usbser_thread_t *)arg;
usbser_thread_t *thr = (usbser_thread_t *)arg;
usbser_thread_t port_wq_thread; /* wq thread */
usbser_thread_t port_rq_thread; /* rq thread */