Home
last modified time | relevance | path

Searched refs:moal_usleep_range (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.h91 t_void moal_usleep_range(t_void *pmoal, t_u32 min_delay, t_u32 max_delay);
H A Dmlan_decl.h2151 t_void (*moal_usleep_range)(t_void *pmoal, t_u32 min_delay, member
H A Dmoal_shim.c456 t_void moal_usleep_range(t_void *pmoal, t_u32 min_delay, t_u32 max_delay) function
H A Dmoal_main.c819 .moal_usleep_range = moal_usleep_range,
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_shim.c249 MASSERT(pmdevice->callbacks.moal_usleep_range); in mlan_register()
255 !pmdevice->callbacks.moal_usleep_range || in mlan_register()
H A Dmlan_decl.h2151 t_void (*moal_usleep_range)(t_void *pmoal, t_u32 min_delay, member
H A Dmlan_pcie.c3428 pcb->moal_usleep_range(pmadapter->pmoal_handle, 10, 20); in wlan_pcie_prog_fw_w_helper()