Searched refs:search (Results 1 - 7 of 7) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | mk_prim_xml_step1.py | 140 match=re.search('PRIM_XML_HI_DIAG_LOG_MSG_', line)
142 match_id=re.search('_PRIM_ID_:', line)
143 match_sz=re.search(',_PRIM_SZ_:', line)
144 match_line=re.search(',_PRIM_LINE_:', line)
145 match_file=re.search(',_PRIM_FILE_:', line)
146 match_file=re.search(',_PRIM_FILE_:', line)
153 match=re.search('_PRIM_PRI_', line)
|
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | of_regulator.c | 396 struct device_node *search, *child; in regulator_of_get_init_node() local 404 search = of_get_child_by_name(dev->of_node, desc->regulators_node); in regulator_of_get_init_node() 406 search = of_node_get(dev->of_node); in regulator_of_get_init_node() 407 if (!strcmp(desc->of_match, search->name)) { in regulator_of_get_init_node() 408 return search; in regulator_of_get_init_node() 412 if (!search) { in regulator_of_get_init_node() 417 for_each_available_child_of_node(search, child) in regulator_of_get_init_node() 429 of_node_put(search); in regulator_of_get_init_node() 434 of_node_put(search); in regulator_of_get_init_node()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/linux/ |
H A D | ump_kernel_random_mapping.c | 24 static ump_dd_mem *search(struct rb_root *root, int id) in search() function 131 mem = search(&map->root, id); in ump_random_mapping_get() 167 mem = search(&map->root, id); in ump_random_mapping_remove_internal()
|
/device/soc/rockchip/rk2206/hardware/ |
H A D | build.py | 66 search = ['*.c'] 72 for extension in search:
|
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | mkbootimg | 200 match = re.search(r'^(\d{1,3})(?:\.(\d{1,3})(?:\.(\d{1,3}))?)?', x) 217 match = re.search(r'^(\d{4})-(\d{2})(?:-(\d{2}))?', x)
|
/device/soc/rockchip/common/sdk_linux/drivers/hid/ |
H A D | hid-core.c | 226 * Climb up the stack, search for the specified collection type
1086 * Thus, search from the current collection upwards until we find a
in hid_apply_multiplier() 1087 * logical collection. Then search all fields for that same parent
in hid_apply_multiplier() 1415 static int search(s32 *array, s32 value, unsigned n)
in search() function 1540 field->usage[field->value[n] - min].hid && search(value, field->value[n], count)) {
in hid_input_field() 1544 field->usage[value[n] - min].hid && search(field->value, value[n], count)) {
in hid_input_field()
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 93 not part of the dynamic linker search path
|
Completed in 12 milliseconds