Lines Matching defs:client
368 struct i2c_client *client; member
402 static inline s32 adm1032_write_byte(struct i2c_client *client, u8 value) in adm1032_write_byte()
415 static int lm90_read_reg(struct i2c_client *client, u8 reg, u8 *value) in lm90_read_reg()
436 static int lm90_read16(struct i2c_client *client, u8 regh, u8 regl, u16 *value) in lm90_read16()
476 static inline void lm90_select_remote_channel(struct i2c_client *client, in lm90_select_remote_channel()
497 static void lm90_set_convrate(struct i2c_client *client, struct lm90_data *data, in lm90_set_convrate()
519 struct i2c_client *client = data->client; in lm90_update_device() local
799 struct i2c_client *client = data->client; in set_temp8() local
866 struct i2c_client *client = data->client; in set_temp11() local
928 struct i2c_client *client = data->client; in set_temphyst() local
982 struct i2c_client *client = data->client; in set_update_interval() local
1157 struct i2c_client *client = to_i2c_client(dev); in show_pec() local
1164 struct i2c_client *client = to_i2c_client(dev); in set_pec() local
1193 static int lm90_detect(struct i2c_client *client, in lm90_detect()
1407 static void lm90_restore_conf(struct i2c_client *client, struct lm90_data *data) in lm90_restore_conf()
1416 static void lm90_init_client(struct i2c_client *client, struct lm90_data *data) in lm90_init_client()
1461 static bool lm90_is_tripped(struct i2c_client *client, u16 *status) in lm90_is_tripped()
1500 struct i2c_client *client = dev_id; in lm90_irq_thread() local
1509 static int lm90_probe(struct i2c_client *client, in lm90_probe()
1615 static int lm90_remove(struct i2c_client *client) in lm90_remove()
1627 static void lm90_alert(struct i2c_client *client, unsigned int flag) in lm90_alert()