Home
last modified time | relevance | path

Searched defs:prop_name (Results 1 - 25 of 82) sorted by relevance

1234

/third_party/jerryscript/targets/mbedos5/jerryscript-mbed/jerryscript-mbed-drivers/source/
H A DsetTimeout-js.cpp64 jerry_value_t prop_name = jerry_create_string((const jerry_char_t*)"setTimeout"); in DECLARE_GLOBAL_FUNCTION() local
H A DsetInterval-js.cpp64 jerry_value_t prop_name = jerry_create_string((const jerry_char_t*)"setInterval"); in DECLARE_GLOBAL_FUNCTION() local
/third_party/jerryscript/tests/unit-ext/
H A Dtest-ext-module-empty.c43 jerry_value_t prop_name = jerry_create_string ((const jerry_char_t *) "message"); in main() local
H A Dtest-ext-module-canonical.c91 jerry_value_t prop_name = jerry_create_string ((jerry_char_t *) "something"); in main() local
H A Dtest-ext-method-register.c51 jerry_value_t prop_name = jerry_create_string ((const jerry_char_t *) target_prop); in freeze_property() local
/third_party/jerryscript/jerry-core/ext/
H A Ddebug-utils.c42 ecma_string_t *prop_name = ecma_string_from_property_name (prop_iter_p->types[i], in PrintObjectProperties() local
/third_party/pulseaudio/src/pulsecore/
H A Ddbus-shared.c55 static const char *const prop_name[] = { in pa_dbus_bus_get() local
/third_party/jerryscript/targets/particle/source/
H A Dmain.cpp79 jerry_value_t prop_name; in init_jerry() local
[all...]
/third_party/jerryscript/tests/unit-core/
H A Dtest-api-property.cpp71 jerry_value_t prop_name = jerry_create_string ((const jerry_char_t *) "my_defined_property"); in HWTEST_F() local
[all...]
H A Dtest-has-property.cpp64 jerry_value_t prop_name = jerry_create_string_from_utf8 ((jerry_char_t *) "something"); in HWTEST_F() local
[all...]
H A Dtest-typedarray.cpp121 jerry_value_t prop_name = jerry_create_string ((const jerry_char_t *) test_entries[i].constructor_name); in test_typedarray_queries() local
/kernel/linux/linux-5.10/arch/powerpc/sysdev/
H A Dmsi_bitmap.c221 char *prop_name = "msi-available-ranges"; in test_of_node() local
/kernel/linux/linux-6.6/arch/powerpc/sysdev/
H A Dmsi_bitmap.c222 char *prop_name = "msi-available-ranges"; in test_of_node() local
/third_party/jerryscript/jerry-ext/handler/
H A Dhandler-register.c76 jerry_value_t prop_name = jerry_create_string_from_utf8 ((const jerry_char_t *) entry->name); in jerryx_set_properties() local
159 jerry_value_t prop_name = jerry_create_string_from_utf8 ((const jerry_char_t *) name); in jerryx_get_property_str() local
183 jerry_value_t prop_name = jerry_create_string_from_utf8 ((const jerry_char_t *) name); in jerryx_has_property_str() local
/kernel/linux/linux-5.10/drivers/fpga/
H A Daltera-fpga2sdram.c79 char *prop_name; member
/kernel/linux/linux-5.10/drivers/of/
H A Dresolver.c77 char *value, *cur, *end, *node_path, *prop_name, *s; in update_usages_of_a_phandle_reference() local
/kernel/linux/linux-6.6/drivers/ufs/host/
H A Dufshcd-pltfrm.c126 char prop_name[MAX_PROP_SIZE]; in ufshcd_populate_vreg() local
/kernel/linux/linux-6.6/drivers/fpga/
H A Daltera-fpga2sdram.c79 char *prop_name; member
/kernel/linux/linux-6.6/drivers/of/
H A Dresolver.c77 char *value, *cur, *end, *node_path, *prop_name, *s; in update_usages_of_a_phandle_reference() local
H A Dcpu.c52 __of_find_n_match_cpu_property(struct device_node *cpun, const char *prop_name, int cpu, unsigned int *thread) __of_find_n_match_cpu_property() argument
/kernel/linux/linux-5.10/arch/powerpc/platforms/pseries/
H A Dmobility.c195 char *prop_name; in update_dt_node() local
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/syscalls/
H A Drtas_filter.c83 static int open_prop_file(const char *prop_path, const char *prop_name, int *fd) in open_prop_file() argument
104 static int get_property(const char *prop_path, const char *prop_name, in get_property() argument
/kernel/linux/linux-5.10/drivers/misc/cxl/
H A Dof.c69 static int read_phys_addr(struct device_node *np, char *prop_name, in read_phys_addr() argument
16 read_prop_string(const struct device_node *np, const char *prop_name) read_prop_string() argument
27 read_prop_dword(const struct device_node *np, const char *prop_name, u32 *val) read_prop_dword() argument
40 read_prop64_dword(const struct device_node *np, const char *prop_name, u64 *val) read_prop64_dword() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/ufs/
H A Dufshcd-pltfrm.c126 char prop_name[MAX_PROP_SIZE]; in ufshcd_populate_vreg() local
/kernel/linux/linux-5.10/drivers/power/supply/
H A Dpower_supply_sysfs.c24 const char *prop_name; member

Completed in 10 milliseconds

1234