HomeSort by relevance Sort by last modified time
    Searched defs:p_entry (Results 1 - 3 of 3) sorted by null

  /hardware/broadcom/libbt/src/
conf.c 98 conf_entry_t *p_entry; local
126 p_entry = (conf_entry_t *)conf_table;
128 while (p_entry->conf_entry != NULL)
130 if (strcmp(p_entry->conf_entry, (const char *)p_name) == 0)
132 p_entry->p_action(p_name, p_value, p_entry->param);
136 p_entry++;
hardware.c 284 fw_settlement_entry_t *p_entry; local
298 p_entry = (fw_settlement_entry_t *)fw_settlement_table;
300 while (p_entry->chipset_name != NULL)
302 if (strstr(hw_cfg_cb.local_chip_name, p_entry->chipset_name)!=NULL)
307 p_entry++;
310 ret_value = p_entry->delay_time;
    [all...]
  /hardware/broadcom/wlan/bcmdhd/wifi_hal/
rtt.cpp 100 const strmap_entry_t *p_entry; local
103 p_entry = err_info;
106 if (p_entry->id == status)
107 return p_entry->text;
108 p_entry++; /* next entry */

Completed in 68 milliseconds