Searched refs:core_prop (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | ads7846.c | 137 struct touchscreen_properties core_prop; member 909 touchscreen_report_pos(input, &ts->core_prop, x, y, false); in ads7846_report_state() 1337 touchscreen_parse_properties(ts->input, false, &ts->core_prop); in ads7846_probe() 1344 if (!ts->core_prop.swap_x_y && pdata->swap_xy) { in ads7846_probe() 1346 ts->core_prop.swap_x_y = true; in ads7846_probe()
|
/kernel/linux/linux-6.6/drivers/input/touchscreen/ |
H A D | ads7846.c | 130 struct touchscreen_properties core_prop; member 898 touchscreen_report_pos(input, &ts->core_prop, x, y, false); in ads7846_report_state() 1293 touchscreen_parse_properties(ts->input, false, &ts->core_prop); in ads7846_probe() 1300 if (!ts->core_prop.swap_x_y && pdata->swap_xy) { in ads7846_probe() 1302 ts->core_prop.swap_x_y = true; in ads7846_probe()
|
Completed in 4 milliseconds