Home
last modified time | relevance | path

Searched refs:points (Results 1 – 22 of 22) sorted by relevance

/drivers/gpu/drm/
A Ddrm_syncobj.c1068 uint64_t *points; in drm_syncobj_array_wait_timeout() local
1077 points = kmalloc_array(count, sizeof(*points), GFP_KERNEL); in drm_syncobj_array_wait_timeout()
1078 if (points == NULL) in drm_syncobj_array_wait_timeout()
1214 kfree(points); in drm_syncobj_array_wait_timeout()
1611 uint64_t *points; in drm_syncobj_timeline_signal_ioctl() local
1631 points = kmalloc_array(args->count_handles, sizeof(*points), in drm_syncobj_timeline_signal_ioctl()
1633 if (!points) { in drm_syncobj_timeline_signal_ioctl()
1639 } else if (copy_from_user(points, u64_to_user_ptr(args->points), in drm_syncobj_timeline_signal_ioctl()
1664 fence, points[i]); in drm_syncobj_timeline_signal_ioctl()
1670 kfree(points); in drm_syncobj_timeline_signal_ioctl()
[all …]
/drivers/tty/vt/
A Dgen_ucs_width_table.py164 points = sorted([cp for cp, width in width_data.items() if width == target_width])
165 if not points:
170 start = points[0]
173 for cp in points[1:]:
/drivers/gpu/drm/amd/display/modules/color/
A Dcolor_gamma.c1497 struct gamma_pixel *points, in build_evenly_distributed_points() argument
1501 struct gamma_pixel *p = points; in build_evenly_distributed_points()
1840 points->end_exponent = 0; in calculate_curve()
1841 points->x_point_at_y1_red = 1; in calculate_curve()
1843 points->x_point_at_y1_blue = 1; in calculate_curve()
1853 points->end_exponent = 7; in calculate_curve()
1874 points->end_exponent = 4; in calculate_curve()
1875 points->x_point_at_y1_red = 12; in calculate_curve()
1891 points->end_exponent = 0; in calculate_curve()
1892 points->x_point_at_y1_red = 1; in calculate_curve()
[all …]
/drivers/thermal/qcom/
A DKconfig8 up in Sysfs as a thermal zone with multiple trip points. Disabling the
20 device. It shows up as a thermal zone with multiple trip points.
31 trip points. The temperature reported by the thermal sensor reflects the
/drivers/thermal/intel/
A DKconfig31 two trip points which can be set by user to get notifications via thermal
53 thermal zone. There are two trip points. One of the trip point can
64 The DTS will be registered as a thermal zone. There are two trip points:
90 programmable trip points and other information.
/drivers/gpu/drm/i915/display/
A Dintel_bw.c71 struct intel_qgv_point points[I915_NUM_QGV_POINTS]; member
146 struct intel_psf_gv_point *points) in adls_pcode_read_psf_gv_point_info() argument
158 points[i].clk = val & 0xff; in adls_pcode_read_psf_gv_point_info()
335 qi->num_points > ARRAY_SIZE(qi->points))) in icl_get_qgv_points()
336 qi->num_points = ARRAY_SIZE(qi->points); in icl_get_qgv_points()
339 struct intel_qgv_point *sp = &qi->points[i]; in icl_get_qgv_points()
385 dclk = max(dclk, qi->points[i].dclk); in icl_sagv_max_dclk()
500 const struct intel_qgv_point *sp = &qi.points[j]; in icl_get_bw_info()
603 const struct intel_qgv_point *sp = &qi.points[j]; in tgl_get_bw_info()
697 const struct intel_qgv_point *point = &qi.points[i]; in xe2_hpd_get_bw_info()
/drivers/media/test-drivers/visl/
A DMakefile2 visl-y := visl-core.o visl-video.o visl-dec.o visl-trace-points.o
/drivers/thermal/
A DKconfig12 Each thermal zone contains its own temperature, trip points,
49 with trip points in order to exercise the thermal core
397 management framework. A thermal zone with several trip points will be
398 created. Cooling devices can be bound to the trip points to cool this
399 thermal zone if trip points reached.
489 reporting and a couple of trip points.
/drivers/input/touchscreen/
A Dhimax_hx83112b.c51 struct himax_event_point points[HIMAX_MAX_POINTS]; member
229 const struct himax_event_point *point = &event->points[point_index]; in himax_process_event_point()
/drivers/firmware/arm_scmi/vendors/imx/
A Dimx95.rst159 | |NOT_FOUND: if lmid not points to a valid logical machine. |
198 | |NOT_FOUND: if lmid not points to a valid logical machine. |
230 | |NOT_FOUND: if lmid not points to a valid logical machine. |
263 | |NOT_FOUND: if lmid not points to a valid logical machine. |
288 | |NOT_FOUND: if lmid not points to a valid logical machine. |
313 | |NOT_FOUND: if lmid not points to a valid logical machine. |
353 | |NOT_FOUND: if lmid not points to a valid logical machine. |
383 | |NOT_FOUND: if lmid not points to a valid logical machine|
447 | |NOT_FOUND: if lmid not points to a valid logical machine. |
481 | |NOT_FOUND: if lmid not points to a valid logical |
/drivers/net/wireless/ath/ath6kl/
A DKconfig53 enablable trace points.
/drivers/thermal/ti-soc-thermal/
A DKconfig19 This includes trip points definitions, extrapolation rules and
/drivers/regulator/
A Dqcom_spmi-regulator.c1680 static void spmi_calculate_num_voltages(struct spmi_voltage_set_points *points) in spmi_calculate_num_voltages() argument
1682 const struct spmi_voltage_range *range = points->range; in spmi_calculate_num_voltages()
1684 for (; range < points->range + points->count; range++) in spmi_calculate_num_voltages()
1685 points->n_voltages += range->n_voltages; in spmi_calculate_num_voltages()
/drivers/hid/
A Dhid-playstation.c222 struct dualsense_touch_point points[2]; member
420 struct dualshock4_touch_point points[2]; member
1434 for (i = 0; i < ARRAY_SIZE(ds_report->points); i++) { in dualsense_parse_report()
1435 struct dualsense_touch_point *point = &ds_report->points[i]; in dualsense_parse_report()
2346 for (j = 0; j < ARRAY_SIZE(touch_report->points); j++) { in dualshock4_parse_report()
2347 struct dualshock4_touch_point *point = &touch_report->points[j]; in dualshock4_parse_report()
/drivers/net/wireless/intersil/p54/
A Dlmac.h374 } points[3] __packed; member
/drivers/leds/trigger/
A DKconfig27 sporadic events, when there are no clear begin and end trap points,
/drivers/gpu/drm/qxl/
A Dqxl_dev.h771 struct qxl_point_fix points[]; member
/drivers/cpufreq/
A DKconfig.arm270 provide dt based operating-points-v2 tables with opp-supported-hw
/drivers/char/
A DKconfig143 temperature set points and to read the current temperature.
/drivers/net/
A DKconfig113 extra validation checks and unit tests at various points. This is
/drivers/scsi/aic7xxx/
A Daic79xx.seq707 * LASTSCB points to the currently active SCB context
1142 * Ensure that the SCB the tag points to is for
A Daic7xxx.seq1904 * Ensure that the SCB the tag points to is for

Completed in 56 milliseconds