/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/ |
H A D | camif-capture.c | 985 switch (sel->target) { in s3c_camif_g_selection() 1023 sel->target != V4L2_SEL_TGT_COMPOSE) in s3c_camif_s_selection() 1034 pr_debug("type: %#x, target: %#x, flags: %#x, (%d,%d)/%dx%d\n", in s3c_camif_s_selection() 1035 sel->type, sel->target, sel->flags, in s3c_camif_s_selection() 1353 if ((sel->target != V4L2_SEL_TGT_CROP && in s3c_camif_subdev_get_selection() 1354 sel->target != V4L2_SEL_TGT_CROP_BOUNDS) || in s3c_camif_subdev_get_selection() 1365 if (sel->target == V4L2_SEL_TGT_CROP) { in s3c_camif_subdev_get_selection() 1440 if (sel->target != V4L2_SEL_TGT_CROP || sel->pad != CAMIF_SD_PAD_SINK) in s3c_camif_subdev_set_selection()
|
/kernel/linux/linux-5.10/drivers/perf/ |
H A D | arm-cmn.c | 270 BUILD_BUG_ON(sizeof(struct arm_cmn_hw_event) > offsetof(struct hw_perf_event, target)); in to_cmn_hw() 1153 unsigned int i, target; in arm_cmn_pmu_offline_cpu() local 1159 target = cpumask_any_but(cpu_online_mask, cpu); in arm_cmn_pmu_offline_cpu() 1160 if (target >= nr_cpu_ids) in arm_cmn_pmu_offline_cpu() 1163 perf_pmu_migrate_context(&cmn->pmu, cpu, target); in arm_cmn_pmu_offline_cpu() 1165 irq_set_affinity_hint(cmn->dtc[i].irq, cpumask_of(target)); in arm_cmn_pmu_offline_cpu() 1166 cmn->cpu = target; in arm_cmn_pmu_offline_cpu()
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | wm2200.c | 1860 unsigned int target; in fll_factors() local 1894 target = Fout * div; in fll_factors() 1897 pr_debug("FLL Fvco=%dHz\n", target); in fll_factors() 1899 /* Find an appropraite FLL_FRATIO and factor it out of the target */ in fll_factors() 1912 fll_div->n = target / (fratio * Fref); in fll_factors() 1914 if (target % Fref == 0) { in fll_factors() 1918 gcd_fll = gcd(target, fratio * Fref); in fll_factors() 1920 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
|
H A D | wm5100.c | 1680 unsigned int target; in fll_factors() local 1714 target = Fout * div; in fll_factors() 1717 pr_debug("FLL Fvco=%dHz\n", target); in fll_factors() 1719 /* Find an appropraite FLL_FRATIO and factor it out of the target */ in fll_factors() 1732 fll_div->n = target / (fratio * Fref); in fll_factors() 1734 if (target % Fref == 0) { in fll_factors() 1738 gcd_fll = gcd(target, fratio * Fref); in fll_factors() 1740 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
|
/kernel/linux/linux-5.10/sound/soc/sh/ |
H A D | fsi.c | 964 unsigned long target = 0; /* 12288000 or 11289600 */ in fsi_clk_set_rate_cpg() local 973 target = 12288000; in fsi_clk_set_rate_cpg() 975 target = 11289600; in fsi_clk_set_rate_cpg() 976 if (!target) { in fsi_clk_set_rate_cpg() 982 ackmd = target / rate; in fsi_clk_set_rate_cpg() 999 * target = rate x [512/256/128/64]fs in fsi_clk_set_rate_cpg() 1000 * cout = round(target x adjustment) in fsi_clk_set_rate_cpg() 1001 * actual = cout / adjustment (by FSI-DIV) ~= target in fsi_clk_set_rate_cpg() 1009 cout = target * adj; in fsi_clk_set_rate_cpg() 1018 diff = abs(actual - target); in fsi_clk_set_rate_cpg() [all...] |
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | synthetic-events.c | 17 #include "util/target.h" 1671 struct target *target, struct perf_thread_map *threads, in __machine__synthesize_threads() 1675 if (target__has_task(target)) in __machine__synthesize_threads() 1677 else if (target__has_cpu(target)) in __machine__synthesize_threads() 1685 int machine__synthesize_threads(struct machine *machine, struct target *target, in machine__synthesize_threads() argument 1689 return __machine__synthesize_threads(machine, NULL, target, threads, in machine__synthesize_threads() 1670 __machine__synthesize_threads(struct machine *machine, struct perf_tool *tool, struct target *target, struct perf_thread_map *threads, perf_event__handler_t process, bool data_mmap, unsigned int nr_threads_synthesize) __machine__synthesize_threads() argument
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | inode.c | 395 struct gfs2_alloc_parms ap = { .target = *dblocks, .aflags = flags, }; in alloc_dinode() 537 struct gfs2_alloc_parms ap = { .target = da->nr_blocks, }; in link_dinode() 989 struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; in gfs2_link() 1445 * This is the case where the target dinode already exists in gfs2_rename() 1540 struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; in gfs2_rename() 1560 /* Remove the target file, if it exists */ in gfs2_rename() 1931 ap.target = gfs2_get_inode_blocks(&ip->i_inode); in setattr_chown() 1950 gfs2_quota_change(ip, -(s64)ap.target, ouid, ogid); in setattr_chown() 1951 gfs2_quota_change(ip, ap.target, nuid, ngid); in setattr_chown()
|
/kernel/linux/linux-6.6/fs/gfs2/ |
H A D | inode.c | 405 struct gfs2_alloc_parms ap = { .target = *dblocks, .aflags = flags, }; in alloc_dinode() 551 struct gfs2_alloc_parms ap = { .target = da->nr_blocks, }; in link_dinode() 1010 struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; in gfs2_link() 1470 * This is the case where the target dinode already exists in gfs2_rename() 1568 struct gfs2_alloc_parms ap = { .target = da.nr_blocks, }; in gfs2_rename() 1588 /* Remove the target file, if it exists */ in gfs2_rename() 1954 ap.target = gfs2_get_inode_blocks(&ip->i_inode); in setattr_chown() 1973 gfs2_quota_change(ip, -(s64)ap.target, ouid, ogid); in setattr_chown() 1974 gfs2_quota_change(ip, ap.target, nuid, ngid); in setattr_chown()
|
H A D | rgrp.c | 1585 extlen = max_t(u32, atomic_read(&ip->i_sizehint), ap->target); in rg_mblk_search() 2035 * We try our best to find an rgrp that has at least ap->target blocks 2053 u32 target = ap->target; in gfs2_inplace_reserve() local 2061 if (gfs2_assert_warn(sdp, target)) in gfs2_inplace_reserve() 2118 (loops == 0 && target > rs->rs_rgd->rd_extfail_pt)) in gfs2_inplace_reserve() 2140 if (free_blocks < target || blocks_available < target) { in gfs2_inplace_reserve() 2144 rs->rs_reserved = ap->target; in gfs2_inplace_reserve() 2187 target in gfs2_inplace_reserve() [all...] |
/kernel/linux/linux-6.6/drivers/platform/surface/aggregator/ |
H A D | controller.c | 690 * @tid: The target ID of the queue. 695 * this function returns %NULL. If the target ID is not supported, this 696 * function will fall back to the default target ID (``tid = 1``). 711 dev_warn(cplt->dev, "event: unsupported target ID: %u\n", tid); in ssam_cplt_get_event_queue() 715 return &cplt->event.target[tidx].queue[event]; in ssam_cplt_get_event_queue() 823 struct ssam_event_target *target; in ssam_cplt_init() local 832 for (c = 0; c < ARRAY_SIZE(cplt->event.target); c++) { in ssam_cplt_init() 833 target = &cplt->event.target[c]; in ssam_cplt_init() 835 for (i = 0; i < ARRAY_SIZE(target in ssam_cplt_init() [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | kfd_process.c | 1184 struct kfd_process *target; in kfd_process_notifier_release_internal() local 1188 hash_for_each_rcu(kfd_processes_table, temp, target, kfd_processes) { in kfd_process_notifier_release_internal() 1189 if (target->debugger_process && target->debugger_process == p) { in kfd_process_notifier_release_internal() 1190 mutex_lock_nested(&target->mutex, 1); in kfd_process_notifier_release_internal() 1191 kfd_dbg_trap_disable(target); in kfd_process_notifier_release_internal() 1192 mutex_unlock(&target->mutex); in kfd_process_notifier_release_internal()
|
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s3c-camif/ |
H A D | camif-capture.c | 986 switch (sel->target) { in s3c_camif_g_selection() 1024 sel->target != V4L2_SEL_TGT_COMPOSE) in s3c_camif_s_selection() 1035 pr_debug("type: %#x, target: %#x, flags: %#x, (%d,%d)/%dx%d\n", in s3c_camif_s_selection() 1036 sel->type, sel->target, sel->flags, in s3c_camif_s_selection() 1354 if ((sel->target != V4L2_SEL_TGT_CROP && in s3c_camif_subdev_get_selection() 1355 sel->target != V4L2_SEL_TGT_CROP_BOUNDS) || in s3c_camif_subdev_get_selection() 1366 if (sel->target == V4L2_SEL_TGT_CROP) { in s3c_camif_subdev_get_selection() 1441 if (sel->target != V4L2_SEL_TGT_CROP || sel->pad != CAMIF_SD_PAD_SINK) in s3c_camif_subdev_set_selection()
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-multitouch.c | 676 __s32 **target; in mt_store_field() local 688 target = (__s32 **)((char *)usage + offset); in mt_store_field() 691 if (*target != DEFAULT_TRUE && in mt_store_field() 692 *target != DEFAULT_FALSE && in mt_store_field() 693 *target != DEFAULT_ZERO) { in mt_store_field() 705 target = (__s32 **)((char *)usage + offset); in mt_store_field() 708 *target = value; in mt_store_field()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm2200.c | 1847 unsigned int target; in fll_factors() local 1881 target = Fout * div; in fll_factors() 1884 pr_debug("FLL Fvco=%dHz\n", target); in fll_factors() 1886 /* Find an appropraite FLL_FRATIO and factor it out of the target */ in fll_factors() 1899 fll_div->n = target / (fratio * Fref); in fll_factors() 1901 if (target % Fref == 0) { in fll_factors() 1905 gcd_fll = gcd(target, fratio * Fref); in fll_factors() 1907 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
|
H A D | wm5100.c | 1680 unsigned int target; in fll_factors() local 1714 target = Fout * div; in fll_factors() 1717 pr_debug("FLL Fvco=%dHz\n", target); in fll_factors() 1719 /* Find an appropraite FLL_FRATIO and factor it out of the target */ in fll_factors() 1732 fll_div->n = target / (fratio * Fref); in fll_factors() 1734 if (target % Fref == 0) { in fll_factors() 1738 gcd_fll = gcd(target, fratio * Fref); in fll_factors() 1740 fll_div->theta = (target - (fll_div->n * fratio * Fref)) in fll_factors()
|
/kernel/linux/linux-6.6/sound/soc/sh/ |
H A D | fsi.c | 964 unsigned long target = 0; /* 12288000 or 11289600 */ in fsi_clk_set_rate_cpg() local 973 target = 12288000; in fsi_clk_set_rate_cpg() 975 target = 11289600; in fsi_clk_set_rate_cpg() 976 if (!target) { in fsi_clk_set_rate_cpg() 982 ackmd = target / rate; in fsi_clk_set_rate_cpg() 999 * target = rate x [512/256/128/64]fs in fsi_clk_set_rate_cpg() 1000 * cout = round(target x adjustment) in fsi_clk_set_rate_cpg() 1001 * actual = cout / adjustment (by FSI-DIV) ~= target in fsi_clk_set_rate_cpg() 1009 cout = target * adj; in fsi_clk_set_rate_cpg() 1018 diff = abs(actual - target); in fsi_clk_set_rate_cpg() [all...] |
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_validate.c | 1032 validate_assert(state, instr->target == NULL); in validate_jump_instr() 1045 validate_assert(state, instr->target == NULL); in validate_jump_instr() 1057 validate_assert(state, instr->target == NULL); in validate_jump_instr() 1063 validate_assert(state, instr->target == block->successors[0]); in validate_jump_instr() 1064 validate_assert(state, instr->target != NULL); in validate_jump_instr() 1070 validate_assert(state, instr->target == block->successors[1]); in validate_jump_instr() 1073 validate_assert(state, instr->target != NULL); in validate_jump_instr()
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
H A D | platform_x11.c | 1034 xcb_pixmap_t target; in dri2_x11_copy_buffers() local 1037 target = (uintptr_t) native_pixmap_target; in dri2_x11_copy_buffers() 1045 xcb_create_gc(dri2_dpy->conn, gc, target, 0, NULL); in dri2_x11_copy_buffers() 1048 target, in dri2_x11_copy_buffers() 1162 dri2_x11_create_image_khr(_EGLDisplay *disp, _EGLContext *ctx, EGLenum target, in dri2_x11_create_image_khr() argument 1165 switch (target) { in dri2_x11_create_image_khr() 1169 return dri2_create_image_khr(disp, ctx, target, buffer, attr_list); in dri2_x11_create_image_khr()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | glx_api.c | 1912 int target = 0, format = 0, mipmap = 0; in glXCreatePixmap() local 1939 target = *attr; in glXCreatePixmap() 1978 if (target == GLX_TEXTURE_1D_EXT) { in glXCreatePixmap() 1985 else if (target == GLX_TEXTURE_2D_EXT) { in glXCreatePixmap() 1992 if (target == GLX_TEXTURE_RECTANGLE_EXT) { in glXCreatePixmap() 2000 if (format || target || mipmap) { in glXCreatePixmap() 2002 b = XMesaCreatePixmapTextureBuffer(v, pixmap, 0, format, target, mipmap); in glXCreatePixmap()
|
/third_party/node/test/fixtures/wpt/resources/ |
H A D | testharness.js | 897 * @param {EventTarget} watchedNode - The target expected to receive the events. 1190 * @param {EventTarget} object - Event target 1395 return "ProcessingInstruction node with target " + format_value(truncate(val.target, 60)) + " and data " + format_value(truncate(val.data, 60)); 4679 var target = global_scope; 4681 if (!(components[i] in target)) { 4682 target[components[i]] = {}; 4684 target = target[components[i]]; 4686 target[component [all...] |
/third_party/nghttp2/src/ |
H A D | HttpServer.cc | 394 void release_fd(FileEntry *target) { in release_fd() argument 395 --target->usecount; in release_fd() 397 if (target->usecount == 0 && target->stale) { in release_fd() 398 fd_cache_lru_.remove(target); in release_fd() 399 close(target->fd); in release_fd() 400 fd_cache_.erase(target->it); in release_fd()
|
/third_party/node/ |
H A D | Makefile | 109 all: $(NODE_EXE) ## Default target, builds node in out/Release/node. 115 # To add a target to the help, add a double comment (##) on the target line. 126 # otherwise $(NODE_EXE) being a .PHONY target means it is always re-run. 129 # See comments on the build-addons target for some more info 169 $(warning '$@' target is a noop) 239 $(FIND) out/$(BUILDTYPE)/obj.target \( -name "*.gcda" -o -name "*.gcno" \) \ 264 $(FIND) out/$(BUILDTYPE)/obj.target -name "*.gcda" -type f -exec $(RM) {} \; 270 -r ../src/ --object-directory Release/obj.target \ 536 # This target shoul [all...] |
/third_party/skia/third_party/externals/freetype/src/smooth/ |
H A D | ftgrays.c | 73 * spans on any target surface. You can thus do direct composition on 506 TPixmap target; /* target pixmap */ member 1490 unsigned char* line = ras.target.origin - ras.target.pitch * y; in gray_sweep() 1630 * A pointer to the source target. 2045 const FT_Bitmap* target_map = params->target; in gray_raster_render() 2090 /* if direct mode is not set, we must have a target bitmap */ in gray_raster_render() 2102 ras.target.origin = target_map->buffer; in gray_raster_render() 2104 ras.target in gray_raster_render() [all...] |
/third_party/protobuf/src/google/protobuf/ |
H A D | extension_set.h | 466 // The caller must ensure that target has sufficient capacity for the 471 uint8* target, 480 uint8* target, io::EpsCopyOutputStream* stream) const; 487 uint8* target) const; 488 uint8* SerializeMessageSetWithCachedSizesToArray(uint8* target) const; 543 int number, uint8* target, io::EpsCopyOutputStream* stream) const = 0; 611 int number, uint8* target, io::EpsCopyOutputStream* stream) const; 613 int number, uint8* target, io::EpsCopyOutputStream* stream) const;
|
/kernel/linux/linux-5.10/arch/x86/kvm/ |
H A D | lapic.c | 829 struct kvm_lapic *source, struct kvm_lapic *target) in kvm_apic_mda() 834 !ipi && dest_id == APIC_BROADCAST && apic_x2apic_mode(target)) in kvm_apic_mda() 843 struct kvm_lapic *target = vcpu->arch.apic; in kvm_apic_match_dest() local 844 u32 mda = kvm_apic_mda(vcpu, dest, source, target); in kvm_apic_match_dest() 846 ASSERT(target); in kvm_apic_match_dest() 850 return kvm_apic_match_physical_addr(target, mda); in kvm_apic_match_dest() 852 return kvm_apic_match_logical_addr(target, mda); in kvm_apic_match_dest() 854 return target == source; in kvm_apic_match_dest() 858 return target != source; in kvm_apic_match_dest() 1864 * VM-Exit to recompute the periodic timer's target expiratio in start_hv_timer() 828 kvm_apic_mda(struct kvm_vcpu *vcpu, unsigned int dest_id, struct kvm_lapic *source, struct kvm_lapic *target) kvm_apic_mda() argument [all...] |