Home
last modified time | relevance | path

Searched refs:p_entry (Results 1 – 12 of 12) sorted by relevance

/device/board/osware/imx8mm/drivers/bluetooth/source/src/
Dconf.c98 conf_entry_t *p_entry; in vnd_load_conf() local
124 p_entry = (conf_entry_t *)conf_table; in vnd_load_conf()
125 while (p_entry->conf_entry != NULL) { in vnd_load_conf()
126 if (strcmp(p_entry->conf_entry, (const char *)p_name) == 0) { in vnd_load_conf()
127 p_entry->p_action(p_name, p_value, p_entry->param); in vnd_load_conf()
131 p_entry++; in vnd_load_conf()
Dhardware.c339 fw_settlement_entry_t *p_entry; in look_up_fw_settlement_delay() local
349 p_entry = (fw_settlement_entry_t *)fw_settlement_table; in look_up_fw_settlement_delay()
351 while (p_entry->chipset_name != NULL) { in look_up_fw_settlement_delay()
352 if (strstr(hw_cfg_cb.local_chip_name, p_entry->chipset_name) != NULL) { in look_up_fw_settlement_delay()
356 p_entry++; in look_up_fw_settlement_delay()
359 ret_value = p_entry->delay_time; in look_up_fw_settlement_delay()
/device/board/kaihong/khdvk_3566b/kernel/bluetooth/src/
Dconf.c98 conf_entry_t *p_entry; in vnd_load_conf() local
124 p_entry = (conf_entry_t *)conf_table; in vnd_load_conf()
125 while (p_entry->conf_entry != NULL) { in vnd_load_conf()
126 if (strcmp(p_entry->conf_entry, (const char *)p_name) == 0) { in vnd_load_conf()
127 p_entry->p_action(p_name, p_value, p_entry->param); in vnd_load_conf()
131 p_entry++; in vnd_load_conf()
Dhardware.c331 fw_settlement_entry_t *p_entry; in look_up_fw_settlement_delay() local
342 p_entry = (fw_settlement_entry_t *)fw_settlement_table; in look_up_fw_settlement_delay()
344 while (p_entry->chipset_name != NULL) { in look_up_fw_settlement_delay()
345 if (strstr(hw_cfg_cb.local_chip_name, p_entry->chipset_name) != in look_up_fw_settlement_delay()
350 p_entry++; in look_up_fw_settlement_delay()
353 ret_value = p_entry->delay_time; in look_up_fw_settlement_delay()
/device/soc/esp/esp32/components/spi_flash/
Dpartition.c188 … for(const uint8_t *p_entry = p_start; p_entry < p_end; p_entry += sizeof(esp_partition_info_t)) { in load_partitions() local
192 memcpy(&entry, p_entry, sizeof(entry)); in load_partitions()
196 md5_part = p_entry; in load_partitions()
/device/soc/esp/esp32/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_co.h96 tBTA_HH_RPT_CACHE_ENTRY *p_entry,
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/net/wireless/bcmdhd/
Ddhd_rtt.c527 const ftm_status_map_host_entry_t *p_entry; in ftm_get_statusmap_info() local
529 p_entry = p_table; in ftm_get_statusmap_info()
532 if (p_entry->proxd_status == id) { in ftm_get_statusmap_info()
533 return p_entry->rtt_reason; in ftm_get_statusmap_info()
535 p_entry++; /* next entry */ in ftm_get_statusmap_info()
547 const ftm_strmap_entry_t *p_entry; in ftm_get_strmap_info() local
550 p_entry = p_table; in ftm_get_strmap_info()
553 if (p_entry->id == id) in ftm_get_strmap_info()
554 return p_entry; in ftm_get_strmap_info()
555 p_entry++; /* next entry */ in ftm_get_strmap_info()
[all …]
/device/board/isoftstone/zhiyuan/kernel/driver/drivers/bluetooth/
Drtk_btusb.c1546 struct rtk_epatch_entry *p_entry = NULL; in get_fw_patch_entry() local
1553 p_entry = kzalloc(sizeof(*p_entry), GFP_KERNEL); in get_fw_patch_entry()
1554 if (!p_entry) { in get_fw_patch_entry()
1558 p_entry->chip_id = eco_ver + 1; in get_fw_patch_entry()
1559 p_entry->patch_length = *(uint16_t *)(epatch_buf + 14 + 2*patch_num + 2*i); in get_fw_patch_entry()
1560 p_entry->start_offset = *(uint32_t *)(epatch_buf + 14 + 4*patch_num + 4*i); in get_fw_patch_entry()
1561p_entry->coex_version = *(uint32_t *)(epatch_buf + p_entry->start_offset + p_entry->patch_length -… in get_fw_patch_entry()
1562p_entry->svn_version = *(uint32_t *)(epatch_buf + p_entry->start_offset + p_entry->patch_length -… in get_fw_patch_entry()
1563p_entry->fw_version = *(uint32_t *)(epatch_buf + p_entry->start_offset + p_entry->patch_length -… in get_fw_patch_entry()
1565 coex_date = ((p_entry->coex_version >> 16) & 0x7ff) + ((p_entry->coex_version >> 27) * 10000); in get_fw_patch_entry()
[all …]
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
Ddhd_rtt.c472 const ftm_status_map_host_entry_t *p_entry; in ftm_get_statusmap_info() local
474 p_entry = p_table; in ftm_get_statusmap_info()
477 if (p_entry->proxd_status == id) { in ftm_get_statusmap_info()
478 return p_entry->rtt_reason; in ftm_get_statusmap_info()
480 p_entry++; /* next entry */ in ftm_get_statusmap_info()
492 const ftm_strmap_entry_t *p_entry; in ftm_get_strmap_info() local
495 p_entry = p_table; in ftm_get_strmap_info()
498 if (p_entry->id == id) in ftm_get_strmap_info()
499 return p_entry; in ftm_get_strmap_info()
500 p_entry++; /* next entry */ in ftm_get_strmap_info()
[all …]
/device/board/kaihong/khdvk_3566b/wifi/bcmdhd_hdf/bcmdhd/
Ddhd_rtt.c483 const ftm_status_map_host_entry_t *p_entry; in ftm_get_statusmap_info() local
485 p_entry = p_table; in ftm_get_statusmap_info()
487 if (p_entry->proxd_status == id) { in ftm_get_statusmap_info()
488 return p_entry->rtt_reason; in ftm_get_statusmap_info()
490 p_entry++; /* next entry */ in ftm_get_statusmap_info()
503 const ftm_strmap_entry_t *p_entry; in ftm_get_strmap_info() local
506 p_entry = p_table; in ftm_get_strmap_info()
508 if (p_entry->id == id) { in ftm_get_strmap_info()
509 return p_entry; in ftm_get_strmap_info()
511 p_entry++; /* next entry */ in ftm_get_strmap_info()
[all …]
/device/board/isoftstone/yangfan/kernel/src/driv/net/rockchip_wlan/rkwifi/bcmdhd/
Ddhd_rtt.c498 const ftm_status_map_host_entry_t *p_entry; in ftm_get_statusmap_info() local
500 p_entry = p_table; in ftm_get_statusmap_info()
503 if (p_entry->proxd_status == id) { in ftm_get_statusmap_info()
504 return p_entry->rtt_reason; in ftm_get_statusmap_info()
506 p_entry++; /* next entry */ in ftm_get_statusmap_info()
518 const ftm_strmap_entry_t *p_entry; in ftm_get_strmap_info() local
521 p_entry = p_table; in ftm_get_strmap_info()
524 if (p_entry->id == id) in ftm_get_strmap_info()
525 return p_entry; in ftm_get_strmap_info()
526 p_entry++; /* next entry */ in ftm_get_strmap_info()
[all …]
/device/board/unionman/unionpi_tiger/kernel/drivers/rtl88x2cs/hal/phydm/
Dphydm_api.c3498 struct cmn_sta_info *p_entry = NULL; in phydm_check() local
3510 p_entry = dm->phydm_sta_info[mcc_macid]; in phydm_check()
3511 if (!p_entry) { in phydm_check()
3519 p_entry->rssi_stat.rssi); in phydm_check()
3520 if (p_entry->rssi_stat.rssi < rssi_min[i]) in phydm_check()
3521 rssi_min[i] = p_entry->rssi_stat.rssi; in phydm_check()