Home
last modified time | relevance | path

Searched defs:prop (Results 1 – 25 of 25) sorted by relevance

/hal_espressif-2.7.6/tools/kconfig/
Dsymbol.c40 struct property *prop = prop_alloc(P_DEFAULT, sym); in sym_add_default() local
99 struct property *prop; in sym_get_choice_prop() local
108 struct property *prop; in sym_get_env_prop() local
117 struct property *prop; in sym_get_default_prop() local
129 struct property *prop; in sym_get_range_prop() local
157 struct property *prop; in sym_validate_range() local
191 struct property *prop; in sym_set_changed() local
211 struct property *prop; in sym_calc_visibility() local
258 struct property *prop; in sym_choice_default() local
284 struct property *prop; in sym_calc_choice() local
[all …]
Dmenu.c31 static void prop_warn(struct property *prop, const char *fmt, ...) in prop_warn()
130 struct property *prop = prop_alloc(type, current_entry->sym); in menu_add_prop() local
234 struct property *prop; in sym_check_prop() local
286 struct property *prop; in menu_finalize() local
546 static void get_prompt_str(struct gstr *r, struct property *prop, in get_prompt_str()
608 struct property *prop = NULL; in get_symbol_prop() local
622 struct property *prop; in get_symbol_str() local
Dzconf.y631 struct property *prop; in print_symbol() local
712 struct property *prop; in zconfdump() local
Dconfdata.c263 struct property *prop; in conf_read_simple() local
935 struct property *prop; in randomize_choice_values() local
983 struct property *prop; in set_all_choice_values() local
Dutil.c73 struct property *prop; in file_write_dep() local
Dqconf.cc108 struct property *prop; in updateMenu() local
1142 for (struct property *prop = sym->prop; prop; prop = prop->next) { in debug_info() local
1315 struct property *prop; in search() local
Dconf.c358 struct property *prop; in conf() local
Dmconf.c469 struct property *prop; in build_conf() local
Dexpr.h85 struct property *prop; member
Dnconf.c736 struct property *prop; in build_conf() local
Dgconf.c1337 struct property *prop; in display_tree() local
/hal_espressif-2.7.6/examples/protocols/esp_local_ctrl/scripts/
Desp_local_ctrl.py50 def prop_typestr(prop): argument
62 def encode_prop_value(prop, value): argument
78 def decode_prop_value(prop, value): argument
94 def str_to_prop_value(prop, strval): argument
110 def prop_is_readonly(prop): argument
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_co.h34 UINT8 prop; member
Dbta_gatt_api.h289 UINT8 prop; /* used when attribute type is characteristic */ member
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c535 UINT8 prop) in bta_hh_le_find_alloc_report_entry()
1068 tBTA_GATT_CHAR_PROP prop) in bta_hh_le_expl_rpt()
1111 tBTA_GATT_CHAR_PROP prop) in bta_hh_le_expl_boot_rpt()
1586 tBTA_GATT_CHAR_PROP prop = 0; in bta_hh_le_search_hid_included() local
1667 tBTA_GATT_CHAR_PROP prop; in bta_hh_le_search_hid_chars() local
2884 tBTA_GATT_CHAR_PROP prop; in bta_hh_le_search_scps_chars() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/esp/ble_button/
Dbutton_pro.c136 tBTA_GATT_CHAR_PROP prop = (GATT_CHAR_PROP_BIT_READ | GATT_CHAR_PROP_BIT_NOTIFY); in button_profile_cb() local
/hal_espressif-2.7.6/components/esp_local_ctrl/src/
Desp_local_ctrl.c222 esp_err_t esp_local_ctrl_add_property(const esp_local_ctrl_prop_t *prop) in esp_local_ctrl_add_property()
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/gap/
Dbtc_gap_bt.c322 esp_bt_gap_dev_prop_t prop[1]; in btc_gap_bt_search_devices_evt() local
344 esp_bt_gap_dev_prop_t prop[3]; in btc_gap_bt_search_devices_evt() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/btc/profile/std/battery/
Dbattery_prf.c50 tGATT_CHAR_PROP prop = GATT_CHAR_PROP_BIT_READ; variable
/hal_espressif-2.7.6/examples/bluetooth/esp_hid_device/main/
Desp_hid_gap.c254 esp_bt_gap_dev_prop_t *prop = &disc_res->prop[i]; in handle_bt_device_result() local
/hal_espressif-2.7.6/examples/bluetooth/esp_hid_host/main/
Desp_hid_gap.c254 esp_bt_gap_dev_prop_t *prop = &disc_res->prop[i]; in handle_bt_device_result() local
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/gatt/
Dbta_gattc_cache.c1293 UINT16 id, tBT_UUID uuid, UINT8 prop) in bta_gattc_fill_gatt_db_el()
1988 UINT16 e_handle, tBT_UUID uuid, UINT8 prop, UINT16 incl_srvc_s_handle, in bta_gattc_fill_nv_attr()
/hal_espressif-2.7.6/components/bt/host/bluedroid/bta/hh/include/
Dbta_hh_int.h188 UINT8 prop; member
/hal_espressif-2.7.6/components/bt/host/bluedroid/api/include/api/
Desp_gap_bt_api.h247 esp_bt_gap_dev_prop_t *prop; /*!< properties discovered from the new device */ member
/hal_espressif-2.7.6/tools/catch/
Dcatch.hpp7417 TestCaseInfo::SpecialProperties prop = parseSpecialTag( tag ); in makeTestCase() local