Searched defs:module (Results 1 - 7 of 7) sorted by relevance

/system/core/nexus/
H A DController.cpp62 void *module; local
65 module = loadFile(modpath, &size);
66 if (!module) {
71 int rc = init_module(module, size, args);
72 free (module);
/system/core/init/
H A Dbuiltins.c70 void *module; local
74 module = read_file(filename, &size);
75 if (!module)
78 ret = init_module(module, size, options);
80 free(module);
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/sme/configMgr/
H A DconfigMgr.c196 * Init the module and Download the FW code in partition
375 The parameters is set to the module that uses as its father in the system
430 The parameters is get from the module that uses as its father in the system
566 Calls the txData module corresponding function.
699 /* Disable radio command is no longer active, and should be directed to the SME module. */
863 module - The module that requests the allocation.
873 allocatingModule_e module)
899 module - The module tha
870 configMgr_allocMSDU(TI_HANDLE hConfigMgr, mem_MSDU_T** MSDUPtr, UINT32 len, allocatingModule_e module) argument
906 configMgr_allocMSDUBufferOnly(TI_HANDLE hConfigMgr, mem_MSDU_T** MSDUPtr, allocatingModule_e module) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
H A DmemMngrEx.c51 * DESCRIPTION: Init of the Memory Manager module. This function allocated
101 /* alocate MemMngr module control block */
243 * DESCRIPTION: This function configures MemMngr module
267 * DESCRIPTION: This function unload the tMemMngr module. It first free
502 * module - the module that allocate this Msdu
510 UINT32 len, allocatingModule_e module)
543 rc = wlan_memMngrAllocMSDUBufferOnly(hMemMngr, MSDUPtr, module);
575 pMemMngr->moduleAllocCount[module]++;
591 (*MSDUPtr)->module
509 wlan_memMngrAllocMSDU(TI_HANDLE hMemMngr, mem_MSDU_T** MSDUPtr, UINT32 len, allocatingModule_e module) argument
613 wlan_memMngrAllocMSDUBufferOnly(TI_HANDLE hMemMngr, mem_MSDU_T** MSDUPtr, allocatingModule_e module) argument
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DmemMngrEx.h210 allocatingModule_e module; /* the allocating module */ member in struct:mem_MSDU_T
280 /* msdu per module */
298 DESCRIPTION: Init of the Memory Manager module
374 UINT32 len, allocatingModule_e module);
387 allocatingModule_e module);
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Dosapi.c43 #include <linux/module.h>
100 static void send_frag(char* msg, int message_len, int level, int module);
141 static UINT8 module = 0; /* Used to save the last message module */ local
158 /* Use debug module */
167 module index -------||
172 module = (msg[3] - 'A');
176 send_frag(msg, message_len, level, module);
207 static void send_frag(char* msg, int message_len, int level, int module) argument
219 FragMsg[0] = module;
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/data_ctrl/Tx/
H A Dtx.c38 /* PURPOSE: Tx module functions */
268 * DESCRIPTION: This function initializes the Tx module.
302 /* allocate Tx module control block */
471 * DESCRIPTION: This function configures the Tx Data module
583 * DESCRIPTION: This function unload the tx data module. It first free the
2663 /* receive BssId and Bss Type from control module */
2761 * DESCRIPTION: Reset the tx data module counters
2780 * DESCRIPTION: Reset the tx data module debug counters
3117 module - The calling module
3123 txData_sendNullFrame(TI_HANDLE hTxData, BOOL powerSaveOn, allocatingModule_e module) argument
[all...]

Completed in 376 milliseconds