Lines Matching refs:i2c_client
41 int mma9551_read_config_byte(struct i2c_client *client, u8 app_id,
43 int mma9551_write_config_byte(struct i2c_client *client, u8 app_id,
45 int mma9551_read_status_byte(struct i2c_client *client, u8 app_id,
47 int mma9551_read_config_word(struct i2c_client *client, u8 app_id,
49 int mma9551_write_config_word(struct i2c_client *client, u8 app_id,
51 int mma9551_read_status_word(struct i2c_client *client, u8 app_id,
53 int mma9551_read_config_words(struct i2c_client *client, u8 app_id,
55 int mma9551_read_status_words(struct i2c_client *client, u8 app_id,
57 int mma9551_write_config_words(struct i2c_client *client, u8 app_id,
59 int mma9551_update_config_bits(struct i2c_client *client, u8 app_id,
61 int mma9551_gpio_config(struct i2c_client *client, enum mma9551_gpio_pin pin,
63 int mma9551_read_version(struct i2c_client *client);
64 int mma9551_set_device_state(struct i2c_client *client, bool enable);
65 int mma9551_set_power_state(struct i2c_client *client, bool on);
67 int mma9551_read_accel_chan(struct i2c_client *client,
71 int mma9551_app_reset(struct i2c_client *client, u32 app_mask);