Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hub_base.h21 struct hub_thread_context struct
31 static struct hub_thread_context hub_thread_cont; argument
49 int hub_thread_sleep(struct hub_thread_context *thread_cont);
50 void hub_thread_wakeup(struct hub_thread_context *thread_cont);
A Dusb_gen_hub_base.c853 int hub_thread_sleep(struct hub_thread_context *thread_cont) in hub_thread_sleep()
870 void hub_thread_wakeup(struct hub_thread_context *thread_cont) in hub_thread_wakeup()
A Dusb_gen_hub.c59 static struct hub_thread_context hub_thread_cont;
3100 static int32_t __usb_gen_hub_thread_init(struct hub_thread_context *thread_cont) in __usb_gen_hub_thread_init()
3108 memset(thread_cont, 0, sizeof(struct hub_thread_context)); in __usb_gen_hub_thread_init()
3132 static int32_t __usb_gen_hub_thread_exit(struct hub_thread_context *thread_cont) in __usb_gen_hub_thread_exit()

Completed in 11 milliseconds