Searched refs:points (Results 1 - 25 of 54) sorted by relevance

123

/linux-master/drivers/media/test-drivers/visl/
H A DMakefile2 visl-y := visl-core.o visl-video.o visl-dec.o visl-trace-points.o
/linux-master/sound/soc/sof/
H A Dsof-client-probes-ipc4.c166 * 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; local
212 points = kcalloc(num_desc, sizeof(*points), GFP_KERNEL);
213 if (!points)
217 points[i].point_id = desc[i].buffer_id;
218 points[i].purpose = desc[i].purpose;
219 points[i].stream_tag = desc[i].stream_tag;
228 msg.data_size = sizeof(*points) * num_des
[all...]
/linux-master/arch/sh/lib/
H A Dmemcpy.S21 add r6,r0 ! From here, r0 points the end of copying point
/linux-master/drivers/gpu/drm/
H A Ddrm_syncobj.c135 * handles as well as an array of u64 points and does a host-side wait on all
136 * of syncobj fences at the given points simultaneously.
183 * Import/export of timeline points in timeline syncobjs
1043 uint64_t *points; local
1052 points = kmalloc_array(count, sizeof(*points), GFP_KERNEL);
1053 if (points == NULL)
1057 memset(points, 0, count * sizeof(uint64_t));
1059 } else if (copy_from_user(points, user_points,
1080 entries[i].point = points[
1577 uint64_t *points; local
1648 uint64_t __user *points = u64_to_user_ptr(args->points); local
[all...]
/linux-master/include/uapi/linux/
H A Dnet_dropmon.h37 struct net_dm_drop_point points[]; member in struct:net_dm_alert_msg
/linux-master/arch/m68k/fpsp040/
H A Dsint.S8 | 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 Dx_unfl.S157 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 Dsgetem.S40 | handler. It points a0 to the input operand.
66 | handler. It points a0 to the input operand.
H A Dutil.S81 lea ETEMP(%a6),%a0 |a0 points to source operand
90 | Input a0 points to an operand in the internal extended format
91 | Output a0 points to the result in the internal extended format
161 | Input a0 points to an operand in the internal extended format
162 | Output a0 points to the result in the internal extended format
176 | a0 points to operand in internal extended format
178 | a0 points to result in internal extended format
486 | a0 points to input operand in the internal extended format
489 | a0 points to correct internal extended precision result.
H A Dround.S23 | a0 points to the input operand in the internal extended format
403 | a0 points to the operand to be denormalized
408 | a0 points to the denormalized result
488 | a0 points to the operand to be denormalized
492 | a0 points to the denormalized operand
/linux-master/mm/
H A Doom_kill.c204 long points; local
231 points = get_mm_rss(p->mm) + get_mm_counter(p->mm, MM_SWAPENTS) +
237 points += adj;
239 return points;
312 long points; local
338 points = LONG_MAX;
342 points = oom_badness(task, oc->totalpages);
343 if (points == LONG_MIN || points < oc->chosen_points)
351 oc->chosen_points = points;
[all...]
/linux-master/arch/mips/include/asm/mach-ip27/
H A Dkernel-entry-init.h82 ld t0, 0(t0) # t0 points to kern_vars struct
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c41 // If x points are changed, then PQ Y points will be misaligned and a new
46 // first couple points are 0 - HW LUT is mirrored around zero, so making first
143 * The idea is that our regions for X points are exponential and currently they all use
144 * the same number of points (NUM_PTS_IN_REGION) and in each region every point
164 /* one-time setup of X points */
373 /* X points is 2^-25 to 2^7
464 /* In the first region (first 16 points) and in the
1092 rgb += 32; // first 32 points have problems with fixed point, too small
1194 /* X points i
1561 build_evenly_distributed_points( struct gamma_pixel *points, uint32_t numberof_points, struct dividers dividers) argument
2135 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) argument
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bw.c30 struct intel_qgv_point points[I915_NUM_QGV_POINTS]; member in struct:intel_qgv_info
104 struct intel_psf_gv_point *points)
116 points[i].clk = val & 0xff;
131 * it with failure if we try masking any unadvertised points.
165 drm_err(&dev_priv->drm, "Failed to disable qgv points (%d) points: 0x%x\n", ret, points_mask);
286 qi->num_points > ARRAY_SIZE(qi->points)))
287 qi->num_points = ARRAY_SIZE(qi->points);
290 struct intel_qgv_point *sp = &qi->points[i];
305 drm_err(&dev_priv->drm, "Failed to read PSF point data; PSF points wil
103 adls_pcode_read_psf_gv_point_info(struct drm_i915_private *dev_priv, struct intel_psf_gv_point *points) argument
[all...]
/linux-master/arch/arc/include/asm/
H A Dentry-arcv2.h62 ; 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
/linux-master/arch/x86/kernel/
H A Dftrace_32.S111 pushl %esp # points at ss
/linux-master/drivers/input/touchscreen/
H A Dhimax_hx83112b.c42 struct himax_event_point points[HIMAX_MAX_POINTS]; member in struct:himax_event
183 const struct himax_event_point *point = &event->points[point_index];
/linux-master/arch/arm/mach-omap2/
H A Dsleep34xx.S125 * - when the OMAP wakes up it continues at different execution points
411 add r3, r3, r0 @ r3 points to dummy parameters
427 ldr r3, [r4, #0xBC] @ r3 points to parameters
442 adds r3, r3, #8 @ r3 points to parameters
/linux-master/crypto/
H A Decc.c1374 const struct ecc_point *points[4]; local
1380 points[0] = NULL;
1381 points[1] = p;
1382 points[2] = q;
1383 points[3] = &sum;
1389 point = points[idx];
1400 point = points[idx];
/linux-master/arch/s390/boot/
H A Dhead.S223 # This is a list of s390 kernel entry points. At address 0x1000f the number of
224 # valid entry points is stored.
/linux-master/include/uapi/drm/
H A Ddrm.h951 __u64 points; member in struct:drm_syncobj_timeline_wait
999 __u64 points; member in struct:drm_syncobj_timeline_array
/linux-master/tools/include/uapi/drm/
H A Ddrm.h951 __u64 points; member in struct:drm_syncobj_timeline_wait
999 __u64 points; member in struct:drm_syncobj_timeline_array
/linux-master/arch/m68k/math-emu/
H A Dfp_entry.S109 | Entry points to get/put a register. Some of them can be get/put
/linux-master/arch/arc/kernel/
H A Dentry-arcv2.S176 ; All 2 entry points to here already disable interrupts
/linux-master/drivers/hid/
H A Dhid-playstation.c217 struct dualsense_touch_point points[2]; member in struct:dualsense_input_report
413 struct dualshock4_touch_point points[2]; member in struct:dualshock4_touch_report
1427 for (i = 0; i < ARRAY_SIZE(ds_report->points); i++) {
1428 struct dualsense_touch_point *point = &ds_report->points[i];
2285 for (j = 0; j < ARRAY_SIZE(touch_report->points); j++) {
2286 struct dualshock4_touch_point *point = &touch_report->points[j];

Completed in 237 milliseconds

123