Home
last modified time | relevance | path

Searched refs:enableInterrupt (Results 1 – 10 of 10) sorted by relevance

/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() function
158 enableInterrupt(mTask.sPin, &mTask.sIsr, HALL_S_IRQ); in hallPower()
159 enableInterrupt(mTask.nPin, &mTask.nIsr, HALL_N_IRQ); in hallPower()
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c129 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() function
160 enableInterrupt(mTask.pin, &mTask.isr); in vsyncPower()
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c104 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() function
140 enableInterrupt(mTask.pin, &mTask.isr); in hallPower()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c160 static inline void enableInterrupt(bool enable) in enableInterrupt() function
338 enableInterrupt(enable); in setGesturePower()
590 enableInterrupt(false); in endTask()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c355 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, enum ExtiTrigger trigger) in enableInterrupt() function
538 enableInterrupt(mTask.pin, &mTask.isr, EXTI_TRIGGER_FALLING); in sensorCalibrateAls()
573 enableInterrupt(mTask.pin, &mTask.isr, EXTI_TRIGGER_FALLING); in sensorPowerProx()
624 enableInterrupt(mTask.pin, &mTask.isr, EXTI_TRIGGER_FALLING); in sensorCalibrateProx()
959 enableInterrupt(mTask.pin, &mTask.isr, EXTI_TRIGGER_BOTH); in handle_i2c_event()
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c464 static void inline enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() function
827 enableInterrupt(mTask.Int1, &mTask.Isr1); in st_acc44_startTask()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c285 static bool enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() function
482 enableInterrupt(mTask.pin, &mTask.isr); in sensorPowerProx()
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c680 static void enableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in enableInterrupt() function
1028 enableInterrupt(mTask.Int1, &mTask.Isr1); in startTask()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c1026 static bool enableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) function
3975 enableInterrupt(T(Int1), T(Irq1), &T(Isr1));
3976 enableInterrupt(T(Int2), T(Irq2), &T(Isr2));
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c1867 static bool enableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) function
1889 enableInterrupt(T(Int1), T(Irq1), &T(Isr1));