Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/
H A DdrvUsbd.c469 osapi_spin_unlock_irqrestore(&hcd_root_hub_lock, ulFlags); in ms_hcd_poll_rh_status()
509 osapi_spin_unlock_irqrestore (&hcd_root_hub_lock, ulFlags); in ms_rh_queue_status()
574 osapi_spin_unlock_irqrestore(&hcd_root_hub_lock, ulFlags); in ms_rh_status_dequeue()
954 osapi_spin_unlock_irqrestore (&hcd_data_lock, u32Flags); in ms_hcd_alloc_dev()
971 osapi_spin_unlock_irqrestore (&hcd_data_lock, u32Flags); in ms_urb_unlink()
1016 osapi_spin_unlock_irqrestore (&hcd_data_lock, u32Flags); in ms_hcd_submit_urb()
1239 osapi_spin_unlock_irqrestore (&pUrb->lock, u32Flags); in ms_hcd_unlink_urb()
1250 osapi_spin_unlock_irqrestore (&pUrb->lock, u32Flags); in ms_hcd_unlink_urb()
1307 osapi_spin_unlock_irqrestore (&pUrb->lock, u32Flags); in ms_hcd_unlink_urb()
1323 osapi_spin_unlock_irqrestore (&pUrb->lock, u32Flags); in ms_hcd_unlink_urb()
[all …]
H A DdrvHub.c184 osapi_spin_unlock_irqrestore(&hub_event_lock, flags); in ms_hub_irq()
460 osapi_spin_unlock_irqrestore(&hub_event_lock, flags); in ms_hub_disconnect()
825 osapi_spin_unlock_irqrestore(&device_state_lock, flags); in ms_usb_set_device_state()
1290 osapi_spin_unlock_irqrestore(&hub_event_lock, flags); in ms_hub_events()
1298 osapi_spin_unlock_irqrestore(&hub_event_lock, flags); in ms_hub_events()
1493 osapi_spin_unlock_irqrestore (&utt->lock, flags); in ms_usb_hub_tt_clear_buffer()
1506 osapi_spin_unlock_irqrestore (&hub->tt.lock, flags); in ms_hub_tt_kevent()
1522 osapi_spin_unlock_irqrestore (&hub->tt.lock, flags); in ms_hub_tt_kevent()
1534 osapi_spin_unlock_irqrestore (&hub->tt.lock, flags); in ms_hub_tt_kevent()
H A DdrvPCIMEM.c225 osapi_spin_unlock_irqrestore (&pMem_pool->lock, u32flag); in ms_mem_pool_alloc()
277 osapi_spin_unlock_irqrestore (&pMem_pool->lock, u32flag); in ms_mem_pool_destroy()
314 osapi_spin_unlock_irqrestore (&pMem_pool->lock, u32flag); in ms_mem_pool_free()
320 osapi_spin_unlock_irqrestore (&pMem_pool->lock, u32flag); in ms_mem_pool_free()
334 osapi_spin_unlock_irqrestore (&pMem_pool->lock, u32flag); in ms_mem_pool_free()
H A DdrvTimer.c222 osapi_spin_unlock_irqrestore(&sw_timer_lock, u32OldIntr); in ms_del_timer()
249 osapi_spin_unlock_irqrestore(&sw_timer_lock, u32OldIntr); in ms_del_timer_sync()
279 osapi_spin_unlock_irqrestore(&sw_timer_lock, u32OldIntr); in ms_add_timer()
306 osapi_spin_unlock_irqrestore(&sw_timer_lock, u32OldIntr); in ms_update_timer()
H A DdrvMM.c207 osapi_spin_unlock_irqrestore (&pool->lock, flags); in ncmem_alloc_page()
234 osapi_spin_unlock_irqrestore (&pool->lock, flags); in ncmem_free_page()
298 osapi_spin_unlock_irqrestore (&pool->lock, flags); in ncmem_alloc()
341 osapi_spin_unlock_irqrestore (&pool->lock, flags); in ncmem_free()
H A DdrvEhciHcd.c380 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_hub_status_data()
797 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_hub_control()
1909 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_submit_async()
2266 osapi_spin_unlock_irqrestore(&pEhci->tHcdLock, u32Flags); in ms_ehci_iaa_watchdog()
2308 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_ehci_watchdog()
3020 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_urb_dequeue()
3074 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_ehci_disable_ep()
3099 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_ehci_disable_ep()
H A DdrvEHCI_SCHD.cxx655 osapi_spin_unlock_irqrestore (&pEhci->tHcdLock, u32Flags); in ms_intr_submit()
/utopia/UTPA2-700.0.x/modules/usb/drv/usb_ecos/newhost/include/
H A DdrvOSAPI.h114 #define osapi_spin_unlock_irqrestore(lock,flag) MsOS_RestoreAllInterrupts(flag) macro