Searched refs:mma9551_set_device_state (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/iio/accel/ |
D | mma9551.c | 410 return mma9551_set_device_state(data->client, true); in mma9551_init() 518 mma9551_set_device_state(client, false); in mma9551_probe() 534 mma9551_set_device_state(data->client, false); in mma9551_remove() 548 ret = mma9551_set_device_state(data->client, false); in mma9551_runtime_suspend() 564 ret = mma9551_set_device_state(data->client, true); in mma9551_runtime_resume() 582 ret = mma9551_set_device_state(data->client, false); in mma9551_suspend() 595 ret = mma9551_set_device_state(data->client, true); in mma9551_resume()
|
D | mma9553.c | 442 return mma9551_set_device_state(data->client, true); in mma9553_init() 1158 mma9551_set_device_state(client, false); in mma9553_probe() 1173 mma9551_set_device_state(data->client, false); in mma9553_remove() 1187 ret = mma9551_set_device_state(data->client, false); in mma9553_runtime_suspend() 1203 ret = mma9551_set_device_state(data->client, true); in mma9553_runtime_resume() 1221 ret = mma9551_set_device_state(data->client, false); in mma9553_suspend() 1234 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 | 646 int mma9551_set_device_state(struct i2c_client *client, bool enable) in mma9551_set_device_state() function 657 EXPORT_SYMBOL(mma9551_set_device_state);
|