/hal_espressif-latest/components/esp_psram/esp32s3/ |
D | esp_psram_impl_octal.c | 60 uint8_t vendor_id: 5; member 227 …_EARLY_LOGI(TAG, "vendor id : 0x%02x (%s)", reg_val->mr1.vendor_id, reg_val->mr1.vendor_id == 0… in s_print_psram_info() 321 if (mode_reg.mr1.vendor_id != OCT_PSRAM_VENDOR_ID) { in esp_psram_impl_enable() 322 … 0x%08x, PSRAM chip not found or not supported, or wrong PSRAM line mode", mode_reg.mr1.vendor_id); in esp_psram_impl_enable()
|
/hal_espressif-latest/tools/esptool_py/esptool/targets/ |
D | esp32s3.py | 208 vendor_id = (self.read_reg(self.EFUSE_BLOCK1_ADDR + (4 * num_word)) >> 0) & 0x07 209 return {1: "XMC", 2: "GD", 3: "FM", 4: "TT", 5: "BY"}.get(vendor_id, "") 217 vendor_id = (self.read_reg(self.EFUSE_BLOCK1_ADDR + (4 * num_word)) >> 7) & 0x03 218 return {1: "AP_3v3", 2: "AP_1v8"}.get(vendor_id, "")
|
D | esp32c3.py | 140 vendor_id = (self.read_reg(self.EFUSE_BLOCK1_ADDR + (4 * num_word)) >> 0) & 0x07 141 return {1: "XMC", 2: "GD", 3: "FM", 4: "TT", 5: "ZBIT"}.get(vendor_id, "")
|
/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/ |
D | eap_ttls.c | 144 static u8 * eap_ttls_avp_hdr(u8 *avphdr, u32 avp_code, u32 vendor_id, in eap_ttls_avp_hdr() argument 153 if (vendor_id) { in eap_ttls_avp_hdr() 156 avp->vendor_id = host_to_be32(vendor_id); in eap_ttls_avp_hdr() 169 u32 vendor_id, int mandatory, in eap_ttls_avp_add() argument 173 pos = eap_ttls_avp_hdr(avphdr, avp_code, vendor_id, mandatory, len); in eap_ttls_avp_add() 846 u32 avp_code, avp_length, vendor_id = 0; in eap_ttls_parse_avp() local 879 vendor_id = WPA_GET_BE32(dpos); in eap_ttls_parse_avp() 881 (int) vendor_id); in eap_ttls_parse_avp() 888 if (vendor_id == 0 && avp_code == RADIUS_ATTR_EAP_MESSAGE) { in eap_ttls_parse_avp() 891 } else if (vendor_id == 0 && avp_code == RADIUS_ATTR_REPLY_MESSAGE) { in eap_ttls_parse_avp() [all …]
|
D | eap_ttls.h | 24 be32 vendor_id; member
|
D | eap_defs.h | 110 u8 vendor_id[3]; member
|
D | eap_tlv_common.h | 50 be32 vendor_id; member
|
D | eap_fast.c | 497 static struct wpabuf * eap_fast_tlv_nak(int vendor_id, int tlv_type) in eap_fast_tlv_nak() argument 507 nak->vendor_id = host_to_be32(vendor_id); in eap_fast_tlv_nak()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/dis/ |
D | dis_profile.c | 180 UINT16_TO_STREAM(p, dis_cb.dis_value.pnp_id.vendor_id); in dis_s_read_attr_value() 259 dis_cb.dis_value.pnp_id.vendor_id = p_info->pnp_id.vendor_id; in DIS_SrUpdate()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/ |
D | bta_hh_utils.c | 155 void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id, in bta_hh_update_di_info() argument 160 vendor_id, product_id, version); in bta_hh_update_di_info() 162 p_cb->dscp_info.vendor_id = vendor_id; in bta_hh_update_di_info()
|
D | bta_hh_act.c | 962 p_dev_info->dscp_info.vendor_id, in bta_hh_maint_dev_act() 968 p_dev_info->dscp_info.vendor_id, in bta_hh_maint_dev_act()
|
D | bta_hh_le.c | 1152 p_dis_value->pnp_id.vendor_id, in bta_hh_le_dis_cback() 1156 p_cb->dscp_info.vendor_id = p_dis_value->pnp_id.vendor_id; in bta_hh_le_dis_cback() 2631 p_dev_info->dscp_info.vendor_id, in bta_hh_le_add_device()
|
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/ |
D | esp_hidh_api.h | 128 int vendor_id; /*!< Device ID information: vendor ID */ member 281 uint16_t vendor_id; /*!< Vendor ID */ member
|
/hal_espressif-latest/components/wpa_supplicant/src/wps/ |
D | wps_attr_parse.c | 114 u32 vendor_id; in wps_parse_vendor_ext() local 121 vendor_id = WPA_GET_BE24(pos); in wps_parse_vendor_ext() 122 switch (vendor_id) { in wps_parse_vendor_ext() 130 vendor_id); in wps_parse_vendor_ext()
|
/hal_espressif-latest/components/spi_flash/esp32s3/ |
D | spi_flash_oct_flash_init.c | 278 uint8_t vendor_id = 0; in esp_opiflash_init() local 280 ret = (*chip_func)->probe(chip_id, &vendor_id); in esp_opiflash_init()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/include/btc/ |
D | btc_storage.h | 131 … uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version,
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/ |
D | srvc_api.h | 57 UINT16 vendor_id; member
|
D | dis_api.h | 81 UINT16 vendor_id; member
|
/hal_espressif-latest/components/bootloader_support/bootloader_flash/src/ |
D | bootloader_flash.c | 663 uint32_t vendor_id = BYTESHIFT(rdid, 2); in is_xmc_chip_strict() local 667 if (vendor_id != XMC_VENDOR_ID_1) { in is_xmc_chip_strict() 731 uint32_t vendor_id = (rdid >> 16) & 0xFF; in is_xmc_chip() local 732 return (vendor_id == XMC_VENDOR_ID_1); in is_xmc_chip()
|
/hal_espressif-latest/zephyr/port/bootloader/ |
D | bootloader_flash.c | 651 uint32_t vendor_id = BYTESHIFT(rdid, 2); in is_xmc_chip_strict() local 655 if (vendor_id != XMC_VENDOR_ID) { in is_xmc_chip_strict() 719 uint32_t vendor_id = (rdid >> 16) & 0xFF; in is_xmc_chip() local 720 return (vendor_id == XMC_VENDOR_ID); in is_xmc_chip()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/core/ |
D | btc_storage.c | 355 … uint8_t app_id, uint16_t vendor_id, uint16_t product_id, uint16_t version, in btc_storage_add_hid_device_info() argument 366 ret &= btc_config_set_int(bdstr, "HidVendorId", vendor_id); in btc_storage_add_hid_device_info() 414 dscp_info.vendor_id = (uint16_t)value; in btc_storage_load_bonded_hid_info()
|
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/ |
D | btc_hh.c | 716 arg->set_info.hid_info->vendor_id, arg->set_info.hid_info->product_id, in btc_hh_set_info() 726 dscp_info.vendor_id = arg->set_info.hid_info->vendor_id; in btc_hh_set_info() 1195 dest->vendor_id = src->vendor_id; in btc_hh_copy_hid_info() 1214 param->dscp.vendor_id = src->vendor_id; in btc_hh_cb_copy_hid_info() 1336 … p_data->dscp_info.vendor_id, p_data->dscp_info.product_id, in btc_hh_cb_handler()
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/ |
D | bta_hh_api.h | 194 UINT16 vendor_id; /* vendor ID */ member
|
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/include/ |
D | bta_hh_int.h | 354 extern void bta_hh_update_di_info(tBTA_HH_DEV_CB *p_cb, UINT16 vendor_id, UINT16 product_id,
|
/hal_espressif-latest/tools/esptool_py/esptool/ |
D | __init__.py | 910 vendor_id = (rdid >> 16) & 0xFF 914 if vendor_id != XMC_VENDOR_ID:
|