/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | sof-client-probes-ipc4.c | 166 * ipc4_probes_points_info - retrieve list of active probe points 187 * @desc: List of probe points to connect 199 struct sof_ipc4_probe_point *points; in ipc4_probes_points_add() local 212 points = kcalloc(num_desc, sizeof(*points), GFP_KERNEL); in ipc4_probes_points_add() 213 if (!points) in ipc4_probes_points_add() 217 points[i].point_id = desc[i].buffer_id; in ipc4_probes_points_add() 218 points[i].purpose = desc[i].purpose; in ipc4_probes_points_add() 219 points[i].stream_tag = desc[i].stream_tag; in ipc4_probes_points_add() 228 msg.data_size = sizeof(*points) * num_des in ipc4_probes_points_add() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_syncobj.c | 130 * handles as well as an array of u64 points and does a host-side wait on all 131 * of syncobj fences at the given points simultaneously. 174 * Import/export of timeline points in timeline syncobjs 951 uint64_t *points; in drm_syncobj_array_wait_timeout() local 954 points = kmalloc_array(count, sizeof(*points), GFP_KERNEL); in drm_syncobj_array_wait_timeout() 955 if (points == NULL) in drm_syncobj_array_wait_timeout() 959 memset(points, 0, count * sizeof(uint64_t)); in drm_syncobj_array_wait_timeout() 961 } else if (copy_from_user(points, user_points, in drm_syncobj_array_wait_timeout() 982 entries[i].point = points[ in drm_syncobj_array_wait_timeout() 1350 uint64_t *points; drm_syncobj_timeline_signal_ioctl() local 1421 uint64_t __user *points = u64_to_user_ptr(args->points); drm_syncobj_query_ioctl() local [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 40 * The idea is that our regions for X points are exponential and currently they all use 41 * the same number of points (NUM_PTS_IN_REGION) and in each region every point 56 /* one-time setup of X points */ 259 /* X points is 2^-25 to 2^7 in precompute_de_pq() 973 rgb += 32; // first 32 points have problems with fixed point, too small in build_freesync_hdr() 1030 /* X points is 2^-25 to 2^7 in build_degamma() 1310 * for evenly spaced points in 0-1 range. lut1D[index] gives correction 1385 struct gamma_pixel *points, in build_evenly_distributed_points() 1389 struct gamma_pixel *p = points; in build_evenly_distributed_points() 1492 * and we concatenate them. It also searches for points o 1384 build_evenly_distributed_points( struct gamma_pixel *points, uint32_t numberof_points, struct dividers dividers) build_evenly_distributed_points() argument 1948 calculate_curve(enum dc_transfer_func_predefined trans, struct dc_transfer_func_distributed_points *points, struct pwl_float_data_ex *rgb_regamma, const struct freesync_hdr_tf_params *fs_params, uint32_t sdr_ref_white_level, struct calculate_buffer *cal_buffer) calculate_curve() argument 2128 mod_color_calculate_degamma_curve(enum dc_transfer_func_predefined trans, struct dc_transfer_func_distributed_points *points) mod_color_calculate_degamma_curve() argument [all...] |
H A D | color_gamma.h | 119 struct dc_transfer_func_distributed_points *points);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_syncobj.c | 130 * handles as well as an array of u64 points and does a host-side wait on all 131 * of syncobj fences at the given points simultaneously. 178 * Import/export of timeline points in timeline syncobjs 1034 uint64_t *points; in drm_syncobj_array_wait_timeout() local 1041 points = kmalloc_array(count, sizeof(*points), GFP_KERNEL); in drm_syncobj_array_wait_timeout() 1042 if (points == NULL) in drm_syncobj_array_wait_timeout() 1046 memset(points, 0, count * sizeof(uint64_t)); in drm_syncobj_array_wait_timeout() 1048 } else if (copy_from_user(points, user_points, in drm_syncobj_array_wait_timeout() 1069 entries[i].point = points[ in drm_syncobj_array_wait_timeout() 1534 uint64_t *points; drm_syncobj_timeline_signal_ioctl() local 1605 uint64_t __user *points = u64_to_user_ptr(args->points); drm_syncobj_query_ioctl() local [all...] |
/kernel/linux/linux-5.10/mm/ |
H A D | oom_kill.c | 203 long points; in oom_badness() local 230 points = get_mm_rss(p->mm) + get_mm_counter(p->mm, MM_SWAPENTS) + in oom_badness() 236 points += adj; in oom_badness() 238 return points; in oom_badness() 311 long points; in oom_evaluate_task() local 337 points = LONG_MAX; in oom_evaluate_task() 341 points = oom_badness(task, oc->totalpages); in oom_evaluate_task() 342 if (points == LONG_MIN || points < oc->chosen_points) in oom_evaluate_task() 350 oc->chosen_points = points; in oom_evaluate_task() [all...] |
/kernel/linux/linux-5.10/arch/m68k/fpsp040/ |
H A D | sint.S | 8 | Entry points sint and sintrz are called from do_func 12 | Input: (Entry points sint and sintrz) Double-extended 122 | Input: a0 points to an IEEE extended format operand 212 | ;assumes a0 points to operand 232 | ;Input: a0 points to operand to 234 | ;Output: a0 points to normalized
|
H A D | x_unfl.S | 157 lea WBTEMP(%a6),%a0 |a0 now points to operand 175 lea FPTEMP(%a6),%a0 |a0 now points to operand 180 bsrl denorm |returns denorm, a0 points to it 202 | Input: a0 points to input operand 206 | Output: a0 points to rounded operand
|
H A D | sgetem.S | 40 | handler. It points a0 to the input operand. 66 | handler. It points a0 to the input operand.
|
/kernel/linux/linux-6.6/arch/m68k/fpsp040/ |
H A D | sint.S | 8 | Entry points sint and sintrz are called from do_func 12 | Input: (Entry points sint and sintrz) Double-extended 122 | Input: a0 points to an IEEE extended format operand 212 | ;assumes a0 points to operand 232 | ;Input: a0 points to operand to 234 | ;Output: a0 points to normalized
|
H A D | x_unfl.S | 157 lea WBTEMP(%a6),%a0 |a0 now points to operand 175 lea FPTEMP(%a6),%a0 |a0 now points to operand 180 bsrl denorm |returns denorm, a0 points to it 202 | Input: a0 points to input operand 206 | Output: a0 points to rounded operand
|
H A D | sgetem.S | 40 | handler. It points a0 to the input operand. 66 | handler. It points a0 to the input operand.
|
/kernel/linux/linux-6.6/mm/ |
H A D | oom_kill.c | 203 long points; in oom_badness() local 230 points = get_mm_rss(p->mm) + get_mm_counter(p->mm, MM_SWAPENTS) + in oom_badness() 236 points += adj; in oom_badness() 238 return points; in oom_badness() 311 long points; in oom_evaluate_task() local 337 points = LONG_MAX; in oom_evaluate_task() 341 points = oom_badness(task, oc->totalpages); in oom_evaluate_task() 342 if (points == LONG_MIN || points < oc->chosen_points) in oom_evaluate_task() 350 oc->chosen_points = points; in oom_evaluate_task() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/display/ |
H A D | intel_bw.c | 21 struct intel_qgv_point points[I915_NUM_QGV_POINTS]; member 65 drm_err(&dev_priv->drm, "Failed to disable qgv points (%d)\n", ret); in icl_pcode_restrict_qgv_points() 86 qi->num_points > ARRAY_SIZE(qi->points))) in icl_get_qgv_points() 87 qi->num_points = ARRAY_SIZE(qi->points); in icl_get_qgv_points() 90 struct intel_qgv_point *sp = &qi->points[i]; in icl_get_qgv_points() 117 dclk = max(dclk, qi->points[i].dclk); in icl_sagv_max_dclk() 183 const struct intel_qgv_point *sp = &qi.points[j]; in icl_get_bw_info() 236 * Pcode will not expose all QGV points when in icl_max_bw() 594 drm_dbg_kms(&dev_priv->drm, "No QGV points provide sufficient memory" in intel_bw_atomic_check()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 45 * The idea is that our regions for X points are exponential and currently they all use 46 * the same number of points (NUM_PTS_IN_REGION) and in each region every point 66 /* one-time setup of X points */ 269 /* X points is 2^-25 to 2^7 in precompute_de_pq() 360 /* In the first region (first 16 points) and in the in translate_from_linear_space() 990 rgb += 32; // first 32 points have problems with fixed point, too small in build_freesync_hdr() 1092 /* X points is 2^-25 to 2^7 in build_degamma() 1372 * for evenly spaced points in 0-1 range. lut1D[index] gives correction 1460 struct gamma_pixel *points, in build_evenly_distributed_points() 1464 struct gamma_pixel *p = points; in build_evenly_distributed_points() 1459 build_evenly_distributed_points( struct gamma_pixel *points, uint32_t numberof_points, struct dividers dividers) build_evenly_distributed_points() argument 2033 calculate_curve(enum dc_transfer_func_predefined trans, struct dc_transfer_func_distributed_points *points, struct pwl_float_data_ex *rgb_regamma, const struct hdr_tm_params *fs_params, uint32_t sdr_ref_white_level, struct calculate_buffer *cal_buffer) calculate_curve() argument [all...] |
/kernel/linux/linux-6.6/drivers/media/test-drivers/visl/ |
H A D | Makefile | 2 visl-y := visl-core.o visl-video.o visl-dec.o visl-trace-points.o
|
/kernel/linux/linux-6.6/arch/arc/include/asm/ |
H A D | entry-arcv2.h | 62 ; At the end, SP points to pt_regs 85 ; At the end, SP points to pt_regs 247 ; SP points to PC/STAT32: hw restores them despite NO_AUTOSAVE
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_bw.c | 30 struct intel_qgv_point points[I915_NUM_QGV_POINTS]; member 103 struct intel_psf_gv_point *points) in adls_pcode_read_psf_gv_point_info() 115 points[i].clk = val & 0xff; in adls_pcode_read_psf_gv_point_info() 130 * it with failure if we try masking any unadvertised points. in icl_qgv_points_mask() 164 drm_err(&dev_priv->drm, "Failed to disable qgv points (%d) points: 0x%x\n", ret, points_mask); in icl_pcode_restrict_qgv_points() 285 qi->num_points > ARRAY_SIZE(qi->points))) in icl_get_qgv_points() 286 qi->num_points = ARRAY_SIZE(qi->points); in icl_get_qgv_points() 289 struct intel_qgv_point *sp = &qi->points[i]; in icl_get_qgv_points() 304 drm_err(&dev_priv->drm, "Failed to read PSF point data; PSF points wil in icl_get_qgv_points() 102 adls_pcode_read_psf_gv_point_info(struct drm_i915_private *dev_priv, struct intel_psf_gv_point *points) adls_pcode_read_psf_gv_point_info() argument [all...] |
/kernel/linux/linux-5.10/arch/sh/lib/ |
H A D | memcpy.S | 21 add r6,r0 ! From here, r0 points the end of copying point
|
/kernel/linux/linux-6.6/arch/sh/lib/ |
H A D | memcpy.S | 21 add r6,r0 ! From here, r0 points the end of copying point
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | net_dropmon.h | 34 struct net_dm_drop_point points[0]; member
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | net_dropmon.h | 37 struct net_dm_drop_point points[0]; member
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | net_dropmon.h | 37 struct net_dm_drop_point points[]; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | net_dropmon.h | 43 struct net_dm_drop_point points[0]; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | net_dropmon.h | 43 struct net_dm_drop_point points[0]; member
|