Lines Matching defs:client
123 struct i2c_client *client; member
307 static int os02g10_write_reg(struct i2c_client *client, u8 reg, u8 val) in os02g10_write_reg()
331 static int os02g10_write_array(struct i2c_client *client, in os02g10_write_array()
350 static int os02g10_read_reg(struct i2c_client *client, u8 reg, u8 *val) in os02g10_read_reg()
709 struct i2c_client *client = os02g10->client; in os02g10_s_stream() local
746 struct i2c_client *client = os02g10->client; in os02g10_s_power() local
856 struct i2c_client *client = to_i2c_client(dev); in os02g10_runtime_resume() local
865 struct i2c_client *client = to_i2c_client(dev); in os02g10_runtime_suspend() local
991 struct i2c_client *client = os02g10->client; in os02g10_set_ctrl() local
1190 struct i2c_client *client) in os02g10_check_sensor_id()
1221 static int os02g10_probe(struct i2c_client *client, in os02g10_probe()
1369 static int os02g10_remove(struct i2c_client *client) in os02g10_remove()