Searched refs:mma9551_set_device_state (Results 1 – 4 of 4) sorted by relevance
/linux-4.1.27/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 | 436 return mma9551_set_device_state(data->client, true); in mma9553_init() 1214 mma9551_set_device_state(client, false); in mma9553_probe() 1229 mma9551_set_device_state(data->client, false); in mma9553_remove() 1243 ret = mma9551_set_device_state(data->client, false); in mma9553_runtime_suspend() 1259 ret = mma9551_set_device_state(data->client, true); in mma9553_runtime_resume() 1277 ret = mma9551_set_device_state(data->client, false); in mma9553_suspend() 1290 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 | 649 int mma9551_set_device_state(struct i2c_client *client, bool enable) in mma9551_set_device_state() function 660 EXPORT_SYMBOL(mma9551_set_device_state);
|