Home
last modified time | relevance | path

Searched refs:container_of (Results 1 – 13 of 13) sorted by relevance

/device/google/contexthub/firmware/os/inc/
Disr.h68 struct ChainedIsr *curIsr = container_of(cur, struct ChainedIsr, node); in dispatchIsr()
85 struct ChainedIsr *curIsr = container_of(cur, struct ChainedIsr, node); in unchainIsrAll()
101 struct ChainedIsr *curIsr = container_of(cur, struct ChainedIsr, node); in maxLatencyIsr()
Dutil.h44 #define container_of(addr, struct_name, field_name) \ macro
/device/google/contexthub/firmware/os/core/
DeventQ.c90 struct EvtRecord * rec = container_of(pos, struct EvtRecord, item); in evtQueueFree()
117 rec = container_of(pos, struct EvtRecord, item); in evtQueueEnqueue()
166 struct EvtRecord * rec = container_of(pos, struct EvtRecord, item); in evtQueueRemoveAllMatching()
189 rec = container_of(pos, struct EvtRecord, item); in evtQueueDequeue()
/device/linaro/hikey/power/
Dpower_hikey.c70 #define container_of(addr, struct_name, field_name) \ macro
273 struct hikey_power_module *hikey = container_of(module, in hikey_power_init()
292 struct hikey_power_module *hikey = container_of(module, in hikey_power_hint()
321 struct hikey_power_module *hikey = container_of(module, in set_feature()
/device/google/contexthub/firmware/os/platform/stm32/
Dexti.c80 struct ExtiInterrupt *exti = container_of(irq, struct ExtiInterrupt, base); in extiInterruptEnable()
86 struct ExtiInterrupt *exti = container_of(irq, struct ExtiInterrupt, base); in extiInterruptDisable()
Dspi.c460 struct StmSpiState *state = container_of(isr, struct StmSpiState, isrNss); in stmSpiExtiIsr()
461 struct StmSpiDev *pdev = container_of(state, struct StmSpiDev, state); in stmSpiExtiIsr()
/device/google/contexthub/firmware/os/drivers/hall_twopole/
Dhall_twopole.c105 struct SensorTask *data = container_of(localIsr, struct SensorTask, sIsr); in hallSouthIsr()
114 struct SensorTask *data = container_of(localIsr, struct SensorTask, nIsr); in hallNorthIsr()
/device/google/contexthub/firmware/os/drivers/vsync/
Dvsync.c106 struct SensorTask *data = container_of(localIsr, struct SensorTask, isr); in vsyncIsr()
/device/google/contexthub/firmware/os/drivers/hall/
Dhall.c85 struct SensorTask *data = container_of(localIsr, struct SensorTask, isr); in hallIsr()
/device/google/contexthub/firmware/os/drivers/synaptics_s3708/
Dsynaptics_s3708.c173 struct TaskStruct *data = container_of(localIsr, struct TaskStruct, isr); in touchIsr()
/device/google/contexthub/firmware/os/drivers/rohm_rpr0521/
Drohm_rpr0521.c250 struct SensorData *data = container_of(localIsr, struct SensorData, isr); in proxIsr()
/device/google/contexthub/firmware/os/drivers/ams_tmd4903/
Dams_tmd4903.c319 struct SensorData *data = container_of(localIsr, struct SensorData, isr); in proxIsr()
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dbosch_bmi160.c830 TASK = container_of(isr, struct BMI160Task, Isr1);
844 TASK = container_of(isr, struct BMI160Task, Isr2);