Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/iio/accel/
Dmma9551.c400 return mma9551_set_device_state(data->client, true); in mma9551_init()
507 mma9551_set_device_state(client, false); in mma9551_probe()
523 mma9551_set_device_state(data->client, false); in mma9551_remove()
534 ret = mma9551_set_device_state(data->client, false); in mma9551_runtime_suspend()
550 ret = mma9551_set_device_state(data->client, true); in mma9551_runtime_resume()
566 ret = mma9551_set_device_state(data->client, false); in mma9551_suspend()
579 ret = mma9551_set_device_state(data->client, true); in mma9551_resume()
Dmma9553.c433 return mma9551_set_device_state(data->client, true); in mma9553_init()
1147 mma9551_set_device_state(client, false); in mma9553_probe()
1162 mma9551_set_device_state(data->client, false); in mma9553_remove()
1173 ret = mma9551_set_device_state(data->client, false); in mma9553_runtime_suspend()
1189 ret = mma9551_set_device_state(data->client, true); in mma9553_runtime_resume()
1205 ret = mma9551_set_device_state(data->client, false); in mma9553_suspend()
1218 ret = mma9551_set_device_state(data->client, true); in mma9553_resume()
Dmma9551_core.h64 int mma9551_set_device_state(struct i2c_client *client, bool enable);
Dmma9551_core.c638 int mma9551_set_device_state(struct i2c_client *client, bool enable) in mma9551_set_device_state() function
649 EXPORT_SYMBOL_NS(mma9551_set_device_state, IIO_MMA9551);