HomeSort by relevance Sort by last modified time
    Searched refs:init_info (Results 1 - 4 of 4) sorted by null

  /hardware/ti/wlan/wl1271/CUDK/tiwlan_loader/
tiwlan_loader.c 64 TLoaderFilesData *init_info = NULL; local
118 init_info = (TLoaderFilesData *)os_MemoryAlloc(req_size);
119 if (!init_info)
124 init_info->uNvsFileLength = eeprom_image_length;
125 init_info->uFwFileLength = firmware_image_length;
126 init_info->uIniFileLength = init_file_length;
129 os_fread(&init_info->data[0], 1, eeprom_image_length, f1)<eeprom_image_length))
135 os_fread(&init_info->data[eeprom_image_length], 1, firmware_image_length, f2)<firmware_image_length))
142 os_fread(&init_info->data[eeprom_image_length+firmware_image_length], 1, init_file_length, f3)<init_file_length))
148 if(EOALERR_IPC_STA_ERROR_SENDING_WEXT == IPC_STA_Private_Send(hIpcSta, DRIVER_INIT_PARAM, init_info, req_size, NULL, 0)
    [all...]
  /external/openssh/openbsd-compat/
bsd-cray.c 201 struct servprov init_info; /* used for sesscntl() call */ local
606 memset(&init_info, '\0', sizeof(init_info));
607 init_info.s_sessinit.si_id = URM_SPT_LOGIN;
608 init_info.s_sessinit.si_pid = getpid();
609 init_info.s_sessinit.si_sid = jid;
610 sesscntl(0, S_SETSERVPO, (int)&init_info);
  /bionic/libc/kernel/common/media/
msm_camera.h 1335 struct sensor_init_cfg init_info; member in union:sensor_cfg_data::__anon592
    [all...]
  /external/kernel-headers/original/media/
msm_camera.h 1391 struct sensor_init_cfg init_info; member in union:sensor_cfg_data::__anon8795
    [all...]

Completed in 368 milliseconds