Searched refs:mma9551_set_device_state (Results 1 – 4 of 4) sorted by relevance
/linux-4.19.296/drivers/iio/accel/ |
D | mma9551.c | 408 return mma9551_set_device_state(data->client, true); in mma9551_init() 513 mma9551_set_device_state(client, false); in mma9551_probe() 530 mma9551_set_device_state(data->client, false); in mma9551_remove() 544 ret = mma9551_set_device_state(data->client, false); in mma9551_runtime_suspend() 560 ret = mma9551_set_device_state(data->client, true); in mma9551_runtime_resume() 578 ret = mma9551_set_device_state(data->client, false); in mma9551_suspend() 591 ret = mma9551_set_device_state(data->client, true); in mma9551_resume()
|
D | mma9553.c | 441 return mma9551_set_device_state(data->client, true); in mma9553_init() 1153 mma9551_set_device_state(client, false); in mma9553_probe() 1169 mma9551_set_device_state(data->client, false); in mma9553_remove() 1183 ret = mma9551_set_device_state(data->client, false); in mma9553_runtime_suspend() 1199 ret = mma9551_set_device_state(data->client, true); in mma9553_runtime_resume() 1217 ret = mma9551_set_device_state(data->client, false); in mma9553_suspend() 1230 ret = mma9551_set_device_state(data->client, true); in mma9553_resume()
|
D | mma9551_core.h | 72 int mma9551_set_device_state(struct i2c_client *client, bool enable);
|
D | mma9551_core.c | 652 int mma9551_set_device_state(struct i2c_client *client, bool enable) in mma9551_set_device_state() function 663 EXPORT_SYMBOL(mma9551_set_device_state);
|