Searched refs:input_x (Results 1 - 3 of 3) sorted by path

/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c964 static void hermite_spline_eetf(struct fixed31_32 input_x, argument
993 compute_pq(input_x, &E1);
/linux-master/drivers/input/touchscreen/
H A Dgoodix.c350 int input_x, input_y, input_w, error; local
362 input_x = get_unaligned_le16(&data[4]);
366 input_x = get_unaligned_le16(&data[2]);
371 touchscreen_report_pos(ts->input_pen, &ts->prop, input_x, input_y, false);
405 int input_x = get_unaligned_le16(&coor_data[1]); local
412 input_x, input_y, true);
420 int input_x = get_unaligned_le16(&coor_data[3]); local
427 input_x, input_y, true);
/linux-master/scripts/kconfig/lxdialog/
H A Dinputbox.c35 int input_x = 0, key = 0, button = -1; local
93 input_x = box_width - 1;
98 input_x = len;
102 wmove(dialog, box_y, box_x + input_x);
120 if (input_x == 0) {
123 input_x--;
142 wmove(dialog, box_y, input_x + box_x);
148 if (input_x > 0) {
149 wmove(dialog, box_y, --input_x + box_x);
150 } else if (input_x
[all...]

Completed in 181 milliseconds