Searched full:it8801 (Results 1 – 25 of 25) sorted by relevance
/Zephyr-latest/dts/bindings/mfd/ |
D | ite,it8801-mfd.yaml | 5 ITE IT8801 ioexpander multi-function device drivers. 8 An example configuration using the it8801-common-cfg.dtsi template: 11 it8801_mfd: it8801@38 { 12 compatible = "ite,it8801-mfd"; 22 #include <ite/it8801-common-cfg.dtsi> 44 compatible: "ite,it8801-mfd"
|
D | ite,it8801-mfd-map.yaml | 4 description: ITE IT8801 alternate controller node 6 compatible: "ite,it8801-mfd-map" 9 description: Child node to present the mapping of IT8801 altternate function
|
D | ite,it8801-altctrl.yaml | 4 description: ITE IT8801 GPIO controller node 6 compatible: "ite,it8801-altctrl"
|
/Zephyr-latest/dts/riscv/ite/ |
D | it8801-common-cfg.dtsi | 7 #include <ite/it8801-mfd-map.dtsi> 15 compatible = "ite,it8801-gpio"; 28 compatible = "ite,it8801-gpio"; 41 compatible = "ite,it8801-gpio"; 55 compatible = "ite,it8801-kbd"; 67 compatible = "ite,it8801-pwm"; 79 compatible = "ite,it8801-pwm"; 91 compatible = "ite,it8801-pwm"; 103 compatible = "ite,it8801-pwm"; 115 compatible = "ite,it8801-pwm"; [all …]
|
D | it8801-mfd-gpiocr.dtsi | 8 it8801-mfd { 13 compatible = "ite,it8801-altctrl"; 19 compatible = "ite,it8801-altctrl"; 25 compatible = "ite,it8801-altctrl";
|
D | it8801-mfd-map.dtsi | 7 #include <ite/it8801-mfd-gpiocr.dtsi> 13 it8801-mfd-map { 14 compatible = "ite,it8801-mfd-map";
|
/Zephyr-latest/drivers/mfd/ |
D | Kconfig.it8801 | 5 bool "ITE IT8801 ioexpander multi-function device driver" 10 Enable the ITE IT8801 ioexpander multi-function device driver. 16 bool "ITE IT8801 MFD alternate controller"
|
D | Kconfig | 34 source "drivers/mfd/Kconfig.it8801"
|
D | mfd_ite_it8801.c | 45 LOG_ERR("The IT8801 vendor ID is wrong. Index: %d, Expected ID: 0x%x," in it8801_check_vendor_id() 95 LOG_ERR("Failed to read IT8801 vendor id %x", ret); in mfd_it8801_init()
|
/Zephyr-latest/tests/drivers/build_all/gpio/ |
D | it82xx2_evb.overlay | 10 it8801_mfd: it8801@38 { 11 compatible = "ite,it8801-mfd"; 17 #include <ite/it8801-common-cfg.dtsi>
|
/Zephyr-latest/drivers/input/ |
D | Kconfig.it8801 | 5 bool "ITE IT8801 keyboard matrix scan controller" 12 Enable driver for ITE IT8801 I2C-based keyboard matrix scan. 13 IT8801 support 8 KSI pins and 19 KSO pins [22:11] [6:0],
|
D | Kconfig | 23 source "drivers/input/Kconfig.it8801"
|
D | input_ite_it8801_kbd.c | 29 /* IT8801 controller dev */ 188 /* Register the interrupt of IT8801 MFD callback function */ in kbd_it8801_init()
|
/Zephyr-latest/dts/bindings/gpio/ |
D | ite,it8801-gpio.yaml | 4 description: ITE IT8801 I2C-based GPIO device driver 6 compatible: "ite,it8801-gpio" 18 Not every GPIO pins are usable for IT8801. This property
|
/Zephyr-latest/tests/drivers/build_all/pwm/boards/ |
D | it82xx2_evb.overlay | 16 it8801_mfd: it8801@38 { 17 compatible = "ite,it8801-mfd"; 23 #include <ite/it8801-common-cfg.dtsi>
|
/Zephyr-latest/tests/drivers/build_all/input/ |
D | it82xx2_evb.overlay | 12 it8801_mfd: it8801@38 { 13 compatible = "ite,it8801-mfd"; 19 #include <ite/it8801-common-cfg.dtsi>
|
/Zephyr-latest/drivers/gpio/ |
D | Kconfig.it8801 | 5 bool "ITE IT8801 GPIO device driver" 11 Enable driver for ITE IT8801 I2C-based GPIO.
|
D | gpio_ite_it8801.c | 22 /* IT8801 controller dev */ 410 /* Register the interrupt of IT8801 MFD callback function */ in gpio_it8801_pin_interrupt_configure()
|
D | Kconfig | 130 source "drivers/gpio/Kconfig.it8801"
|
/Zephyr-latest/drivers/pwm/ |
D | Kconfig.it8801 | 5 bool "ITE IT8801 PWM device driver" 11 Enable driver for ITE IT8801 I2C-based PWM.
|
D | pwm_ite_it8801.c | 36 /* IT8801 controller dev */ 109 LOG_DBG("IT8801 pwm duty cycles = %d", duty); in pwm_it8801_set_cycles()
|
D | Kconfig | 53 source "drivers/pwm/Kconfig.it8801"
|
/Zephyr-latest/dts/bindings/input/ |
D | ite,it8801-kbd.yaml | 4 description: ITE IT8801 I2C-based keyboard matrix scan controller 6 compatible: "ite,it8801-kbd"
|
/Zephyr-latest/dts/bindings/pwm/ |
D | ite,it8801-pwm.yaml | 4 description: ITE IT8801 I2C-based PWM device driver 6 compatible: "ite,it8801-pwm"
|
/Zephyr-latest/include/zephyr/drivers/mfd/ |
D | mfd_ite_it8801.h | 92 * For IT8801 MFD alternate function controller 121 /* Define the IT8801 MFD interrupt callback function handler */ 129 /* Register the interrupt of IT8801 MFD callback function */
|