Home
last modified time | relevance | path

Searched refs:irq (Results 1 – 17 of 17) sorted by relevance

/device/google/contexthub/firmware/os/platform/stm32/
Dexti.c75 IRQn_Type irq; member
78 static void extiInterruptEnable(struct ChainedInterrupt *irq) in extiInterruptEnable() argument
80 struct ExtiInterrupt *exti = container_of(irq, struct ExtiInterrupt, base); in extiInterruptEnable()
81 NVIC_EnableIRQ(exti->irq); in extiInterruptEnable()
84 static void extiInterruptDisable(struct ChainedInterrupt *irq) in extiInterruptDisable() argument
86 struct ExtiInterrupt *exti = container_of(irq, struct ExtiInterrupt, base); in extiInterruptDisable()
87 NVIC_DisableIRQ(exti->irq); in extiInterruptDisable()
95 .irq = i, \
Dspi.c101 IRQn_Type irq; member
380 NVIC_ClearPendingIRQ(pdev->cfg->irq); in stmSpiRxTx()
526 NVIC_DisableIRQ(pdev->cfg->irq); in stmSpiRelease()
562 .irq = SPI1_IRQn,
572 .irq = SPI2_IRQn,
582 .irq = SPI3_IRQn,
600 NVIC_EnableIRQ(cfg->irq); in stmSpiInit()
/device/google/contexthub/firmware/os/drivers/st_acc44/
DREADME24 ST_ACC44_INT_PIN /* specify the gpio used for the DRDY irq */
/device/google/contexthub/firmware/os/drivers/st_mag40/
DREADME27 ST_MAG40_INT_PIN /* specify the gpio used for the DRDY irq */
/device/google/wahoo/
Dueventd.hardware.rc105 /sys/devices/soc/soc:fp_fpc* irq 0600 system system
/device/google/crosshatch/
Dueventd.hardware.rc110 /sys/devices/platform/soc/soc:fp_fpc* irq 0600 system system
Dinit.hardware.rc301 # turn off vblank irq immediately after turning off
592 write /proc/irq/default_smp_affinity f
/device/google/bonito/
Dueventd.hardware.rc114 /sys/devices/platform/soc/soc:fp_fpc* irq 0600 system system
Dinit.hardware.rc220 # turn off vblank irq immediately after turning off
483 write /proc/irq/default_smp_affinity 3f
/device/google/wahoo/sepolicy/vendor/
Dgenfs_contexts5 genfscon proc /irq u:object_r:proc_irq:s0
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c1867 static bool enableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) argument
1872 extiChainIsr(irq, isr);
1876 static bool disableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) argument
1878 extiUnchainIsr(irq, isr);
/device/google/bonito-sepolicy/vendor/qcom/common/
Dgenfs_contexts4 genfscon proc /irq u:object_r:proc_irq:s0
/device/google/coral-sepolicy/vendor/qcom/common/
Dfile.te300 #irq balance sysfs type
/device/google/coral-sepolicy/vendor/google/
Dgenfs_contexts12 genfscon proc /irq u:object_r:proc_irq:s0
/device/google/crosshatch-sepolicy/vendor/qcom/common/
Dgenfs_contexts4 genfscon proc /irq u:object_r:proc_irq:s0
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c1026 static bool enableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) argument
1031 extiChainIsr(irq, isr);
1035 static bool disableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) argument
1037 extiUnchainIsr(irq, isr);
/device/google/coral/
Dinit.hardware.rc264 # turn off vblank irq immediately after turning off