Home
last modified time | relevance | path

Searched refs:HubStatusSemi (Results 1 – 2 of 2) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_hub.h242 hal_sem_t HubStatusSemi; /* hub status thread的睡眠和唤醒 */ member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hub.c2390 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