Searched refs:irq (Results 1 – 17 of 17) sorted by relevance
/device/google/contexthub/firmware/os/platform/stm32/ |
D | exti.c | 75 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, \
|
D | spi.c | 101 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/ |
D | README | 24 ST_ACC44_INT_PIN /* specify the gpio used for the DRDY irq */
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | README | 27 ST_MAG40_INT_PIN /* specify the gpio used for the DRDY irq */
|
/device/google/wahoo/ |
D | ueventd.hardware.rc | 105 /sys/devices/soc/soc:fp_fpc* irq 0600 system system
|
/device/google/crosshatch/ |
D | ueventd.hardware.rc | 110 /sys/devices/platform/soc/soc:fp_fpc* irq 0600 system system
|
D | init.hardware.rc | 301 # turn off vblank irq immediately after turning off 592 write /proc/irq/default_smp_affinity f
|
/device/google/bonito/ |
D | ueventd.hardware.rc | 114 /sys/devices/platform/soc/soc:fp_fpc* irq 0600 system system
|
D | init.hardware.rc | 220 # turn off vblank irq immediately after turning off 483 write /proc/irq/default_smp_affinity 3f
|
/device/google/wahoo/sepolicy/vendor/ |
D | genfs_contexts | 5 genfscon proc /irq u:object_r:proc_irq:s0
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 1867 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/ |
D | genfs_contexts | 4 genfscon proc /irq u:object_r:proc_irq:s0
|
/device/google/coral-sepolicy/vendor/qcom/common/ |
D | file.te | 300 #irq balance sysfs type
|
/device/google/coral-sepolicy/vendor/google/ |
D | genfs_contexts | 12 genfscon proc /irq u:object_r:proc_irq:s0
|
/device/google/crosshatch-sepolicy/vendor/qcom/common/ |
D | genfs_contexts | 4 genfscon proc /irq u:object_r:proc_irq:s0
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 1026 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/ |
D | init.hardware.rc | 264 # turn off vblank irq immediately after turning off
|