Home
last modified time | relevance | path

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

/drivers/iio/accel/
A Dmma9551.c398 return mma9551_set_device_state(data->client, true); in mma9551_init()
494 mma9551_set_device_state(client, false); in mma9551_probe()
510 mma9551_set_device_state(data->client, false); in mma9551_remove()
521 ret = mma9551_set_device_state(data->client, false); in mma9551_runtime_suspend()
537 ret = mma9551_set_device_state(data->client, true); in mma9551_runtime_resume()
553 ret = mma9551_set_device_state(data->client, false); in mma9551_suspend()
566 ret = mma9551_set_device_state(data->client, true); in mma9551_resume()
A Dmma9553.c430 return mma9551_set_device_state(data->client, true); in mma9553_init()
1132 mma9551_set_device_state(client, false); in mma9553_probe()
1147 mma9551_set_device_state(data->client, false); in mma9553_remove()
1158 ret = mma9551_set_device_state(data->client, false); in mma9553_runtime_suspend()
1174 ret = mma9551_set_device_state(data->client, true); in mma9553_runtime_resume()
1190 ret = mma9551_set_device_state(data->client, false); in mma9553_suspend()
1203 ret = mma9551_set_device_state(data->client, true); in mma9553_resume()
A Dmma9551_core.h64 int mma9551_set_device_state(struct i2c_client *client, bool enable);
A Dmma9551_core.c644 int mma9551_set_device_state(struct i2c_client *client, bool enable) in mma9551_set_device_state() function
655 EXPORT_SYMBOL_NS(mma9551_set_device_state, "IIO_MMA9551");

Completed in 13 milliseconds