/device/soc/rockchip/common/sdk_linux/include/trace/events/ |
H A D | cpuhp.h | 12 TP_PROTO(unsigned int cpu, int target, int idx, int (*fun)(unsigned int)), 14 TP_ARGS(cpu, target, idx, fun), 16 TP_STRUCT__entry(__field(unsigned int, cpu) __field(int, target) __field(int, idx) __field(void *, fun)), 18 TP_fast_assign(__entry->cpu = cpu; __entry->target = target; __entry->idx = idx; __entry->fun = fun;), 20 TP_printk("cpu: %04u target: %3d step: %3d (%ps)", __entry->cpu, __entry->target, __entry->idx, 25 TP_PROTO(unsigned int cpu, int target, int idx, int (*fun)(unsigned int, struct hlist_node *), 28 TP_ARGS(cpu, target, idx, fun, node), 30 TP_STRUCT__entry(__field(unsigned int, cpu) __field(int, target) __fiel [all...] |
/test/xts/acts/ |
H A D | build.sh | 25 echo " target_subsystem : TARGET_SUBSYSTEM the target subsystem to build" 123 ./build.sh --product-name $PRODUCT_NAME --gn-args $system_build_params --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false $CACHE_ARG --gn-args skip_generate_module_list_file=true 126 ./build.sh --product-name $PRODUCT_NAME --gn-args $system_build_params --build-target "acts" --build-target "acts_ivi" --build-target "acts_intellitv" --build-target "acts_wearable" --build-target "deploy_testtools" 128 ./build.sh --product-name $PRODUCT_NAME --gn-args $system_build_params --build-target [all...] |
/test/xts/dcts/ |
H A D | build.sh | 23 echo " target_platform : TARGET_PLATFORM the target platform, such as phone or ivi; Default to phone" 27 echo " target_subsystem : TARGET_SUBSYSTEM the target subsystem to build" 116 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false $CACHE_ARG --gn-args skip_generate_module_list_file=true 119 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target "dcts" --build-target "dcts_ivi" --build-target "dcts_intellitv" --build-target "dcts_wearable" --build-target "deploy_testtool [all...] |
/test/xts/hats/ |
H A D | build.sh | 25 echo " target_subsystem : TARGET_SUBSYSTEM the target subsystem to build" 109 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target $BUILD_TARGET --build-target "deploy_testtools" --gn-args is_standard_system=true $MUSL_ARGS --target-cpu $TARGET_ARCH --get-warning-list=false --stat-ccache=true --compute-overlap-rate=false --deps-guard=false --generate-ninja-trace=false $CACHE_ARG --gn-args skip_generate_module_list_file=true 112 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target "hats" --build-target "hats_ivi" --build-target "hats_intellitv" --build-target "hats_wearable" --build-target "deploy_testtools" 114 ./build.sh --product-name $PRODUCT_NAME --gn-args build_xts=true --build-target [all...] |
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | pkt_builder.py | 136 self.BuildUpgBin(target = ota_ori_file)
141 def BuildUpgBoot(self, target = None, source = None):
153 image_file = os.path.join(pkt_dir_path, '%s_flash_boot_ota.bin'%app_name) if target is None else target
158 def BuildUpgBin(self, target = None):
175 image_file = os.path.join(pkt_dir_path, '%s_ota.bin'%app_name) if target is None else target
180 def BuildUpgBurnBin(self, target = None):
197 image_file = os.path.join(pkt_dir_path, '%s_ota_unencrypt.bin'%app_name) if target is None else target
[all...] |
H A D | scons_utils.py | 95 def cleanup(target, source, env): 122 def scons_bin_dd(source, target, **kw): 133 if os.path.exists(target): 135 with open(target, mode) as image: 138 with open(target, 'wb') as image: 158 with open(target, 'wb') as image:
|
/device/soc/rockchip/common/sdk_linux/kernel/ |
H A D | cpu.c | 52 * @target: The target state 65 enum cpuhp_state target; member 179 trace_cpuhp_enter(cpu, st->target, state, cb); in cpuhp_invoke_callback() 192 trace_cpuhp_multi_enter(cpu, st->target, state, cbm, node); in cpuhp_invoke_callback() 206 trace_cpuhp_multi_enter(cpu, st->target, state, cbm, node); in cpuhp_invoke_callback() 236 trace_cpuhp_multi_enter(cpu, st->target, state, cbm, node); in cpuhp_invoke_callback() 480 static inline enum cpuhp_state cpuhp_set_state(struct cpuhp_cpu_state *st, enum cpuhp_state target) in cpuhp_set_state() argument 487 st->target = target; in cpuhp_set_state() 532 cpuhp_kick_ap(struct cpuhp_cpu_state *st, enum cpuhp_state target) cpuhp_kick_ap() argument 647 cpuhp_up_callbacks(unsigned int cpu, struct cpuhp_cpu_state *st, enum cpuhp_state target) cpuhp_up_callbacks() argument 957 enum cpuhp_state target = max((int)st->target, CPUHP_AP_OFFLINE); take_cpu_down() local 1068 cpuhp_down_callbacks(unsigned int cpu, struct cpuhp_cpu_state *st, enum cpuhp_state target) cpuhp_down_callbacks() argument 1087 _cpu_down(unsigned int cpu, int tasks_frozen, enum cpuhp_state target) _cpu_down() argument 1158 cpu_down_maps_locked(unsigned int cpu, enum cpuhp_state target) cpu_down_maps_locked() argument 1166 cpu_down(unsigned int cpu, enum cpuhp_state target) cpu_down() argument 1259 enum cpuhp_state target = min((int)st->target, CPUHP_AP_ONLINE); notify_cpu_starting() local 1299 _cpu_up(unsigned int cpu, int tasks_frozen, enum cpuhp_state target) _cpu_up() argument 1361 cpu_up(unsigned int cpu, enum cpuhp_state target) cpu_up() argument 2304 int target, ret; write_cpuhp_target() local [all...] |
/device/soc/rockchip/common/vendor/drivers/devfreq/ |
H A D | rockchip_dmc_common.c | 80 unsigned long vop_last_rate, target = 0; in rockchip_dmcfreq_vop_bandwidth_update() local 118 target = common_info->vop_bw_tbl[i].freq; in rockchip_dmcfreq_vop_bandwidth_update() 128 if (target < common_info->vop_frame_bw_tbl[i].freq) { in rockchip_dmcfreq_vop_bandwidth_update() 129 target = common_info->vop_frame_bw_tbl[i].freq; in rockchip_dmcfreq_vop_bandwidth_update() 136 common_info->vop_req_rate = target; in rockchip_dmcfreq_vop_bandwidth_update() 138 if (target > vop_last_rate) { in rockchip_dmcfreq_vop_bandwidth_update() 148 unsigned long target = 0; in rockchip_dmcfreq_vop_bandwidth_request() local 157 target = common_info->vop_bw_tbl[i].freq; in rockchip_dmcfreq_vop_bandwidth_request() 162 if (!target) { in rockchip_dmcfreq_vop_bandwidth_request()
|
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_dmc_common.c | 81 unsigned long vop_last_rate, target = 0; in rockchip_dmcfreq_vop_bandwidth_update() local 117 target = common_info->vop_bw_tbl[i].freq; in rockchip_dmcfreq_vop_bandwidth_update() 126 if (target < common_info->vop_frame_bw_tbl[i].freq) in rockchip_dmcfreq_vop_bandwidth_update() 127 target = common_info->vop_frame_bw_tbl[i].freq; in rockchip_dmcfreq_vop_bandwidth_update() 133 common_info->vop_req_rate = target; in rockchip_dmcfreq_vop_bandwidth_update() 135 if (target > vop_last_rate) { in rockchip_dmcfreq_vop_bandwidth_update() 145 unsigned long target = 0; in rockchip_dmcfreq_vop_bandwidth_request() local 154 target = common_info->vop_bw_tbl[i].freq; in rockchip_dmcfreq_vop_bandwidth_request() 159 if (!target) in rockchip_dmcfreq_vop_bandwidth_request()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/ump/common/ |
H A D | ump_kernel_descriptor_mapping.c | 63 int ump_descriptor_mapping_allocate_mapping(ump_descriptor_mapping *map, void *target) in ump_descriptor_mapping_allocate_mapping() argument 95 map->table->mappings[descriptor] = target; in ump_descriptor_mapping_allocate_mapping() 102 int ump_descriptor_mapping_get(ump_descriptor_mapping *map, int descriptor, void **target) in ump_descriptor_mapping_get() argument 108 *target = map->table->mappings[descriptor]; in ump_descriptor_mapping_get() 110 } else *target = NULL; in ump_descriptor_mapping_get() 115 int ump_descriptor_mapping_set(ump_descriptor_mapping *map, int descriptor, void *target) in ump_descriptor_mapping_set() argument 120 map->table->mappings[descriptor] = target; in ump_descriptor_mapping_set()
|
H A D | ump_kernel_descriptor_mapping.h | 58 * @param target The value to map to 61 int ump_descriptor_mapping_allocate_mapping(ump_descriptor_mapping *map, void *target); 67 * @param target Pointer to a pointer which will receive the stored value 70 int ump_descriptor_mapping_get(ump_descriptor_mapping *map, int descriptor, void **target); 76 * @param target Pointer to replace the current value with 79 int ump_descriptor_mapping_set(ump_descriptor_mapping *map, int descriptor, void *target);
|
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/interdrv/common/cipher/src/drv/cipher_v1.0/compat/ |
H A D | drv_klad.c | 36 hi_s32 hal_cipher_klad_config(hi_u32 chn_id, hi_u32 opt_id, hi_cipher_klad_target target, hi_bool is_decrypt) in hal_cipher_klad_config() argument 50 ctrl.bits.type = target; in hal_cipher_klad_config() 196 hi_cipher_ca_type root_key, hi_cipher_klad_target target, const hi_u8 *data_in, hi_u32 key_len) in drv_cipher_klad_load_key() 203 hi_log_chk_param_return(target >= HI_CIPHER_KLAD_TARGET_BUTT); in drv_cipher_klad_load_key() 209 ret = hal_cipher_klad_config(chn_id, otp_id, target, HI_TRUE); in drv_cipher_klad_load_key() 235 hi_cipher_klad_target target, hi_u8 *clean_key, hi_u8 *encrypt_key, hi_u32 key_len) in drv_cipher_klad_encrypt_key() 241 hi_log_chk_param_return(target >= HI_CIPHER_KLAD_TARGET_BUTT); in drv_cipher_klad_encrypt_key() 253 if (target == HI_CIPHER_KLAD_TARGET_RSA) { in drv_cipher_klad_encrypt_key() 195 drv_cipher_klad_load_key(hi_u32 chn_id, hi_cipher_ca_type root_key, hi_cipher_klad_target target, const hi_u8 *data_in, hi_u32 key_len) drv_cipher_klad_load_key() argument 234 drv_cipher_klad_encrypt_key(hi_cipher_ca_type root_key, hi_cipher_klad_target target, hi_u8 *clean_key, hi_u8 *encrypt_key, hi_u32 key_len) drv_cipher_klad_encrypt_key() argument
|
H A D | drv_klad.h | 49 hi_s32 hal_cipher_klad_config(hi_u32 chn_id, hi_u32 opt_id, hi_cipher_klad_target target, hi_bool is_decrypt); 59 hi_cipher_ca_type root_key, hi_cipher_klad_target target, const hi_u8 *data_in, hi_u32 key_len); 61 hi_s32 drv_cipher_klad_encrypt_key(hi_cipher_ca_type root_key, hi_cipher_klad_target target,
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | mountndk.cpp | 78 const char target[] = "/data/storage/el2/base/files/mount2";
in Mounttest() local 79 rev = mount(special, target, "", PARAM_0, "");
in Mounttest() 102 const char target[] = "/data/storage/el2/base/files/mount2";
in umounttest() local 103 rev = mount(special, target, "", PARAM_0, "");
in umounttest() 124 const char target[] = "/data/storage/el2/base/files/mount2";
in umount2test() local 125 rev = mount(special, target, "", PARAM_0, "");
in umount2test()
|
/test/xts/acts/global_lite/i18n_lite/resource_parse_load/src/ |
H A D | res_config_test.cpp | 70 ResConfigImpl *target = new ResConfigImpl; in HWTEST_F() local 71 target->SetLocaleInfo("zh", nullptr, "CN"); in HWTEST_F() 73 EXPECT_TRUE(rc->Match(target) == false); in HWTEST_F() 74 delete target; in HWTEST_F()
|
/test/ostest/wukong/component_event/src/ |
H A D | wukong_tree.cpp | 61 std::string target = "Ability"; in GetClearnAbility() local 63 size_t pos = name.find(target); in GetClearnAbility() 65 name.replace(pos, target.length(), replacement); in GetClearnAbility() 66 pos = name.find(target, pos + replacement.length()); in GetClearnAbility()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/lwip_sack/include/lwip/ |
H A D | lwip_rpl.h | 32 err_t lwip_rpl_behind_mbr_node(const ip6_addr_t *target); 33 err_t lwip_rpl_nonmesh_node(const ip6_addr_t *target); 34 err_t lwip_rpl_behind_mbr_solicited_node(const ip6_addr_t *target); 35 err_t lwip_rpl_nonmesh_solicited_node(const ip6_addr_t *target);
|
H A D | ip_addr.h | 193 #define ip_addr_get_network(target, host, netmask) do { if (IP_IS_V6(host)) { \ 194 ip4_addr_set_zero(ip_2_ip4(target)); IP_SET_TYPE(target, IPADDR_TYPE_V6); } else { \ 195 ip4_addr_get_network(ip_2_ip4(target), ip_2_ip4(host), \ 196 ip_2_ip4(netmask)); IP_SET_TYPE(target, IPADDR_TYPE_V4); }} while (0) 329 #define ip_addr_get_network(target, host, mask) ip4_addr_get_network(target, host, mask) 389 #define ip_addr_get_network(target, host, mask) ip6_addr_set_zero(target)
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/ump/common/ |
H A D | ump_kernel_descriptor_mapping.h | 59 * @param target The value to map to 62 int ump_descriptor_mapping_allocate_mapping(ump_descriptor_mapping *map, void *target); 68 * @param target Pointer to a pointer which will receive the stored value 71 int ump_descriptor_mapping_get(ump_descriptor_mapping *map, int descriptor, void **target); 77 * @param target Pointer to replace the current value with 80 int ump_descriptor_mapping_set(ump_descriptor_mapping *map, int descriptor, void *target);
|
/device/qemu/riscv32_virt/liteos_m/board/hardware/adapter/ |
H A D | hdf_syscall_adapter.c | 144 int32_t HdfDeviceRegisterEventListener(struct HdfIoService *target, struct HdfDevEventlistener *listener) in HdfDeviceRegisterEventListener() argument 146 if (target == NULL || listener == NULL) { in HdfDeviceRegisterEventListener() 155 struct HdfSyscallAdapter *adapter = CONTAINER_OF(target, struct HdfSyscallAdapter, super); in HdfDeviceRegisterEventListener() 166 int32_t HdfDeviceUnregisterEventListener(struct HdfIoService *target, struct HdfDevEventlistener *listener) in HdfDeviceUnregisterEventListener() argument 168 if (target == NULL || listener == NULL) { in HdfDeviceUnregisterEventListener() 177 struct HdfSyscallAdapter *adapter = CONTAINER_OF(target, struct HdfSyscallAdapter, super); in HdfDeviceUnregisterEventListener()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 95 def cleanup(target, source, env): 122 def scons_bin_dd(source, target, **kw): 133 if os.path.exists(target): 135 with open(target, mode) as image: 138 with open(target, 'wb') as image: 158 with open(target, 'wb') as image:
|
/test/testfwk/developer_test/src/core/command/ |
H A D | gen.py | 67 for target in fuzzer_list: 68 if target: 69 gn_file.write("\"%s\",\n" % target)
|
/test/xts/tools/build/ |
H A D | suite.py | 166 # remove the extra output of target "java_prebuilt" 313 def _copy_file(self, source, target): 314 if not os.path.exists(os.path.dirname(target)): 315 os.makedirs(os.path.dirname(target)) 316 if not os.path.exists(target) or ( 317 os.path.exists(target) and 318 (os.stat(target).st_mtime != os.stat(source).st_mtime)): 319 print('Trying to copy "%s" to "%s"' % (source, target)) 320 subprocess.call(["rm", "-rf", target]) 321 subprocess.call(["cp", "-rf", source, target]) [all...] |
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/cbb/ |
H A D | Makefile | 22 target = base sys macro 42 target += vo_dev 53 target_clean = $(patsubst %,%_clean,$(target)) 57 all: $(target)
|
/test/testfwk/arkxtest/hamock/src/main/mock/ |
H A D | MockKit.js | 237 function MockSetup(target, propertyName, descriptor) { 238 const aboutToAppearOrigin = target.aboutToAppear; 240 target.aboutToAppear = function (...args) { 241 if (target.__Param) { // copy attributes and params of the original context 243 const map = target.__Param;
|