Home
last modified time | relevance | path

Searched refs:initState (Results 1 – 4 of 4) sorted by relevance

/device/google/contexthub/firmware/os/drivers/st_lsm6dsm/
Dst_lsm6dsm.c642 enum InitState initState; member
2290 switch (T(initState)) { in lsm6dsm_sensorInit()
2294 T(initState) = INIT_LSM6DSM; in lsm6dsm_sensorInit()
2322 T(initState) = INIT_I2C_MASTER_REGS_CONF; in lsm6dsm_sensorInit()
2325 T(initState) = INIT_DONE; in lsm6dsm_sensorInit()
2393 T(initState) = INIT_I2C_MASTER_SENSOR_RESET; in lsm6dsm_sensorInit()
2401 T(initState) = INIT_I2C_MASTER_MAGN_SENSOR; in lsm6dsm_sensorInit()
2403 T(initState) = INIT_I2C_MASTER_BARO_SENSOR; in lsm6dsm_sensorInit()
2424 T(initState) = INIT_I2C_MASTER_BARO_SENSOR; in lsm6dsm_sensorInit()
2426 T(initState) = INIT_I2C_MASTER_SENSOR_END; in lsm6dsm_sensorInit()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c711 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument
723 if (initState) in LzmaDec_InitDicAndState()
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DLzmaDec.c693 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument
705 if (initState) in LzmaDec_InitDicAndState()
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DLzmaDec.c711 void LzmaDec_InitDicAndState(CLzmaDec *p, Bool initDic, Bool initState) in LzmaDec_InitDicAndState() argument
723 if (initState) in LzmaDec_InitDicAndState()