/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2014 Sebastian Reichel */ #ifndef _TOUCHSCREEN_H #define _TOUCHSCREEN_H struct input_dev; struct input_mt_pos; struct touchscreen_properties { unsigned int max_x; unsigned int max_y; bool invert_x; bool invert_y; bool swap_x_y; }; void touchscreen_parse_properties(struct input_dev *input, bool multitouch, struct touchscreen_properties *prop); void touchscreen_set_mt_pos(struct input_mt_pos *pos, const struct touchscreen_properties *prop, unsigned int x, unsigned int y); void touchscreen_report_pos(struct input_dev *input, const struct touchscreen_properties *prop, unsigned int x, unsigned int y, bool multitouch); #endif name='id' value='08fde08784809e82fb65f6cc21a7ccd68e24ef0e'/> Hosts the 0x221E linux distro kernel.Ubuntu
summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/drivers
AgeCommit message (Expand)Author
2025-03-22selftests: bonding: fix incorrect mac addressHangbin Liu
2025-03-07selftests: drv-net: Check if combined-count existsJoe Damato
2025-02-08net: netdevsim: try to close UDP port harness racesJakub Kicinski
2024-12-19selftests: mlxsw: sharedbuffer: Ensure no extra packets are countedDanielle Ratson
2024-12-19selftests: mlxsw: sharedbuffer: Remove duplicate test casesDanielle Ratson
2024-12-19selftests: mlxsw: sharedbuffer: Remove h1 ingress test caseDanielle Ratson
2024-11-14selftests: bonding: add ns multicast group testingHangbin Liu
2024-09-17Merge tag 'linux_kselftest-next-6.12-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2024-08-26net: netconsole: selftests: Create a new netconsole selftestBreno Leitao
2024-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-08-21selftests: mlxsw: ethtool_lanes: Source ethtool lib from correct pathIdo Schimmel
2024-08-12selftests: drv-net: rss_ctx: test dumping RSS contextsJakub Kicinski
2024-08-12selftests: drv-net: rss_ctx: add identifier to traffic commentsJakub Kicinski
2024-08-06selftests: harness: remove unneeded __constructor_order_last()Masahiro Yamada
2024-08-02selftests: net: ksft: replace 95 with errno.EOPNOTSUPPStanislav Fomichev
2024-08-02selftests: net: ksft: support marking tests as disruptiveStanislav Fomichev
2024-08-02selftests: net-drv: exercise queue stats when the device is downStanislav Fomichev
2024-07-29selftests: drv-net: rss_ctx: check for all-zero keysJakub Kicinski
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-16Merge tag 'net-next-6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2024-07-12selftests/udmabuf: add tests to verify data after page migrationVivek Kasireddy
2024-07-11selftests: ifs: verify IFS ARRAY BIST functionalityPengfei Xu
2024-07-11selftests: ifs: verify IFS scan test functionalityPengfei Xu
2024-07-11selftests: ifs: verify test image loading functionalityPengfei Xu
2024-07-11selftests: ifs: verify test interfaces are created by the driverPengfei Xu
2024-07-09selftests: drv-net: rss_ctx: test flow rehashing without impacting trafficJakub Kicinski
2024-07-09selftests: drv-net: rss_ctx: check behavior of indirection table resizingJakub Kicinski
2024-07-09selftests: drv-net: rss_ctx: test queue changes vs user RSS configJakub Kicinski
2024-07-09selftests: drv-net: rss_ctx: factor out send traffic and checkJakub Kicinski
2024-07-09selftests: drv-net: rss_ctx: fix cleanup in the basic testJakub Kicinski
2024-07-03selftests: drv-net: rss_ctx: allow more noise on default contextJakub Kicinski
2024-06-28selftests: drv-net: rss_ctx: convert to defer()Jakub Kicinski
2024-06-28selftests: mlxsw: mirror_gre: Obey TESTSPetr Machata
2024-06-28selftests: mlxsw: mirror_gre: SimplifyPetr Machata
2024-06-28selftests: mirror: Drop dual SW/HW testingPetr Machata
2024-06-28selftests: mirror: Drop direction argument from several functionsPetr Machata
2024-06-26selftests: drv-net: rss_ctx: add tests for RSS configuration and contextsJakub Kicinski
2024-06-26selftests: drv-net: add ability to wait for at least N packets to load genJakub Kicinski
2024-06-26selftests: drv-net: add helper to wait for HW stats to syncJakub Kicinski
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-06-20selftests: virtio_net: add forgotten config optionsJiri Pirko
2024-06-10mlxsw: spectrum_acl: Fix ACL scale regression and firmware errorsIdo Schimmel
2024-05-23testing: net-drv: use stats64 for testingJoe Damato
2024-05-08net: selftest: add test for netdev netlink queue-get APIDavid Wei
2024-05-08selftests: drv-net: add checksum testsWillem de Bruijn
2024-05-08selftests: microchip: add test for QoS support on KSZ9477 switch familyOleksij Rempel