Home
last modified time | relevance | path

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

/linux-6.15/drivers/iio/accel/
H A Dmma9551.c400 return mma9551_set_device_state(data->client, true); in mma9551_init()
496 mma9551_set_device_state(client, false); in mma9551_probe()
512 mma9551_set_device_state(data->client, false); in mma9551_remove()
523 ret = mma9551_set_device_state(data->client, false); in mma9551_runtime_suspend()
539 ret = mma9551_set_device_state(data->client, true); in mma9551_runtime_resume()
555 ret = mma9551_set_device_state(data->client, false); in mma9551_suspend()
568 ret = mma9551_set_device_state(data->client, true); in mma9551_resume()
H A Dmma9553.c433 return mma9551_set_device_state(data->client, true); in mma9553_init()
1135 mma9551_set_device_state(client, false); in mma9553_probe()
1150 mma9551_set_device_state(data->client, false); in mma9553_remove()
1161 ret = mma9551_set_device_state(data->client, false); in mma9553_runtime_suspend()
1177 ret = mma9551_set_device_state(data->client, true); in mma9553_runtime_resume()
1193 ret = mma9551_set_device_state(data->client, false); in mma9553_suspend()
1206 ret = mma9551_set_device_state(data->client, true); in mma9553_resume()
H A Dmma9551_core.h64 int mma9551_set_device_state(struct i2c_client *client, bool enable);
H 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");