Lines Matching defs:client

495 	struct i2c_client *client;  member
531 static inline s32 adm1032_write_byte(struct i2c_client *client, u8 value) in adm1032_write_byte()
544 static int lm90_read_reg(struct i2c_client *client, u8 reg) in lm90_read_reg()
558 static int lm90_read16(struct i2c_client *client, u8 regh, u8 regl) in lm90_read16()
655 static int lm90_set_convrate(struct i2c_client *client, struct lm90_data *data, in lm90_set_convrate()
678 struct i2c_client *client = data->client; in lm90_update_limits() local
776 struct i2c_client *client = data->client; in lm90_update_device() local
993 struct i2c_client *client = to_i2c_client(dev); in pec_show() local
1001 struct i2c_client *client = to_i2c_client(dev); in pec_store() local
1056 struct i2c_client *client = data->client; in lm90_set_temp11() local
1117 struct i2c_client *client = data->client; in lm90_set_temp8() local
1158 struct i2c_client *client = data->client; in lm90_set_temphyst() local
1380 struct i2c_client *client = data->client; in lm90_chip_write() local
1456 static int lm90_detect(struct i2c_client *client, in lm90_detect()
1690 struct i2c_client *client = data->client; in lm90_restore_conf() local
1698 static int lm90_init_client(struct i2c_client *client, struct lm90_data *data) in lm90_init_client()
1753 static bool lm90_is_tripped(struct i2c_client *client, u16 *status) in lm90_is_tripped()
1797 struct i2c_client *client = dev_id; in lm90_irq_thread() local
1823 static int lm90_probe(struct i2c_client *client) in lm90_probe()
1966 static void lm90_alert(struct i2c_client *client, enum i2c_alert_protocol type, in lm90_alert()