Searched refs:st_lsm6dsr_set_page_access (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/iio/imu/st_lsm6dsr/ |
| H A D | st_lsm6dsr_embfunc.c | 248 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 D | st_lsm6dsr_shub.c | 261 err = st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_SHUB_REG_MASK, in st_lsm6dsr_shub_read_reg() 268 st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_SHUB_REG_MASK, false); in st_lsm6dsr_shub_read_reg() 292 err = st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_SHUB_REG_MASK, in st_lsm6dsr_shub_write_reg() 299 st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_SHUB_REG_MASK, false); in st_lsm6dsr_shub_write_reg() 327 err = st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_SHUB_REG_MASK, in st_lsm6dsr_shub_master_enable() 337 st_lsm6dsr_set_page_access(hw, ST_LSM6DSR_REG_SHUB_REG_MASK, false); in st_lsm6dsr_shub_master_enable()
|
| H A D | st_lsm6dsr.h | 519 static inline int st_lsm6dsr_set_page_access(struct st_lsm6dsr_hw *hw, in st_lsm6dsr_set_page_access() function 567 int st_lsm6dsr_set_page_access(struct st_lsm6dsr_hw *hw, u8 mask, u8 data);
|