Home
last modified time | relevance | path

Searched +full:kso +full:- +full:ignore +full:- +full:mask (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/dts/bindings/input/
Dite,it8xxx2-kbd.yaml2 # SPDX-License-Identifier: Apache-2.0
6 compatible: "ite,it8xxx2-kbd"
8 include: [kbd-matrix-common.yaml, pinctrl-device.yaml]
26 kso16-gpios:
27 type: phandle-array
32 kso17-gpios:
33 type: phandle-array
38 kso-ignore-mask:
42 Bitmask of KSO signals to ignore, this can be used to instruct the driver
43 to skip KSO signals between 0 and (col-size - 1) that are used as GPIOs.
[all …]
/Zephyr-latest/drivers/input/
Dinput_ite_it8xxx2_kbd.c3 * SPDX-License-Identifier: Apache-2.0
15 #include <zephyr/dt-bindings/interrupt-controller/it8xxx2-wuc.h>
29 /* WUC pin mask */
30 uint8_t mask; member
37 /* Keyboard scan input (KSI) wake-up irq */
39 /* KSI[7:0] wake-up input source configuration list */
41 /* KSI[7:0]/KSO[17:0] keyboard scan alternate configuration */
47 /* Mask of signals to ignore */
53 /* KSI[7:0] wake-up interrupt status mask */
61 const struct it8xxx2_kbd_config *const config = dev->config; in it8xxx2_kbd_drive_column()
[all …]