Searched +full:slider0 +full:- +full:select (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - Jeff LaBundy <jeff@labundy.com>13 The Azoteq IQS269A is an 8-channel capacitive touch controller that features14 additional Hall-effect and inductive sensing capabilities.28 "#address-cells":31 "#size-cells":34 azoteq,hall-enable:37 Enables Hall-effect sensing on channels 6 and 7. In this case, keycodes[all …]
1 // SPDX-License-Identifier: GPL-2.0+8 * inductive keys as well as Hall-effect switches, and one for each of the two149 #define IQS269_ATI_POLL_SLEEP_US (iqs269->delay_mult * 10000)150 #define IQS269_ATI_POLL_TIMEOUT_US (iqs269->delay_mult * 500000)151 #define IQS269_ATI_STABLE_DELAY_MS (iqs269->delay_mult * 150)201 .name = "event-prox",207 .name = "event-prox-alt",214 .name = "event-touch",220 .name = "event-touch-alt",227 .name = "event-deep",[all …]