Searched refs:axis_x (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/input/ ! |
D | touchscreen.c | 70 unsigned int axis, axis_x, axis_y; in touchscreen_parse_properties() local 78 axis_x = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 82 input_abs_get_min(input, axis_x), in touchscreen_parse_properties() 86 axis_x) + 1, in touchscreen_parse_properties() 89 input_abs_get_fuzz(input, axis_x), in touchscreen_parse_properties() 92 touchscreen_set_params(input, axis_x, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 122 prop->max_x = input_abs_get_max(input, axis_x); in touchscreen_parse_properties() 128 absinfo = &input->absinfo[axis_x]; in touchscreen_parse_properties() 144 swap(input->absinfo[axis_x], input->absinfo[axis_y]); in touchscreen_parse_properties()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/modules/color/ ! |
D | color_gamma.c | 510 const struct gamma_pixel *axis_x, in find_software_points() argument 526 left = axis_x[i].r; in find_software_points() 529 right = axis_x[i + 1].r; in find_software_points() 531 right = axis_x[max_number - 1].r; in find_software_points() 533 left = axis_x[i].g; in find_software_points() 536 right = axis_x[i + 1].g; in find_software_points() 538 right = axis_x[max_number - 1].g; in find_software_points() 540 left = axis_x[i].b; in find_software_points() 543 right = axis_x[i + 1].b; in find_software_points() 545 right = axis_x[max_number - 1].b; in find_software_points() [all …]
|
/linux-6.1.9/include/linux/ ! |
D | lis3lv02d.h | 114 s8 axis_x; member
|
/linux-6.1.9/drivers/misc/lis3lv02d/ ! |
D | lis3lv02d_i2c.c | 125 if (pdata->axis_x) in lis3lv02d_i2c_probe() 126 lis3lv02d_axis_map.x = pdata->axis_x; in lis3lv02d_i2c_probe()
|
D | lis3lv02d.c | 1082 pdata->axis_x = sval; in lis3lv02d_init_dt()
|
/linux-6.1.9/drivers/input/touchscreen/ ! |
D | sur40.c | 73 __le16 axis_x; /* somehow related to major/minor axis, mostly: */ member
|