Home
last modified time | relevance | path

Searched refs:res_x (Results 1 - 25 of 39) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/input/touchscreen/
H A D88pm860x-ts.c45 int res_x; /* resistor of Xplate */ member
68 if ((x != 0) && (z1 != 0) && (touch->res_x != 0)) { in pm860x_touch_handler()
70 rt = (rt * touch->res_x * x) >> ACCURATE_BIT; in pm860x_touch_handler()
118 int *res_x) in pm860x_touch_dt_init()
163 of_property_read_u32(np, "marvell,88pm860x-resistor-X", res_x); in pm860x_touch_dt_init()
185 int irq, ret, res_x = 0, data = 0; in pm860x_touch_probe() local
191 if (pm860x_touch_dt_init(pdev, chip, &res_x)) { in pm860x_touch_probe()
229 res_x = pdata->res_x; in pm860x_touch_probe()
261 touch->res_x in pm860x_touch_probe()
116 pm860x_touch_dt_init(struct platform_device *pdev, struct pm860x_chip *chip, int *res_x) pm860x_touch_dt_init() argument
[all...]
/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A D88pm860x-ts.c45 int res_x; /* resistor of Xplate */ member
68 if ((x != 0) && (z1 != 0) && (touch->res_x != 0)) { in pm860x_touch_handler()
70 rt = (rt * touch->res_x * x) >> ACCURATE_BIT; in pm860x_touch_handler()
118 int *res_x) in pm860x_touch_dt_init()
163 of_property_read_u32(np, "marvell,88pm860x-resistor-X", res_x); in pm860x_touch_dt_init()
185 int irq, ret, res_x = 0, data = 0; in pm860x_touch_probe() local
191 if (pm860x_touch_dt_init(pdev, chip, &res_x)) { in pm860x_touch_probe()
229 res_x = pdata->res_x; in pm860x_touch_probe()
261 touch->res_x in pm860x_touch_probe()
116 pm860x_touch_dt_init(struct platform_device *pdev, struct pm860x_chip *chip, int *res_x) pm860x_touch_dt_init() argument
[all...]
H A Dcyttsp5.c125 __le16 res_x; member
137 u16 res_x; member
317 tmp = tch->abs[CY_TCH_MAJ] * 100 * si->sensing_conf_data.res_x; in cyttsp5_get_mt_touches()
319 tmp = tch->abs[CY_TCH_MIN] * 100 * si->sensing_conf_data.res_x; in cyttsp5_get_mt_touches()
383 max_x_tmp = si->sensing_conf_data.res_x; in cyttsp5_setup_input_device()
532 scd->res_x = get_unaligned_le16(&scd_dev->res_x); in cyttsp5_get_sysinfo_regs()
/kernel/linux/linux-5.10/drivers/input/tablet/
H A Dwacom_serial4.c171 unsigned int res_x, res_y; member
209 wacom->res_x = 508; in wacom_handle_model_response()
214 wacom->res_x = 2540; in wacom_handle_model_response()
228 wacom->res_x = 1000; in wacom_handle_model_response()
235 wacom->res_x = 1016; in wacom_handle_model_response()
269 &wacom->res_x, &wacom->res_y); in wacom_handle_configuration_response()
499 if (!(wacom->res_x && wacom->res_y)) { in wacom_setup()
572 input_abs_set_res(wacom->dev, ABS_X, wacom->res_x); in wacom_connect()
/kernel/linux/linux-6.6/drivers/input/tablet/
H A Dwacom_serial4.c171 unsigned int res_x, res_y; member
209 wacom->res_x = 508; in wacom_handle_model_response()
214 wacom->res_x = 2540; in wacom_handle_model_response()
228 wacom->res_x = 1000; in wacom_handle_model_response()
235 wacom->res_x = 1016; in wacom_handle_model_response()
269 &wacom->res_x, &wacom->res_y); in wacom_handle_configuration_response()
499 if (!(wacom->res_x && wacom->res_y)) { in wacom_setup()
572 input_abs_set_res(wacom->dev, ABS_X, wacom->res_x); in wacom_connect()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Decp_nistz256.c277 BN_ULONG *res_x = r->X; in ecp_nistz256_point_double() local
302 ecp_nistz256_sqr_mont(res_x, M); in ecp_nistz256_point_double()
304 ecp_nistz256_sub(res_x, res_x, tmp0); in ecp_nistz256_point_double()
305 ecp_nistz256_sub(S, S, res_x); in ecp_nistz256_point_double()
324 BN_ULONG res_x[P256_LIMBS]; in ecp_nistz256_point_add() local
419 ecp_nistz256_sub(res_x, Rsqr, Hsqr); in ecp_nistz256_point_add()
420 ecp_nistz256_sub(res_x, res_x, Hcub); in ecp_nistz256_point_add()
422 ecp_nistz256_sub(res_y, U2, res_x); in ecp_nistz256_point_add()
453 BN_ULONG res_x[P256_LIMBS]; ecp_nistz256_point_add_affine() local
[all...]
/third_party/openssl/crypto/ec/
H A Decp_nistz256.c277 BN_ULONG *res_x = r->X; in ecp_nistz256_point_double() local
302 ecp_nistz256_sqr_mont(res_x, M); in ecp_nistz256_point_double()
304 ecp_nistz256_sub(res_x, res_x, tmp0); in ecp_nistz256_point_double()
305 ecp_nistz256_sub(S, S, res_x); in ecp_nistz256_point_double()
324 BN_ULONG res_x[P256_LIMBS]; in ecp_nistz256_point_add() local
419 ecp_nistz256_sub(res_x, Rsqr, Hsqr); in ecp_nistz256_point_add()
420 ecp_nistz256_sub(res_x, res_x, Hcub); in ecp_nistz256_point_add()
422 ecp_nistz256_sub(res_y, U2, res_x); in ecp_nistz256_point_add()
453 BN_ULONG res_x[P256_LIMBS]; ecp_nistz256_point_add_affine() local
[all...]
/kernel/linux/linux-5.10/drivers/input/rmi4/
H A Drmi_2d_sensor.c139 int res_x; in rmi_2d_sensor_set_input_params() local
165 res_x = (sensor->max_x - sensor->min_x) / sensor->x_mm; in rmi_2d_sensor_set_input_params()
168 swap(res_x, res_y); in rmi_2d_sensor_set_input_params()
170 input_abs_set_res(input, ABS_X, res_x); in rmi_2d_sensor_set_input_params()
173 input_abs_set_res(input, ABS_MT_POSITION_X, res_x); in rmi_2d_sensor_set_input_params()
177 sensor->dmax = DMAX * res_x; in rmi_2d_sensor_set_input_params()
/kernel/linux/linux-6.6/drivers/input/rmi4/
H A Drmi_2d_sensor.c139 int res_x; in rmi_2d_sensor_set_input_params() local
165 res_x = (sensor->max_x - sensor->min_x) / sensor->x_mm; in rmi_2d_sensor_set_input_params()
168 swap(res_x, res_y); in rmi_2d_sensor_set_input_params()
170 input_abs_set_res(input, ABS_X, res_x); in rmi_2d_sensor_set_input_params()
173 input_abs_set_res(input, ABS_MT_POSITION_X, res_x); in rmi_2d_sensor_set_input_params()
177 sensor->dmax = DMAX * res_x; in rmi_2d_sensor_set_input_params()
/third_party/node/deps/openssl/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl845 call __ecp_nistz256_mul_mont ! p256_sqr_mont(res_x, M);
849 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, tmp0);
853 call __ecp_nistz256_sub_morf ! p256_sub(S, S, res_x);
876 my ($res_x,$res_y,$res_z,
1089 call __ecp_nistz256_sub_morf ! p256_sub(res_x, Rsqr, Hsqr);
1090 add %sp,LOCALS+$res_x,$rp
1093 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, Hcub);
1094 add %sp,LOCALS+$res_x,
[all...]
H A Decp_nistz256-armv4.pl1358 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M);
1361 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0);
1365 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x);
1391 my ($res_x,$res_y,$res_z,
1572 add $r_ptr,sp,#$res_x
1573 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr);
1576 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub);
1580 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
[all...]
H A Decp_nistz256-ppc64.pl995 bl __ecp_nistz256_sqr_mont # p256_sqr_mont(res_x, M);
998 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, tmp0);
1002 bl __ecp_nistz256_sub_morf # p256_sub(S, S, res_x);
1043 my ($res_x,$res_y,$res_z,
1272 addi $rp,$sp,$res_x
1273 bl __ecp_nistz256_sub_morf # p256_sub(res_x, Rsqr, Hsqr);
1276 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, Hcub);
1285 bl __ecp_nistz256_sub_morf # p256_sub(res_y, U2, res_x);
[all...]
H A Decp_nistz256-armv8.pl837 bl __ecp_nistz256_sqr_mont // p256_sqr_mont(res_x, M);
840 bl __ecp_nistz256_sub_from // p256_sub(res_x, res_x, tmp0);
844 bl __ecp_nistz256_sub_morf // p256_sub(S, S, res_x);
872 my ($res_x,$res_y,$res_z,
1042 add $rp,sp,#$res_x
1043 bl __ecp_nistz256_sub_morf // p256_sub(res_x, Rsqr, Hsqr);
1046 bl __ecp_nistz256_sub_from // p256_sub(res_x, res_x, Hcub);
1053 bl __ecp_nistz256_sub_morf // p256_sub(res_y, U2, res_x);
[all...]
/third_party/openssl/crypto/ec/asm/
H A Decp_nistz256-sparcv9.pl845 call __ecp_nistz256_mul_mont ! p256_sqr_mont(res_x, M);
849 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, tmp0);
853 call __ecp_nistz256_sub_morf ! p256_sub(S, S, res_x);
876 my ($res_x,$res_y,$res_z,
1089 call __ecp_nistz256_sub_morf ! p256_sub(res_x, Rsqr, Hsqr);
1090 add %sp,LOCALS+$res_x,$rp
1093 call __ecp_nistz256_sub_from ! p256_sub(res_x, res_x, Hcub);
1094 add %sp,LOCALS+$res_x,
[all...]
H A Decp_nistz256-armv4.pl1358 bl __ecp_nistz256_mul_mont @ p256_sqr_mont(res_x, M);
1361 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, tmp0);
1365 bl __ecp_nistz256_sub_morf @ p256_sub(S, S, res_x);
1391 my ($res_x,$res_y,$res_z,
1572 add $r_ptr,sp,#$res_x
1573 bl __ecp_nistz256_sub_morf @ p256_sub(res_x, Rsqr, Hsqr);
1576 bl __ecp_nistz256_sub_from @ p256_sub(res_x, res_x, Hcub);
1580 bl __ecp_nistz256_sub_morf @ p256_sub(res_y, U2, res_x);
[all...]
H A Decp_nistz256-ppc64.pl995 bl __ecp_nistz256_sqr_mont # p256_sqr_mont(res_x, M);
998 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, tmp0);
1002 bl __ecp_nistz256_sub_morf # p256_sub(S, S, res_x);
1043 my ($res_x,$res_y,$res_z,
1272 addi $rp,$sp,$res_x
1273 bl __ecp_nistz256_sub_morf # p256_sub(res_x, Rsqr, Hsqr);
1276 bl __ecp_nistz256_sub_from # p256_sub(res_x, res_x, Hcub);
1285 bl __ecp_nistz256_sub_morf # p256_sub(res_y, U2, res_x);
[all...]
/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dov9640.c355 static const u32 res_x[] = { 88, 160, 176, 320, 352, 640, 1280 }; in ov9640_res_roundup() local
358 for (i = 0; i < ARRAY_SIZE(res_x); i++) { in ov9640_res_roundup()
359 if (res_x[i] >= *width && res_y[i] >= *height) { in ov9640_res_roundup()
360 *width = res_x[i]; in ov9640_res_roundup()
366 *width = res_x[SXGA]; in ov9640_res_roundup()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dov9640.c355 static const u32 res_x[] = { 88, 160, 176, 320, 352, 640, 1280 }; in ov9640_res_roundup() local
358 for (i = 0; i < ARRAY_SIZE(res_x); i++) { in ov9640_res_roundup()
359 if (res_x[i] >= *width && res_y[i] >= *height) { in ov9640_res_roundup()
360 *width = res_x[i]; in ov9640_res_roundup()
366 *width = res_x[SXGA]; in ov9640_res_roundup()
/third_party/skia/third_party/externals/libpng/
H A Dpngget.c422 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs_dpi()
431 if (res_x != NULL) in png_get_pHYs_dpi()
433 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs_dpi()
450 if (res_x != NULL) *res_x = (png_uint_32)(*res_x * .0254 + .50); in png_get_pHYs_dpi()
979 png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) in png_get_pHYs()
988 if (res_x != NULL) in png_get_pHYs()
990 *res_x = info_ptr->x_pixels_per_unit; in png_get_pHYs()
421 png_get_pHYs_dpi(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) png_get_pHYs_dpi() argument
978 png_get_pHYs(png_const_structrp png_ptr, png_const_inforp info_ptr, png_uint_32 *res_x, png_uint_32 *res_y, int *unit_type) png_get_pHYs() argument
/kernel/linux/linux-5.10/drivers/hid/
H A Dhid-asus.c105 int res_x; member
141 .res_x = 30, /* units/mm */
151 .res_x = 30, /* units/mm */
161 .res_x = 30, /* units/mm */
171 .res_x = 31, /* units/mm */
181 .res_x = 29, /* units/mm */
711 input_abs_set_res(input, ABS_MT_POSITION_X, drvdata->tp->res_x); in asus_input_configured()
H A Dhid-elan.c47 u16 res_x; member
144 drvdata->res_x = elan_convert_res(dmabuf[3]); in elan_get_device_params()
194 input_abs_set_res(input, ABS_X, drvdata->res_x); in elan_input_configured()
/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-asus.c109 int res_x; member
145 .res_x = 30, /* units/mm */
155 .res_x = 30, /* units/mm */
165 .res_x = 30, /* units/mm */
175 .res_x = 31, /* units/mm */
185 .res_x = 29, /* units/mm */
811 input_abs_set_res(input, ABS_MT_POSITION_X, drvdata->tp->res_x); in asus_input_configured()
H A Dhid-elan.c47 u16 res_x; member
144 drvdata->res_x = elan_convert_res(dmabuf[3]); in elan_get_device_params()
194 input_abs_set_res(input, ABS_X, drvdata->res_x); in elan_input_configured()
/third_party/backends/backend/
H A Du12-if.c419 int res_x = 600 ; /*dev->caps.OpticDpi.x */ in u12if_getCaps() local
445 calloc((((res_x * 16)-_DEF_DPI)/25+1), in u12if_getCaps()
456 for( cntr = _DEF_DPI; cntr <= (res_x*16); cntr += 25 ) { in u12if_getCaps()
H A Dhp3900_debug.c71 SANE_Int depth, SANE_Int colortype, SANE_Int res_x,
545 SANE_Int colortype, SANE_Int res_x, SANE_Int res_y, in dbg_tiff_save()
584 TIFFSetField (image, TIFFTAG_XRESOLUTION, (double) res_x); in dbg_tiff_save()
608 (void) res_x; in dbg_tiff_save()
544 dbg_tiff_save(char *sFile, SANE_Int width, SANE_Int height, SANE_Int depth, SANE_Int colortype, SANE_Int res_x, SANE_Int res_y, SANE_Byte * buffer, SANE_Int size) dbg_tiff_save() argument

Completed in 34 milliseconds

12