Home
last modified time | relevance | path

Searched refs:notify_complete (Results 1 – 8 of 8) sorted by relevance

/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/hid/Client/Mouse/
A DUsbMouse_DriftControl.c385 hal_sem_wait(Drift->notify_complete); in UsbMouse_AddToDriftArray()
488 hal_sem_post(Drift->notify_complete); in UsbMouse_DriftThread()
543 Drift->notify_complete = hal_sem_create(0); in UsbMouse_DriftControl_Init()
544 if(Drift->notify_complete == NULL){ in UsbMouse_DriftControl_Init()
560 hal_sem_wait(Drift->notify_complete); in UsbMouse_DriftControl_Init()
585 hal_sem_delete(Drift->notify_complete); in UsbMouse_DriftControl_Init()
586 Drift->notify_complete = NULL; in UsbMouse_DriftControl_Init()
644 hal_sem_delete(Drift->notify_complete); in UsbMouse_DriftControl_Exit()
645 Drift->notify_complete = NULL; in UsbMouse_DriftControl_Exit()
A DUsbMouse.c593 hal_sem_post(usbMouse->notify_complete); in usbMouseThread()
756 usbMouse->notify_complete = hal_sem_create(0); in usbMouseProbe()
757 if(usbMouse->notify_complete == NULL){ in usbMouseProbe()
770 hal_sem_wait(usbMouse->notify_complete); in usbMouseProbe()
830 hal_sem_delete(usbMouse->notify_complete); in usbMouseProbe()
831 usbMouse->notify_complete = NULL; in usbMouseProbe()
902 if(usbMouse->notify_complete){ in usbMouseRemove()
903 hal_sem_delete(usbMouse->notify_complete); in usbMouseRemove()
904 usbMouse->notify_complete = NULL; in usbMouseRemove()
A DUsbMouse_DriftControl.h40 hal_sem_t notify_complete; /* 线程同步信号量 */ member
A DUsbMouse.h83 hal_sem_t notify_complete; /* 同步thread创建/删除 */ member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/Class/
A Dusb_msc.c403 mscDev->notify_complete = hal_sem_create(0); in mscDevInit()
405 if (mscDev->notify_complete == NULL) in mscDevInit()
448 hal_sem_delete(mscDev->notify_complete); in mscDevInit()
497 if (mscDev->notify_complete) in mscDevFree()
499 hal_sem_delete(mscDev->notify_complete); in mscDevFree()
931 hal_sem_post(mscDev->notify_complete); in MediaChangeThread()
982 hal_sem_post(mscDev->notify_complete); in mscDevScanThread()
1158 hal_sem_post(mscDev->notify_complete); in mscMainThread()
1325 hal_sem_wait(mscDev->notify_complete); in mscDevProbe()
1338 hal_sem_wait(mscDev->notify_complete); in mscDevProbe()
[all …]
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/include/
A Dusb_host_hub.h243 hal_sem_t notify_complete; /* 同步thread创建/删除 */ member
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/core/
A Dusb_gen_hub.c2385 hal_sem_post(usb_hub->notify_complete); in HubStatusThread()
2760 if (hub->notify_complete) in hub_disconnect()
2762 hal_sem_delete(hub->notify_complete); in hub_disconnect()
2763 hub->notify_complete = NULL; in hub_disconnect()
2894 hub->notify_complete = hal_sem_create(0); in hub_probe()
2897 if (hub->notify_complete == NULL) in hub_probe()
2901 hub->notify_complete = NULL; in hub_probe()
2936 hal_sem_wait(hub->notify_complete); in hub_probe()
/bsp/allwinner/libraries/sunxi-hal/hal/source/usb/storage/include/
A Dusb_msc_i.h93 hal_sem_t notify_complete; /* 同步thread创建/删除 */ member

Completed in 21 milliseconds