Searched refs:axis_y (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/drivers/input/ |
A D | touchscreen.c | 70 unsigned int axis, axis_x, axis_y; in touchscreen_parse_properties() local 79 axis_y = multitouch ? ABS_MT_POSITION_Y : ABS_Y; in touchscreen_parse_properties() 95 input_abs_get_min(input, axis_y), in touchscreen_parse_properties() 99 axis_y) + 1, in touchscreen_parse_properties() 102 input_abs_get_fuzz(input, axis_y), in touchscreen_parse_properties() 105 touchscreen_set_params(input, axis_y, minimum, maximum - 1, fuzz); in touchscreen_parse_properties() 123 prop->max_y = input_abs_get_max(input, axis_y); in touchscreen_parse_properties() 136 absinfo = &input->absinfo[axis_y]; in touchscreen_parse_properties() 144 swap(input->absinfo[axis_x], input->absinfo[axis_y]); in touchscreen_parse_properties()
|
/linux-6.3-rc2/drivers/misc/lis3lv02d/ |
A D | lis3lv02d_i2c.c | 127 if (pdata->axis_y) in lis3lv02d_i2c_probe() 128 lis3lv02d_axis_map.y = pdata->axis_y; in lis3lv02d_i2c_probe()
|
A D | lis3lv02d.c | 1084 pdata->axis_y = sval; in lis3lv02d_init_dt()
|
/linux-6.3-rc2/include/linux/ |
A D | lis3lv02d.h | 115 s8 axis_y; member
|
/linux-6.3-rc2/drivers/input/touchscreen/ |
A D | sur40.c | 74 __le16 axis_y; /* axis_x == bb_size_y && axis_y == bb_size_x */ member
|
Completed in 10 milliseconds