Searched refs:HubStatusSemi (Results 1 – 2 of 2) sorted by relevance
242 hal_sem_t HubStatusSemi; /* hub status thread的睡眠和唤醒 */ member
2390 hal_sem_wait(usb_hub->HubStatusSemi); in HubStatusThread()2408 if (hub->HubStatusSemi) in hub_status_req_complete()2766 if (hub->HubStatusSemi) in hub_disconnect()2768 hal_sem_delete(hub->HubStatusSemi); in hub_disconnect()2769 hub->HubStatusSemi = NULL; in hub_disconnect()2906 hub->HubStatusSemi = hal_sem_create(0); in hub_probe()2909 if (hub->HubStatusSemi == NULL) in hub_probe()2913 hub->HubStatusSemi = NULL; in hub_probe()
Completed in 11 milliseconds