Home
last modified time | relevance | path

Searched refs:localIsr (Results 1 – 6 of 6) sorted by relevance

/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c103 static bool hallSouthIsr(struct ChainedIsr *localIsr) in hallSouthIsr() argument
105 struct SensorTask *data = container_of(localIsr, struct SensorTask, sIsr); in hallSouthIsr()
112 static bool hallNorthIsr(struct ChainedIsr *localIsr) in hallNorthIsr() argument
114 struct SensorTask *data = container_of(localIsr, struct SensorTask, nIsr); in hallNorthIsr()
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c108 static bool vsyncIsr(struct ChainedIsr *localIsr) in vsyncIsr() argument
110 struct SensorTask *data = container_of(localIsr, struct SensorTask, isr); in vsyncIsr()
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c83 static bool hallIsr(struct ChainedIsr *localIsr) in hallIsr() argument
85 struct SensorTask *data = container_of(localIsr, struct SensorTask, isr); in hallIsr()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c172 static bool touchIsr(struct ChainedIsr *localIsr) in touchIsr() argument
174 struct TaskStruct *data = container_of(localIsr, struct TaskStruct, isr); in touchIsr()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c256 static bool proxIsr(struct ChainedIsr *localIsr) in proxIsr() argument
258 struct SensorData *data = container_of(localIsr, struct SensorData, isr); in proxIsr()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c317 static bool proxIsr(struct ChainedIsr *localIsr) in proxIsr() argument
319 struct SensorData *data = container_of(localIsr, struct SensorData, isr); in proxIsr()