Searched refs:st_lsm6dsx_set_page (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.10/drivers/iio/imu/st_lsm6dsx/ |
D | st_lsm6dsx_shub.c | 184 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_shub_read_output() 193 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_shub_read_output() 211 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_shub_write_reg() 217 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_shub_write_reg() 231 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_shub_write_reg_with_mask() 237 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_shub_write_reg_with_mask() 261 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_shub_master_enable() 271 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_shub_master_enable()
|
D | st_lsm6dsx_core.c | 1339 int st_lsm6dsx_set_page(struct st_lsm6dsx_hw *hw, bool enable) in st_lsm6dsx_set_page() function 1966 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_init_shub() 1977 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_init_shub() 1985 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_init_shub() 1994 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_init_shub()
|
D | st_lsm6dsx.h | 451 int st_lsm6dsx_set_page(struct st_lsm6dsx_hw *hw, bool enable);
|