Home
last modified time | relevance | path

Searched defs:isr (Results 1 – 14 of 14) sorted by relevance

/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c53 struct ChainedIsr isr; member
104 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt()
113 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c69 struct ChainedIsr isr; member
125 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt()
134 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
/device/google/contexthub/firmware/os/platform/stm32/
Dexti.c166 int extiSetMaxLatency(struct ChainedIsr *isr, uint32_t maxLatencyNs) in extiSetMaxLatency()
184 int extiChainIsr(IRQn_Type n, struct ChainedIsr *isr) in extiChainIsr()
199 int extiUnchainIsr(IRQn_Type n, struct ChainedIsr *isr) in extiUnchainIsr()
DhostIntf.c31 static bool platWakeupIsr(struct ChainedIsr *isr) in platWakeupIsr()
Dspi.c458 static bool stmSpiExtiIsr(struct ChainedIsr *isr) in stmSpiExtiIsr()
475 struct ChainedIsr *isr = &pdev->state.isrNss; in stmSpiSlaveSetCsInterrupt() local
Ddma.c230 uint8_t isr = dmaGetIsr(busId, stream); in dmaIsr() local
/device/google/contexthub/firmware/os/inc/
Disr.h44 static inline void chainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr) in chainIsr()
52 static inline void unchainIsr(struct ChainedInterrupt *interrupt, struct ChainedIsr *isr) in unchainIsr()
/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c121 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in enableInterrupt()
130 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in disableInterrupt()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c218 struct ChainedIsr isr; member
277 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt()
284 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c227 struct ChainedIsr isr; member
355 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, enum ExtiTrigger trigger) in enableInterrupt()
362 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c145 struct ChainedIsr isr; member
/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c1055 static bool lsm6dsm_isr1(struct ChainedIsr *isr) in lsm6dsm_isr1()
1073 static void lsm6dsm_enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in lsm6dsm_enableInterrupt()
1084 static void lsm6dsm_disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in lsm6dsm_disableInterrupt()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c828 static bool bmi160Isr1(struct ChainedIsr *isr)
842 static bool bmi160Isr2(struct ChainedIsr *isr)
952 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
961 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr)
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
D_regset.h76 unsigned long isr; member