Lines Matching defs:client

686 	struct i2c_client *client;  member
737 static inline s32 lm90_write_no_pec(struct i2c_client *client, u8 value) in lm90_write_no_pec()
750 static int lm90_read_reg(struct i2c_client *client, u8 reg) in lm90_read_reg()
784 static int lm90_write_reg(struct i2c_client *client, u8 reg, u8 val) in lm90_write_reg()
794 static int lm90_write16(struct i2c_client *client, u8 regh, u8 regl, u16 val) in lm90_write16()
804 static int lm90_read16(struct i2c_client *client, u8 regh, u8 regl, in lm90_read16()
904 static int lm90_set_convrate(struct i2c_client *client, struct lm90_data *data, in lm90_set_convrate()
924 static int lm90_set_faultqueue(struct i2c_client *client, in lm90_set_faultqueue()
947 struct i2c_client *client = data->client; in lm90_update_limits() local
1118 struct i2c_client *client = data->client; in lm90_update_alarms_locked() local
1208 struct i2c_client *client = data->client; in lm90_update_device() local
1277 struct i2c_client *client = to_i2c_client(dev); in pec_show() local
1285 struct i2c_client *client = to_i2c_client(dev); in pec_store() local
1397 struct i2c_client *client = data->client; in lm90_set_temp() local
1703 struct i2c_client *client = data->client; in lm90_chip_write() local
1792 static const char *lm90_detect_lm84(struct i2c_client *client) in lm90_detect_lm84()
1835 static const char *lm90_detect_max1617(struct i2c_client *client, int config1) in lm90_detect_max1617()
1905 static const char *lm90_detect_national(struct i2c_client *client, int chip_id, in lm90_detect_national()
1940 static const char *lm90_detect_on(struct i2c_client *client, int chip_id, int config1, in lm90_detect_on()
1958 static const char *lm90_detect_analog(struct i2c_client *client, bool common_address, in lm90_detect_analog()
2115 static const char *lm90_detect_maxim(struct i2c_client *client, bool common_address, in lm90_detect_maxim()
2317 static const char *lm90_detect_nuvoton(struct i2c_client *client, int chip_id, in lm90_detect_nuvoton()
2339 static const char *lm90_detect_nxp(struct i2c_client *client, bool common_address, in lm90_detect_nxp()
2365 static const char *lm90_detect_gmt(struct i2c_client *client, int chip_id, in lm90_detect_gmt()
2407 static const char *lm90_detect_ti49(struct i2c_client *client, bool common_address, in lm90_detect_ti49()
2419 static const char *lm90_detect_ti(struct i2c_client *client, int chip_id, in lm90_detect_ti()
2448 static int lm90_detect(struct i2c_client *client, struct i2c_board_info *info) in lm90_detect()
2559 struct i2c_client *client = data->client; in lm90_restore_conf() local
2570 static int lm90_init_client(struct i2c_client *client, struct lm90_data *data) in lm90_init_client()
2640 static bool lm90_is_tripped(struct i2c_client *client) in lm90_is_tripped()
2654 struct i2c_client *client = dev_id; in lm90_irq_thread() local
2667 static int lm90_probe_channel_from_dt(struct i2c_client *client, in lm90_probe_channel_from_dt()
2714 static int lm90_parse_dt_channel_info(struct i2c_client *client, in lm90_parse_dt_channel_info()
2743 static int lm90_probe(struct i2c_client *client) in lm90_probe()
2916 static void lm90_alert(struct i2c_client *client, enum i2c_alert_protocol type, in lm90_alert()
2947 struct i2c_client *client = data->client; in lm90_suspend() local
2958 struct i2c_client *client = data->client; in lm90_resume() local