Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlinux/
H A Dmoal_shim.h92 mlan_status moal_get_boot_ktime(t_void *pmoal, t_u64 *pnsec);
H A Dmlan_decl.h2154 mlan_status (*moal_get_boot_ktime)(t_void *pmoal, t_u64 *pnsec); member
H A Dmoal_main.c821 .moal_get_boot_ktime = moal_get_boot_ktime,
3941 moal_get_boot_ktime(handle, &handle->on_time);
H A Dmoal_cfg80211_util.c2845 moal_get_boot_ktime(handle, &cur_time); in woal_cfg80211_subcmd_link_statistic_get()
H A Dmoal_shim.c490 mlan_status moal_get_boot_ktime(t_void *pmoal, t_u64 *pnsec) function
/OK3568_Linux_fs/kernel/drivers/net/wireless/nxp/mlan/
H A Dmlan_decl.h2154 mlan_status (*moal_get_boot_ktime)(t_void *pmoal, t_u64 *pnsec); member
H A Dmlan_shim.c315 MASSERT(pcb->moal_get_boot_ktime); in mlan_register()