Searched refs:axis_x (Results 1 – 6 of 6) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/ |
| H A D | of_touchscreen.c | 69 unsigned int axis, axis_x, axis_y; in touchscreen_parse_properties() local 77 axis_x = multitouch ? ABS_MT_POSITION_X : ABS_X; in touchscreen_parse_properties() 81 input_abs_get_min(input, axis_x), in touchscreen_parse_properties() 85 axis_x) + 1, in touchscreen_parse_properties() 88 input_abs_get_fuzz(input, axis_x), in touchscreen_parse_properties() 91 touchscreen_set_params(input, axis_x, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 121 prop->max_x = input_abs_get_max(input, axis_x); in touchscreen_parse_properties() 127 absinfo = &input->absinfo[axis_x]; in touchscreen_parse_properties() 143 swap(input->absinfo[axis_x], input->absinfo[axis_y]); in touchscreen_parse_properties()
|
| H A D | sur40.c | 73 __le16 axis_x; /* somehow related to major/minor axis, mostly: */ member
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/display/modules/color/ |
| H A D | color_gamma.c | 495 const struct gamma_pixel *axis_x, in find_software_points() argument 511 left = axis_x[i].r; in find_software_points() 514 right = axis_x[i + 1].r; in find_software_points() 516 right = axis_x[max_number - 1].r; in find_software_points() 518 left = axis_x[i].g; in find_software_points() 521 right = axis_x[i + 1].g; in find_software_points() 523 right = axis_x[max_number - 1].g; in find_software_points() 525 left = axis_x[i].b; in find_software_points() 528 right = axis_x[i + 1].b; in find_software_points() 530 right = axis_x[max_number - 1].b; in find_software_points() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/misc/lis3lv02d/ |
| H A 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()
|
| H A D | lis3lv02d.c | 1083 pdata->axis_x = sval; in lis3lv02d_init_dt()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | lis3lv02d.h | 114 s8 axis_x; member
|