Searched refs:PRI_STATE (Results 1 – 4 of 4) sorted by relevance
/device/google/contexthub/firmware/os/drivers/st_acc44/ |
D | st_acc44.c | 271 #define PRI_STATE PRIi32 macro 290 DEBUG_PRINT("switch state %" PRI_STATE "->%" PRI_STATE ", %s\n", in trySwitchState()
|
/device/google/contexthub/firmware/os/drivers/st_mag40/ |
D | st_mag40.c | 258 #define PRI_STATE PRIi32 macro 268 DEBUG_PRINT("set state %" PRI_STATE "\n", getStateName(s));\ 277 DEBUG_PRINT("switch state %" PRI_STATE "->%" PRI_STATE ", %s\n", in trySwitchState()
|
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/ |
D | bosch_bmi160.c | 406 #define PRI_STATE "s" macro 416 #define PRI_STATE PRIi32 720 DEBUG_PRINT_IF(DBG_STATE, "set state %" PRI_STATE "\n", getStateName(s));\ 729 DEBUG_PRINT("switch state %" PRI_STATE "->%" PRI_STATE ", %s\n", 1294 VERBOSE_PRINT("accPower: on=%d, state=%" PRI_STATE "\n", on, getStateName(GET_STATE())); 1317 VERBOSE_PRINT("gyrPower: on=%d, state=%" PRI_STATE "\n", on, getStateName(GET_STATE())); 1350 VERBOSE_PRINT("magPower: on=%d, state=%" PRI_STATE "\n", on, getStateName(GET_STATE())); 1439 DEBUG_PRINT("anyMotionPower: on=%d, oneshot_cnt %d, state=%" PRI_STATE "\n", 1462 DEBUG_PRINT("noMotionPower: on=%d, oneshot_cnt %d, state=%" PRI_STATE "\n", 1580 DEBUG_PRINT("accSetRate: rate=%ld, latency=%lld, state=%" PRI_STATE "\n", [all …]
|
/device/google/contexthub/firmware/os/drivers/invensense_icm40600/ |
D | invensense_icm40600.c | 507 #define PRI_STATE "s" macro 517 #define PRI_STATE PRIi32 753 DEBUG_PRINT_IF(DBG_STATE, "set state %" PRI_STATE "\n", getStateName(s));\ 762 DEBUG_PRINT("switch state %" PRI_STATE "->%" PRI_STATE ", %s\n", 2268 …DEBUG_PRINT("%s: on=%d, state=%" PRI_STATE "\n", mSensorInfo[sensor_type].sensorName, on, getState… 2292 DEBUG_PRINT("%s: rate=%lu, latency=%llu, state=%" PRI_STATE "\n",
|