Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/gyro/
H A Dfxas21002c_core.c301 static int fxas21002c_mode_set(struct fxas21002c_data *data, in fxas21002c_mode_set() function
351 ret = fxas21002c_mode_set(data, FXAS21002C_MODE_READY); in fxas21002c_write()
359 ret = fxas21002c_mode_set(data, data->prev_mode); in fxas21002c_write()
767 ret = fxas21002c_mode_set(data, FXAS21002C_MODE_STANDBY); in fxas21002c_chip_init()
1018 fxas21002c_mode_set(data, FXAS21002C_MODE_STANDBY); in fxas21002c_suspend()
1033 return fxas21002c_mode_set(data, data->prev_mode); in fxas21002c_resume()
1040 return fxas21002c_mode_set(data, FXAS21002C_MODE_READY); in fxas21002c_runtime_suspend()
1047 return fxas21002c_mode_set(data, FXAS21002C_MODE_ACTIVE); in fxas21002c_runtime_resume()