Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/gyro/
H A Dfxas21002c_core.c31 FXAS21002C_MODE_READY, enumerator
296 return FXAS21002C_MODE_READY; in fxas21002c_mode_get()
309 if (mode == FXAS21002C_MODE_READY) in fxas21002c_mode_set()
328 if (data->mode == FXAS21002C_MODE_READY) in fxas21002c_mode_set()
351 ret = fxas21002c_mode_set(data, FXAS21002C_MODE_READY); in fxas21002c_write()
1040 return fxas21002c_mode_set(data, FXAS21002C_MODE_READY); in fxas21002c_runtime_suspend()