Searched refs:st_lsm6dsx_set_page (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/iio/imu/st_lsm6dsx/ |
H A D | st_lsm6dsx_shub.c | 182 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_shub_read_output() 191 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_shub_read_output() 209 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_shub_write_reg() 215 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_shub_write_reg() 229 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_shub_write_reg_with_mask() 235 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_shub_write_reg_with_mask() 259 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_shub_master_enable() 269 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_shub_master_enable()
|
H A D | st_lsm6dsx_core.c | 1533 int st_lsm6dsx_set_page(struct st_lsm6dsx_hw *hw, bool enable) in st_lsm6dsx_set_page() function 2165 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_init_shub() 2176 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_init_shub() 2184 err = st_lsm6dsx_set_page(hw, true); in st_lsm6dsx_init_shub() 2193 st_lsm6dsx_set_page(hw, false); in st_lsm6dsx_init_shub()
|
H A D | st_lsm6dsx.h | 482 int st_lsm6dsx_set_page(struct st_lsm6dsx_hw *hw, bool enable);
|