/device/google/contexthub/firmware/os/drivers/hall_twopole/ |
D | hall_twopole.c | 121 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/ |
D | vsync.c | 129 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/ |
D | hall.c | 104 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/ |
D | synaptics_s3708.c | 160 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/ |
D | ams_tmd4903.c | 355 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/ |
D | st_acc44.c | 464 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/ |
D | rohm_rpr0521.c | 285 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/ |
D | st_mag40.c | 680 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/ |
D | bosch_bmi160.c | 1026 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/ |
D | invensense_icm40600.c | 1867 static bool enableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) function 1889 enableInterrupt(T(Int1), T(Irq1), &T(Isr1));
|