Home
last modified time | relevance | path

Searched refs:WFS_InitChild (Results 1 – 4 of 4) sorted by relevance

/TwlSDK-5.5/build/demos/wireless_shared/wfs/include/
Dwfs.h121 void WFS_InitChild(int port, WFSStateCallback callback,
154 WFS_InitChild(port, callback, allocator, allocator_arg); in WFS_Init()
/TwlSDK-5.5/build/demos/wm/wireless-all/src/
Dwh_datasharing.c129 WFS_InitChild(PORT_WFS, StateCallbackForWFS, AllocatorForWFS, NULL); in StartWirelessChild()
/TwlSDK-5.5/build/demos/mb/multiboot-wfs/child/src/
Dchild.c209 WFS_InitChild(port_wbt, StateCallbackForWFS, AllocatorForWFS, NULL); in ModeSelect()
/TwlSDK-5.5/build/demos/wireless_shared/wfs/src/
Dwfs_common.c532 void WFS_InitChild(int port, WFSStateCallback callback, WFSAllocator allocator, void *allocator_arg) in WFS_InitChild() function