Home
last modified time | relevance | path

Searched full:ite (Results 1 – 25 of 209) sorted by relevance

123456789

/Zephyr-latest/drivers/sensor/ite/ite_vcmp_it8xxx2/
DKconfig1 # ITE Voltage Comparator driver configuration options
3 # Copyright (c) 2022 ITE Technology Corporation.
7 bool "ITE it8xxx2 Voltage Comparator"
12 This option enables the ITE it8xxx2 voltage comparator,
19 int "ITE it8xxx2 voltage comparator device instance init priority"
22 This option sets ITE voltage comparator device instance init priority.
25 bool "ITE it8xxx2 voltage comparator threshold detection uses internal work queue"
33 int "ITE it8xxx2 voltage comparator threshold detection work queue priority"
36 This option sets internal ITE voltage comparator threshold detection
40 int "ITE it8xxx2 voltage comparator threshold detection work queue stack size"
[all …]
/Zephyr-latest/drivers/gpio/
DKconfig.it8xxx21 # Copyright (c) 2020 ITE Corporation. All Rights Reserved.
5 bool "ITE IT8XXX2 GPIO driver"
9 Enable driver for the ite GPIO controller.
12 bool "ITE IT8XXX2 GPIO driver V2"
16 Enable driver for the ite GPIO V2 controller.
19 bool "ITE IT8XXX2 GPIO KSCAN driver"
23 Enable GPIO KSCAN driver for ITE chip it8xxx2.
DKconfig.it88011 # Copyright (c) 2024 ITE Corporation. All Rights Reserved.
5 bool "ITE IT8801 GPIO device driver"
11 Enable driver for ITE IT8801 I2C-based GPIO.
/Zephyr-latest/arch/sparc/core/
Dirq_manage.c29 struct _isr_table_entry *ite; in z_sparc_enter_irq() local
36 ite = &_sw_isr_table[irl]; in z_sparc_enter_irq()
37 ite->isr(ite->arg); in z_sparc_enter_irq()
44 ite = &_sw_isr_table[irl]; in z_sparc_enter_irq()
45 ite->isr(ite->arg); in z_sparc_enter_irq()
/Zephyr-latest/drivers/crypto/
DKconfig.it8xxx21 # Copyright (c) 2023 ITE Corporation.
5 bool "ITE IT8XXX2 SHA driver"
10 Enable ITE IT8XXX2 SHA driver.
16 bool "ITE IT8XXX2 SHA V2 driver"
21 Enable ITE IT8XXX2 SHA V2 driver.
/Zephyr-latest/dts/bindings/cpu/
Dite,riscv-ite.yaml1 # Copyright (c) 2020 ITE Corporation. All Rights Reserved.
4 description: ITE IT8XXX2 RISC-V CPU
6 compatible: "ite,riscv-ite"
/Zephyr-latest/drivers/peci/
DKconfig.it8xxx21 # ITE IT8XXX2 PECI configuration options
3 # Copyright (c) 2022 ITE Tech. Inc.
7 bool "ITE IT8XXX2 PECI driver"
13 Enable the ITE IT8XXX2 PECI IO driver.
/Zephyr-latest/dts/bindings/i2c/
Dite,it8xxx2-i2c.yaml1 # Copyright (c) 2020 ITE Corporation. All Rights Reserved.
4 description: ITE it8xxx2 I2C
6 compatible: "ite,it8xxx2-i2c"
8 include: ite,common-i2c.yaml
/Zephyr-latest/dts/riscv/ite/
Dit8xxx2.dtsi2 * Copyright (c) 2020 ITE Corporation. All Rights Reserved.
3 * Copyright (c) 2019-2020 Jyunlin Chen <jyunlin.chen@ite.com.tw>
11 #include <zephyr/dt-bindings/interrupt-controller/ite-intc.h>
21 #include "ite/it8xxx2-wuc-map.dtsi"
31 compatible = "ite,riscv-ite", "riscv";
55 compatible = "ite,it8xxx2-bbram";
60 compatible = "ite,it8xxx2-flash-controller";
78 compatible = "ite,it8xxx2-ilm";
127 compatible = "ite,it8xxx2-uart";
136 compatible = "ite,it8xxx2-uart";
[all …]
Dit8801-common-cfg.dtsi2 * Copyright (c) 2024 ITE Corporation. All Rights Reserved.
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";
[all …]
Dit81xx2.dtsi2 * Copyright (c) 2023 ITE Corporation. All Rights Reserved.
7 #include <ite/it8xxx2.dtsi>
12 compatible = "ite,it8xxx2-gpiogcr";
17 compatible = "ite,it8xxx2-gpiokscan";
30 compatible = "ite,it8xxx2-gpiokscan";
43 compatible = "ite,it8xxx2-gpiokscan";
56 compatible = "ite,it8xxx2-pinctrl";
63 compatible = "ite,it8xxx2-pinctrl-func";
83 compatible = "ite,it8xxx2-pinctrl-func";
103 compatible = "ite,it8xxx2-pinctrl-func";
[all …]
Dit8801-mfd-gpiocr.dtsi2 * Copyright (c) 2024 ITE Corporation. All Rights Reserved.
13 compatible = "ite,it8801-altctrl";
19 compatible = "ite,it8801-altctrl";
25 compatible = "ite,it8801-altctrl";
/Zephyr-latest/drivers/sensor/ite/ite_tach_it8xxx2/
DKconfig1 # ITE tachometer sensor configuration options
3 # Copyright (c) 2021 ITE Technology Corporation.
7 bool "ITE it8xxx2 Tachometer sensor"
13 Enable the ITE it8xxx2 tachometer sensor,
/Zephyr-latest/drivers/mfd/
DKconfig.it88011 # Copyright (c) 2024 ITE Corporation. All Rights Reserved.
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"
/Zephyr-latest/drivers/serial/
DKconfig.it8xxx21 # Copyright (c) 2021 ITE Corporation. All Rights Reserved.
5 bool "ITE IT8XXX2 UART driver"
18 int "ITE IT8XXX2 UART wrapper init priority"
22 Initialization priority for the UART wrapper driver on ITE IT8XXX2,
/Zephyr-latest/dts/bindings/flash_controller/
Dite,it8xxx2-flash-controller.yaml1 # Copyright (c) 2020 ITE Corporation. All Rights Reserved.
4 description: ITE IT8XXX2 flash memory
6 compatible: "ite,it8xxx2-flash-controller"
/Zephyr-latest/dts/bindings/crypto/
Dite,it8xxx2-sha.yaml1 # Copyright (c) 2023, ITE Corporation
4 description: ITE IT8XXX2 Crypto SHA accelerator.
6 compatible: "ite,it8xxx2-sha"
Dite,it8xxx2-sha-v2.yaml1 # Copyright (c) 2024, ITE Corporation
4 description: ITE IT8XXX2 Crypto SHA accelerator V2.
6 compatible: "ite,it8xxx2-sha-v2"
/Zephyr-latest/drivers/spi/
DKconfig.it8xxx21 # Copyright (c) 2024 ITE Corporation.
5 bool "ITE IT8XXX2 SPI Driver"
11 Enable support for the ITE IT8XXX2 SPI host(SSPI) driver.
/Zephyr-latest/drivers/input/
DKconfig.it8xxx21 # Copyright (c) 2021 ITE Corporation. All Rights Reserved.
5 bool "ITE keyboard scanning driver"
11 This option enables the ITE keyboard scan driver.
/Zephyr-latest/dts/bindings/mfd/
Dite,it8801-altctrl.yaml1 # Copyright (c) 2024 ITE Corporation. All Rights Reserved.
4 description: ITE IT8801 GPIO controller node
6 compatible: "ite,it8801-altctrl"
/Zephyr-latest/dts/bindings/pwm/
Dite,it8xxx2-pwmprs.yaml1 # Copyright (c) 2021 ITE Corporation. All Rights Reserved.
4 description: ITE, it8xxx2 PWM prescaler node
6 compatible: "ite,it8xxx2-pwmprs"
/Zephyr-latest/dts/bindings/timer/
Dite,it8xxx2-timer.yaml1 # Copyright (c) 2020 ITE Corporation. All Rights Reserved.
4 description: ITE Ext-timer
6 compatible: "ite,it8xxx2-timer"
/Zephyr-latest/dts/bindings/watchdog/
Dite,it8xxx2-watchdog.yaml1 # Copyright (c) 2021 ITE Corporation. All Rights Reserved.
4 description: ITE watchdog timer
8 compatible: "ite,it8xxx2-watchdog"
/Zephyr-latest/dts/bindings/espi/
Dite,it8xxx2-espi.yaml1 # Copyright (c) 2023 ITE Corporation. All Rights Reserved.
4 description: ITE IT8XXX2 ESPI controller
6 compatible: "ite,it8xxx2-espi"

123456789