Home
last modified time | relevance | path

Searched refs:ST_LSM6DSR_REG_FUNC_CFG_MASK (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsr/
H A Dst_lsm6dsr_embfunc.c248 err = st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_FUNC_CFG_MASK, in st_lsm6dsr_ef_pg1_sensor_set_enable()
262 st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_FUNC_CFG_MASK, false); in st_lsm6dsr_ef_pg1_sensor_set_enable()
295 err = st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_FUNC_CFG_MASK, in st_lsm6dsr_fsm_set_enable()
313 st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_FUNC_CFG_MASK, false); in st_lsm6dsr_fsm_set_enable()
386 err = st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_FUNC_CFG_MASK, in st_lsm6dsr_step_counter_set_enable()
404 st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_FUNC_CFG_MASK, false); in st_lsm6dsr_step_counter_set_enable()
436 err = st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_FUNC_CFG_MASK, in st_lsm6dsr_reset_step_counter()
461 st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_FUNC_CFG_MASK, false); in st_lsm6dsr_reset_step_counter()
485 err = st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_FUNC_CFG_MASK, in st_lsm6dsr_fsm_get_orientation()
514 st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_FUNC_CFG_MASK, false); in st_lsm6dsr_fsm_get_orientation()
[all …]
H A Dst_lsm6dsr.h25 #define ST_LSM6DSR_REG_FUNC_CFG_MASK BIT(7) macro