Searched refs:mma9551_set_device_state (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/iio/accel/ |
| H A D | mma9551.c | 400 return mma9551_set_device_state(data->client, true); in mma9551_init() 507 mma9551_set_device_state(client, false); in mma9551_probe() 524 mma9551_set_device_state(data->client, false); in mma9551_remove() 538 ret = mma9551_set_device_state(data->client, false); in mma9551_runtime_suspend() 554 ret = mma9551_set_device_state(data->client, true); in mma9551_runtime_resume() 572 ret = mma9551_set_device_state(data->client, false); in mma9551_suspend() 585 ret = mma9551_set_device_state(data->client, true); in mma9551_resume()
|
| H A D | mma9553.c | 433 return mma9551_set_device_state(data->client, true); in mma9553_init() 1147 mma9551_set_device_state(client, false); in mma9553_probe() 1163 mma9551_set_device_state(data->client, false); in mma9553_remove() 1177 ret = mma9551_set_device_state(data->client, false); in mma9553_runtime_suspend() 1193 ret = mma9551_set_device_state(data->client, true); in mma9553_runtime_resume() 1211 ret = mma9551_set_device_state(data->client, false); in mma9553_suspend() 1224 ret = mma9551_set_device_state(data->client, true); in mma9553_resume()
|
| H A D | mma9551_core.h | 64 int mma9551_set_device_state(struct i2c_client *client, bool enable);
|
| H A D | mma9551_core.c | 638 int mma9551_set_device_state(struct i2c_client *client, bool enable) in mma9551_set_device_state() function 649 EXPORT_SYMBOL(mma9551_set_device_state);
|