Searched refs:out_buffer (Results 1 – 5 of 5) sorted by relevance
/hardware/ti/wlan/wl1271/platforms/os/linux/src/ |
D | WlanDrvWext.c | 206 *(TI_UINT32 *)my_command.out_buffer = in wlanDrvWext_Handler() 223 if ((my_command.out_buffer) && (my_command.out_buffer_len)) in wlanDrvWext_Handler() 225 copy_to_buf = my_command.out_buffer; in wlanDrvWext_Handler() 226 my_command.out_buffer = os_memoryAlloc(drv, my_command.out_buffer_len); in wlanDrvWext_Handler() 270 if (my_command.out_buffer) in wlanDrvWext_Handler() 271 os_memoryFree(drv,my_command.out_buffer,my_command.out_buffer_len); in wlanDrvWext_Handler() 290 if (my_command.out_buffer) in wlanDrvWext_Handler() 292 if (os_memoryCopyToUser(drv, copy_to_buf, my_command.out_buffer, my_command.out_buffer_len)) in wlanDrvWext_Handler() 297 os_memoryFree(drv, my_command.out_buffer, my_command.out_buffer_len); in wlanDrvWext_Handler()
|
D | CmdInterpretWext.c | 1391 pParam->content.interogateCmdCBParams.pCb = my_command->out_buffer; in cmdInterpret_convertAndExecute() 1392 if (my_command->out_buffer) in cmdInterpret_convertAndExecute() 1395 …os_memoryCopy(pCmdInterpret->hOs, my_command->out_buffer, my_command->in_buffer, min(my_command->… in cmdInterpret_convertAndExecute() 1453 if ((my_command->out_buffer) && (my_command->out_buffer_len)) in cmdInterpret_convertAndExecute() 1457 …os_memoryCopy(pCmdInterpret->hOs,my_command->out_buffer,*(void **)&pParam->content,my_command->out… in cmdInterpret_convertAndExecute() 1461 …os_memoryCopy(pCmdInterpret->hOs,my_command->out_buffer,&pParam->content,my_command->out_buffer_le… in cmdInterpret_convertAndExecute()
|
/hardware/ti/wlan/wl1271/stad/Export_Inc/ |
D | privateCmd.h | 87 void* out_buffer; /**< Pointer to Output buffer */ member
|
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/ |
D | ipc_sta.c | 159 pIpcSta ->private_cmd.out_buffer = bufOut; in IPC_STA_Private_Send()
|
/hardware/ti/wlan/wl1271/wpa_supplicant_lib/ |
D | driver_ti.c | 132 private_cmd.out_buffer = bufOut; in wpa_driver_tista_private_send()
|