/kernel/linux/linux-6.6/drivers/media/platform/st/stm32/ |
H A D | stm32-dcmi.c | 1171 .target = V4L2_SEL_TGT_CROP_BOUNDS, in dcmi_get_sensor_bounds() 1238 switch (s->target) { in dcmi_g_selection() 1269 s->target != V4L2_SEL_TGT_CROP) in dcmi_s_selection()
|
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/ |
H A D | ivtv-ioctl.c | 838 if (sel->target != V4L2_SEL_TGT_COMPOSE) in ivtv_s_selection() 878 switch (sel->target) { in ivtv_g_selection() 894 switch (sel->target) { in ivtv_g_selection()
|
/kernel/linux/linux-6.6/drivers/media/platform/mediatek/jpeg/ |
H A D | mtk_jpeg_core.c | 520 switch (s->target) { in mtk_jpeg_enc_g_selection() 545 switch (s->target) { in mtk_jpeg_dec_g_selection() 574 switch (s->target) { in mtk_jpeg_enc_s_selection()
|
/kernel/linux/linux-6.6/drivers/opp/ |
H A D | core.c | 907 unsigned long *target = data; in _opp_config_clk_single() local 911 /* One of target and opp must be available */ in _opp_config_clk_single() 912 if (target) { in _opp_config_clk_single() 913 freq = *target; in _opp_config_clk_single() 1269 * provided by the opp, should have already rounded to the target OPP's 2943 * @u_volt: new OPP target voltage
|
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | amdtp-stream.c | 83 * @unit: the target of the stream 553 struct amdtp_stream *target = s->ctx_data.rx.replay_target; in pool_replayed_seq() local 554 const struct seq_desc *cache = target->ctx_data.tx.cache.descs; in pool_replayed_seq() 555 const unsigned int cache_size = target->ctx_data.tx.cache.size; in pool_replayed_seq() 2004 // Make association to replay target. in make_association() 2029 // No target is available to replay sequence. in make_association() 2071 // Select an IT context as IRQ target. in amdtp_domain_start()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm_adsp.c | 1925 static int wm_adsp_buffer_capture_block(struct wm_adsp_compr *compr, int target) in wm_adsp_buffer_capture_block() argument 1947 if (nwords > target) in wm_adsp_buffer_capture_block() 1948 nwords = target; in wm_adsp_buffer_capture_block()
|
H A D | mt6358.c | 339 int target = 7; in hp_main_output_ramp() local 342 for (i = 0; i <= target; i++) { in hp_main_output_ramp() 343 stage = up ? i : target - i; in hp_main_output_ramp()
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_kprobe.c | 442 /* Get the entry address of the target function */ in __within_notrace_func() 612 pr_warn("This probe might be able to register after target module is loaded. Continue.\n"); in append_trace_kprobe() 659 pr_warn("This probe might be able to register after target module is loaded. Continue.\n"); in register_trace_kprobe() 1943 int (*target)(int, int, int, int, int, int); in kprobe_trace_self_tests_init() 1953 target = kprobe_trace_selftest_target; in kprobe_trace_self_tests_init() 2002 ret = target(1, 2, 3, 4, 5, 6); in kprobe_trace_self_tests_init() 2006 * optimizer from removing the call to target() as otherwise there in kprobe_trace_self_tests_init()
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | client.c | 2229 int p9_client_readlink(struct p9_fid *fid, char **target) in p9_client_readlink() argument 2242 err = p9pdu_readf(&req->rc, clnt->proto_version, "s", target); in p9_client_readlink() 2247 p9_debug(P9_DEBUG_9P, "<<< RREADLINK target %s\n", *target); in p9_client_readlink()
|
/third_party/ffmpeg/libavcodec/ |
H A D | flacenc.c | 168 int target; in select_blocksize() local 173 target = (samplerate * block_time_ms) / 1000; in select_blocksize() 175 if (target >= ff_flac_blocksize_table[i] && in select_blocksize()
|
/third_party/gn/src/base/ |
H A D | values.cc | 1060 DictionaryValue::Iterator::Iterator(const DictionaryValue& target) 1061 : target_(target), it_(target.dict_.begin()) {}
|
/third_party/glfw/src/ |
H A D | x11_init.c | 1142 XcursorPixel* target = native->pixels; in _glfwCreateNativeCursorX11() local 1144 for (int i = 0; i < image->width * image->height; i++, target++, source += 4) in _glfwCreateNativeCursorX11() 1148 *target = (alpha << 24) | in _glfwCreateNativeCursorX11()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
H A D | PluralRules.java | 1340 public void getStartEndSamples(Set<DecimalQuantity> target) { in getStartEndSamples() argument 1342 target.add(range.start); in getStartEndSamples() 1343 target.add(range.end); in getStartEndSamples()
|
/third_party/FreeBSD/sys/dev/usb/ |
H A D | usb_dev.c | 1970 usb_alloc_symlink(const char *target) in usb_alloc_symlink() argument 1979 strlcpy(ps->src_path, target, sizeof(ps->src_path)); in usb_alloc_symlink() 1981 strlcpy(ps->dst_path, target, sizeof(ps->dst_path)); in usb_alloc_symlink()
|
/third_party/mesa3d/include/CL/ |
H A D | cl_icd.h | 743 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, 747 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel, 751 cl_context context, cl_mem_flags flags, cl_GLenum target, cl_GLint miplevel,
|
/third_party/mesa3d/src/amd/compiler/ |
H A D | aco_insert_exec_mask.cpp | 787 branch.target[0] = block->linear_succs[0]; in add_branch_code() 789 branch.target[0] = block->linear_succs[1]; in add_branch_code() 790 branch.target[1] = block->linear_succs[0]; in add_branch_code()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_context.c | 82 return res->target == PIPE_BUFFER && !(bind_history & unsupported_bind); in virgl_can_rebind_resource() 359 if (resource->target == PIPE_BUFFER) in virgl_create_surface() 1201 if (dres->b.target == PIPE_BUFFER) in virgl_resource_copy_region()
|
/third_party/mesa3d/src/gallium/drivers/svga/svgadump/ |
H A D | svga_dump.c | 417 _debug_printf("\t\t.target.sid = %u\n", (*cmd).target.sid); in dump_SVGA3dCmdSetRenderTarget() 418 _debug_printf("\t\t.target.face = %u\n", (*cmd).target.face); in dump_SVGA3dCmdSetRenderTarget() 419 _debug_printf("\t\t.target.mipmap = %u\n", (*cmd).target.mipmap); in dump_SVGA3dCmdSetRenderTarget()
|
/third_party/node/deps/v8/tools/profview/ |
H A D | profview.js | 180 let f = evt.target.files[0]; 184 main.setFile(JSON.parse(event.target.result)); 188 "File could not be read! Code " + event.target.error.code);
|
/third_party/node/deps/v8/src/heap/ |
H A D | heap.h | 755 void OnMoveEvent(HeapObject target, HeapObject source, int size_in_bytes); 935 std::function<void(HeapObject object, ObjectSlot slot, Object target)> 958 V8_EXPORT_PRIVATE void KeepDuringJob(Handle<HeapObject> target); 2092 // Returns true if the given object is a target of retaining path tracking. 2420 // stores the option of the corresponding target.
|
/third_party/node/deps/v8/src/regexp/arm/ |
H A D | regexp-macro-assembler-arm.cc | 926 // Backtrack code (branch target for conditional backtracks). in GetCode() 1272 void RegExpMacroAssemblerARM::Pop(Register target) { 1273 DCHECK(target != backtrack_stackpointer()); 1274 __ ldr(target, 1309 // and the operating system running on the target allow it.
|
/third_party/node/deps/v8/src/regexp/ia32/ |
H A D | regexp-macro-assembler-ia32.cc | 971 // Backtrack code (branch target for conditional backtracks). in GetCode() 1309 void RegExpMacroAssemblerIA32::Pop(Register target) { 1310 DCHECK(target != backtrack_stackpointer()); 1311 __ mov(target, Operand(backtrack_stackpointer(), 0));
|
/third_party/node/deps/v8/src/regexp/ppc/ |
H A D | regexp-macro-assembler-ppc.cc | 991 // Backtrack code (branch target for conditional backtracks). in GetCode() 1362 void RegExpMacroAssemblerPPC::Pop(Register target) { 1363 DCHECK(target != backtrack_stackpointer()); 1364 __ LoadU64(target, MemOperand(backtrack_stackpointer())); 1405 // and the operating system running on the target allow it.
|
/third_party/node/deps/v8/src/regexp/x64/ |
H A D | regexp-macro-assembler-x64.cc | 1018 // Backtrack code (branch target for conditional backtracks). in GetCode() 1396 void RegExpMacroAssemblerX64::Pop(Register target) { 1397 DCHECK(target != backtrack_stackpointer()); 1398 __ movsxlq(target, Operand(backtrack_stackpointer(), 0));
|
/third_party/mesa3d/src/gallium/auxiliary/tgsi/ |
H A D | tgsi_text.c | 1085 * target argument) however we're required to set the Texture in parse_instruction() 1133 report_error( ctx, "Expected texture target" ); in parse_instruction() 1183 report_error(ctx, "Expected memory qualifier, texture target, or format\n"); in parse_instruction() 1190 uint target; in parse_instruction() local 1194 if (!parse_uint( &cur, &target )) { in parse_instruction() 1199 inst.Label.Label = target; in parse_instruction() 1364 report_error(ctx, "Expected texture target"); in parse_declaration() 1400 report_error(ctx, "Expected texture target"); in parse_declaration()
|