/device/google/contexthub/firmware/os/drivers/hall_twopole/ |
D | hall_twopole.c | 130 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/ |
D | vsync.c | 138 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/ |
D | hall.c | 113 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/ |
D | ams_tmd4903.c | 362 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/ |
D | rohm_rpr0521.c | 292 static bool disableInterrupt(struct Gpio *pin, struct ChainedIsr *isr) in disableInterrupt() function 484 disableInterrupt(mTask.pin, &mTask.isr); in sensorPowerProx() 772 disableInterrupt(mTask.pin, &mTask.isr); in end_app()
|
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 472 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/ |
D | st_mag40.c | 688 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/ |
D | invensense_icm40600.c | 1876 static bool disableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) function 1899 disableInterrupt(T(Int1), T(Irq1), &T(Isr1)); 3265 disableInterrupt(T(Int1), T(Irq1), &T(Isr1));
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 1035 static bool disableInterrupt(struct Gpio *pin, IRQn_Type irq, struct ChainedIsr *isr) function 3996 disableInterrupt(mTask.Int1, mTask.Irq1, &mTask.Isr1); 3997 disableInterrupt(mTask.Int2, mTask.Irq2, &mTask.Isr2);
|