Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/iio/gyro/
Dfxas21002c_core.c235 static int fxas21002c_mode_set(struct fxas21002c_data *data, in fxas21002c_mode_set() function
285 ret = fxas21002c_mode_set(data, FXAS21002C_MODE_READY); in fxas21002c_write()
293 ret = fxas21002c_mode_set(data, data->prev_mode); in fxas21002c_write()
706 ret = fxas21002c_mode_set(data, FXAS21002C_MODE_STANDBY); in fxas21002c_chip_init()
963 fxas21002c_mode_set(data, FXAS21002C_MODE_STANDBY); in fxas21002c_suspend()
978 return fxas21002c_mode_set(data, data->prev_mode); in fxas21002c_resume()
985 return fxas21002c_mode_set(data, FXAS21002C_MODE_READY); in fxas21002c_runtime_suspend()
992 return fxas21002c_mode_set(data, FXAS21002C_MODE_ACTIVE); in fxas21002c_runtime_resume()