Home
last modified time | relevance | path

Searched defs:plock (Results 1 – 3 of 3) sorted by relevance

/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/incl/
Dmlan_util.h69 … mlan_status (*moal_init_lock)(t_void *handle, t_void *plock)) in util_init_list_head()
89 … mlan_status (*moal_free_lock)(t_void *handle, t_void *plock)) in util_free_list_head()
110 … mlan_status (*moal_spin_lock)(t_void *handle, t_void *plock), in util_peek_list()
143 … mlan_status (*moal_spin_lock)(t_void *handle, t_void *plock), in util_enqueue_list_tail()
176 … mlan_status (*moal_spin_lock)(t_void *handle, t_void *plock), in util_enqueue_list_head()
209 mlan_status (*moal_spin_lock)(t_void *handle, t_void *plock), in util_unlink_list()
242 … mlan_status (*moal_spin_lock)(t_void *handle, t_void *plock), in util_dequeue_list()
273 t_void *plock; member
306 mlan_status (*moal_init_lock)(t_void *handle, t_void *plock)) in util_scalar_init()
332 mlan_status (*moal_free_lock)(t_void *handle, t_void *plock)) in util_scalar_free()
[all …]
/hal_nxp-latest/mcux/middleware/wifi_nxp/wifidriver/
Dmlan_glue.c484 static mlan_status wrapper_moal_init_lock(IN t_void *pmoal_handle, OUT t_void *plock) in wrapper_moal_init_lock()
493 static mlan_status wrapper_moal_free_lock(IN t_void *pmoal_handle, IN t_void *plock) in wrapper_moal_free_lock()
502 static mlan_status wrapper_moal_spin_lock(IN t_void *pmoal_handle, IN t_void *plock) in wrapper_moal_spin_lock()
511 static mlan_status wrapper_moal_spin_unlock(IN t_void *pmoal_handle, IN t_void *plock) in wrapper_moal_spin_unlock()
521 …status wrapper_moal_init_semaphore(IN t_void *pmoal_handle, IN const char *name, OUT t_void *plock) in wrapper_moal_init_semaphore()
533 static mlan_status wrapper_moal_free_semaphore(IN t_void *pmoal_handle, IN t_void *plock) in wrapper_moal_free_semaphore()
544 static mlan_status wrapper_moal_semaphore_get(IN t_void *pmoal_handle, IN t_void *plock) in wrapper_moal_semaphore_get()
555 static mlan_status wrapper_moal_semaphore_put(IN t_void *pmoal_handle, IN t_void *plock) in wrapper_moal_semaphore_put()
/hal_nxp-latest/mcux/middleware/wifi_nxp/wlcmgr/
Dwlan.c7596 static int wifi_wakeup_card_cb(osa_rw_lock_t *plock, unsigned int wait_time) in wifi_wakeup_card_cb()