Home
last modified time | relevance | path

Searched refs:disableInterrupt (Results 1 – 9 of 9) sorted by relevance

/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c130 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr, IRQn_Type irqn) in disableInterrupt() function
161 disableInterrupt(mTask.sPin, &mTask.sIsr, HALL_S_IRQ); in hallPower()
162 disableInterrupt(mTask.nPin, &mTask.nIsr, HALL_N_IRQ); in hallPower()
238 disableInterrupt(mTask.sPin, &mTask.sIsr, HALL_S_IRQ); in endTask()
239 disableInterrupt(mTask.nPin, &mTask.nIsr, HALL_N_IRQ); in endTask()
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c138 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
162 disableInterrupt(mTask.pin, &mTask.isr); in vsyncPower()
219 disableInterrupt(mTask.pin, &mTask.isr); in endTask()
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c113 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
142 disableInterrupt(mTask.pin, &mTask.isr); in hallPower()
220 disableInterrupt(mTask.pin, &mTask.isr); in endTask()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c362 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
575 disableInterrupt(mTask.pin, &mTask.isr); in sensorPowerProx()
821 disableInterrupt(mTask.pin, &mTask.isr); in handleProxSample()
884 disableInterrupt(mTask.pin, &mTask.isr); in handle_i2c_event()
1001 disableInterrupt(mTask.pin, &mTask.isr); in end_app()
1034 disableInterrupt(mTask.pin, &mTask.isr); in handle_event()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c292 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
451 disableInterrupt(mTask.pin, &mTask.isr); in sensorPowerProx()
745 disableInterrupt(mTask.pin, &mTask.isr); in end_app()
/device/google/contexthub/firmware/os/drivers/st_acc44/
Dst_acc44.c472 static void inline disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
840 disableInterrupt(mTask.Int1, &mTask.Isr1); in st_acc44_endTask()
/device/google/contexthub/firmware/os/drivers/st_mag40/
Dst_mag40.c688 static void disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function
1070 disableInterrupt(mTask.Int1, &mTask.Isr1); in endTask()
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/
Dinvensense_icm40600.c1876 static bool disableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) function
1899 disableInterrupt(T(Int1), T(Irq1), &T(Isr1));
3268 disableInterrupt(T(Int1), T(Irq1), &T(Isr1));
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c1028 static bool disableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) function
3989 disableInterrupt(mTask.Int1, mTask.Irq1, &mTask.Isr1);
3990 disableInterrupt(mTask.Int2, mTask.Irq2, &mTask.Isr2);